Skip to content

Releases: pixijs/layout

v0.1.6

28 Mar 12:48
Compare
Choose a tag to compare

What's Changed

  • do not throw error on layout ID duplication, do console.error instead
  • update anchor story
  • update ResizePixiInstance story
  • update pixi version

v0.1.5

20 Mar 10:37
Compare
Choose a tag to compare

Full Changelog: v0.1.4...v0.1.5

v0.1.4

20 Mar 10:24
Compare
Choose a tag to compare

Full Changelog: v0.1.3...v0.1.4

v0.1.3

20 Mar 10:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

15 Mar 10:49
Compare
Choose a tag to compare

What's Changed

  • add addContent to the layout so it is possible to dynamically add layouts to the system

  • anchor, anchorX and anchorY properties where added to style controller, to be able to set layout anchors

  • getByID method added to ContentController to get the child by ID from the layout tree

  • firstChild getter was added to ContentController to get the first child from the layout tree

  • minWidth and minHeight was added to style controller

  • make layout display style to be 'inline-block' by default (before it was block)

  • fix: Size controller autosize was not including margins

  • fix: There was an issue in Content controller when a content was set as an array of layout configs

  • refactor Content controller

  • added some storybooks

v0.1.1

17 Feb 14:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

14 Feb 07:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/pixijs/layout/commits/v0.1.0