v0.2.0
版本发布时间: 2024-03-27 01:32:23
pmndrs/uikit最新发布版本:v0.5.0(2024-08-26 22:17:42)
v0.2.0 upgrades to yoga 3.0 :tada:
@react-three/uikit now uses web defaults making transitions between html/css easier:
Breaking Changes
- flexDirection default is now
row
- flexShrink default is now
1
- alignContent default is now
stretch
Migration
Explicitly set flexDirection
to column
where it was previously omitted. Set flexShrink
to 0
where content is shrunken.
All examples are already migreated.