v0.4.0
版本发布时间: 2024-07-26 00:01:47
pmndrs/uikit最新发布版本:v0.5.0(2024-08-26 22:17:42)
uikit v0.4.0
-
dpr
property for portals - improved Portal responsiveness and decoupling between parent scene
-
Video
component in default kit withVideoControls
- 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 wherepointerEvents: auto
is the default. To keep the old behavior, set pointerEvents="listener" on the root / fullscreen component.