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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
uikit v0.4.0
dpr property for portals
improved Portal responsiveness and decoupling between parent scene
Video component in default kit with VideoControls
percentage in transforms (e.g. transformTranslateX="-50%")
alignments to react-three/xr
clipping plane improvements (now doesn't lag behind when moving panels)
bug fixes
Breaking Changes
due to popular demand ref.current.setStyle now merges with the current style instead of replacing it
pointerEvents is set to "auto" on the root by default, to align uikit closer to css where pointerEvents: auto is the default. To keep the old behavior, set pointerEvents="listener" on the root / fullscreen component.