Releases: pixijs/layout
Releases · pixijs/layout
v3.0.2
v3.0.1
v3.0.0
This release introduces PixiJS Layout v3, a complete ground-up rebuild of the library.
The new version:
- Integrates the Yoga layout engine for reliable and standardized flexbox behavior
- Makes layout fully opt-in, allowing developers to selectively apply layout to parts of their project
- Introduces web-style layout properties such as:
- objectFit
- objectPosition
- overflow: scroll
- Allows any PixiJS object (Container, Sprite, Graphics, Text, and more) to become layout-aware
- Overhauls internal architecture
- Ships with completely rewritten documentation covering concepts, examples, and integration guides
This is a breaking change and not backward-compatible with PixiJS Layout v2.
Check out the docs to see all the changes in action
Full Changelog: v2.0.1...v3.0.0
v3.0.0-beta.1
see full release https://github.com/pixijs/layout/releases/tag/v3.0.0
v2.0.1
v1.0.1
Full Changelog: v2.0.0...v1.0.1
v2.0.0
What's Changed
- No braking changes, v2.x is to be used with PixiJS v8.x
Full Changelog: v1.0.0...v2.0.0
v1.0.0
No changes from v0.3.12
Now v1.x will be used for PixiJS v7.x
v0.3.12
What's Changed
Full Changelog: v0.3.11...v0.3.12
v0.3.11
What's Changed
Full Changelog: v0.3.10...v0.3.11