Releases: pmndrs/react-three-flex
Releases Β· pmndrs/react-three-flex
v1.0: React 18
Main changes
- React 18 support
- Switch from
yoga-layout-prebuilt
to @react-pdf/yoga
0.7.0
0.7.0
New features
- Added ref forwarding to Flex and Box (#58)
- Added
useCenterAnchor
hook (#60)
- Added centerAnchor prop on Flex, which centers it on position (#64)
Bug fixes
- Don't calculate sizes for Box that has Box children (#57)
- Changed box children detection (#62)
- Fixed uninitialized flex warning (#63)
0.6.1
Changes
- add
alignSelf
, alignContent
and align
props (#51)
- use correct file extension for Node (#47)
- upgrade
yoga-layout-prebuilt
to 1.9.6
v0.2.0
Changes
- Fixed integer precision bug #9
- Added
scaleFactor
prop