Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@bbohlender bbohlender released this 04 Nov 19:10
· 4 commits to main since this release

uikit v0.8.0

Alongside a few bug fixes, this release has some small UX improvements and a small but important breaking change for all vanilla uikit users.

Features

Breaking Changes

  • for uikit vanilla element.internals. pointerEventsProperties was renamed to element.internals.defaultProperties
  • for uikit vanilla the depthTest property are not automatically propagated throughout the UI. If necessary, propagate them manually by providing the element.internals.defaultProperties to the default properties when creating a child of element (e.g. new Container({...}, element.internals.defaultProperties)).