Releases: wix/react-native-ui-lib
8.2.4
8.3.2
8.3.1
8.3.0
8.2.2
8.2.1
8.2.0
8.1.0
🎁 Features
• FloatingButton - added support for rendering only secondary button. (#3862)
• FloatingButton - fixed bug of incorrect overlay rendering. (#3864)
• Allow custom labelStyle on Toast action button. (#3891)
🔧 Fixes
• Incubator.Toast - change default zIndex to 100 for iOS as well (#3842)
• Image - Fixed overlay rendering on web platform. (#3844)
• Color Swatch - border from 0.2 opacity to 1 for accessibility. (#3835)
• Typography - Added full font weight range support (THIN-BLACK) on Android 9.0+.(#3860)
• Carousel - Android fixed loop behaviour. (#3856)
⚙️ Maintenance & Infra
• Moving to monorepo - react-native-ui-lib (#3861)
• Button and Slider - Fixed hit target to be at least of 48x48. (#3857)
8.0.0
🚀 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)