You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)).