Skip to content

Releases: wix/react-native-ui-lib

8.2.4

17 Feb 19:18

Choose a tag to compare

Modal - Added SafeAreaProvider support for safe area insets inside modals (#3926)

8.3.2

04 Feb 13:26

Choose a tag to compare

TabController - support react-native-safe-area-context (#3928)

8.3.1

03 Feb 09:06

Choose a tag to compare

Modal - Added SafeAreaProvider support for safe area insets inside modals (#3926)

8.3.0

02 Feb 10:54

Choose a tag to compare

🎁 Features

• MaskedInput - support theme (#3922)

🔧 Fixes

• GridListItem - fix accessibility issue in iOS (#3887)
• WithScrollEnabler - removed redundant condition. (#3889)

8.2.2

02 Feb 10:40

Choose a tag to compare

FloatingButton - revert 3864 and apply zIndex to iOS (#3914)

8.2.1

12 Jan 15:04

Choose a tag to compare

Revert "textField - a11y label improvements (#3883)" (#3909)

8.2.0

06 Jan 09:35

Choose a tag to compare

🎁 Features

• ProgressBar - support progressStyle (#3898)

🔧 Fixes

• Allow custom labelStyle on Toast action button (#3891)
• FloatingButton - fixed bug of incorrect overlay rendering (#3864)
• Picker - Fixed dialog onDismiss bug. (#3858)
• TextField - a11y label fix. (#3883)

8.1.0

25 Dec 11:25

Choose a tag to compare

🎁 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

18 Nov 12:25

Choose a tag to compare

🚀 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)

7.46.3

04 Sep 12:52

Choose a tag to compare

🚀 What’s New?

🎁 Features

• Incubator.Gradient - new component (#3795)
• Button - Added customBackground prop to enable custom background elements (#3799)