Skip to content

v0.2.0

Compare
Choose a tag to compare
@bbohlender bbohlender released this 26 Mar 17:32
· 135 commits to main since this release

v0.2.0 upgrades to yoga 3.0 πŸŽ‰

yoga3.0 announcement

@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.