Skip to content

Releases: pixijs/layout

v3.0.2

30 Apr 21:14
Compare
Choose a tag to compare

What's Changed

  • fix: layout view using incorrect default settings by @Zyie in #85

Full Changelog: v3.0.1...v3.0.2

v3.0.1

30 Apr 12:08
Compare
Choose a tag to compare

What's Changed

  • fix: devtools import path error by @maliut in #83
  • fix: require export using wrong extension by @Zyie in #82

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

29 Apr 14:11
Compare
Choose a tag to compare

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

29 Apr 12:53
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

v2.0.1

06 May 08:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v2.0.1

v1.0.1

06 May 08:54
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v1.0.1

v2.0.0

26 Mar 21:14
Compare
Choose a tag to compare

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

26 Mar 20:57
Compare
Choose a tag to compare

No changes from v0.3.12

Now v1.x will be used for PixiJS v7.x

v0.3.12

21 Feb 19:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.11...v0.3.12

v0.3.11

31 Jan 11:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.10...v0.3.11