Skip to content

8.0.0

Latest

Choose a tag to compare

@M-i-k-e-l M-i-k-e-l released this 18 Nov 12:25
· 6 commits to master since this release

🚀 What’s New?

• V8 - all changes, including breaking changes, are documented here. (#3718)
• Native components - support new arch (react native 0.77) (#3718)
• Replaced Dialog with a newer implementation. (#3718)

💡 Deprecations & Migrations

• Removed many Pan related components. (#3718)
• Removed SharedTransition (#3718)
• Picker - refactored to simplify its API and improve type safety (#3718)

🎁 Features

• New useKeyboardHeight hook for real-time keyboard height. (#3796)
• New Border Radius preset - br70. (#3798)

🔧 Fixes

• StackAggregator - onCollapseChanged will now be called after the animation has ended (as was intended); fix card being transparent on Android (see docs for API change) (#3718)

⚙️ Maintenance & Infra

• Modifiers - add getComponentName (#3800)
• Release notes - export generateReleaseNotesFromPRs and parsePR (#3802)
• Added pr description validation check (#3816)