Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 10:49
· 87 commits to main since this release

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