Skip to content

v0.7.0

Compare
Choose a tag to compare
@bbohlender bbohlender released this 02 Nov 01:35
· 11 commits to main since this release

uikit v0.7.0

Performance

  • drastically increased performance for large numbers of elements by reducing unnecessary matrix multiplications and scene traversals
  • improved raycasting performance

Breaking Changes

  • for uikit vanilla the pointer events properties (pointerEvents, pointerEventsType, pointerEventsOrder) are not automatically propagated throughout the UI. If necessary, propagate them manually by providing the element.internals.pointerEventsProperties to the default properties when creating a child of element (e.g. new Container({...}, element.internals.pointerEventsProperties)).