v2.0.0
landing-ai/ade-cliv2.0.0Feb 1, 2025by k9p5
AI Summary
A major version update (v2.0.0) that completely removes PixiJS and Pixi Filters in favor of a custom 2D context rendering implementation to improve performance, reduce bundle size, and fix memory leaks.
Key Highlights
- PixiJS and Pixi Filters completely removed
- Custom 2D context rendering implementation
- Tiny bundle size of 49KB gzip
- Fixed major GPU memory leaks
- Faster composition mutations
Breaking Changes
- PixiJS and Pixi Filters removed and replaced with custom implementation
New Features
- Custom 2D context rendering
- Improved browser compatibility
- Reduced bundle size
- Faster composition mutations
- Fixed GPU memory leaks
Full Release Notes
## π Core v2.0.0 - FFmpeg for the era of AI π π₯ Today we released `@diffusionstudio/core@2.0.0`, a major update that **completely removes PixiJS and Pixi Filters**, replacing them with a **custom 2D context rendering implementation**. ### π What's New? - π‘ **Tiny bundle size** β Just 49KB gzip, with only **one** remaining dependency π¦ - β‘ **Faster composition mutations** β Fewer abstractions = more speed π - π§ **Fixes major GPU memory leaks** β Enjoy a more stable experience π§Ήπͺ - π **Better browser compatibility** β Works seamlessly across more environments π π Migration Guide: If youβre upgrading to V2, check out our guide π [Migration Guide: V1 to V2](https://github.com/diffusionstudio/core/wiki/01-Migration-Guide:-V1-to-V2) Happy hacking! π