Skip to content

Releases: wix/react-native-ui-lib

8.4.0

22 Mar 10:30

Choose a tag to compare

🚀 What’s New?

🎁 Features

• Colors: ColorPalette new Lightness and Saturation logic (#3942)
• screenFooter - added new component. (#3905)

🔧 Fixes

• TabController - support react-native-safe-area-context (#3928)
• ExpandableOverlay - Fixed onDismiss callback being called twice when modal is dismissed. (#3916)
• ScreenFooterScreen - Gracefully handle missing react-native-safe-area-context dependency. (#3941)
• ScreenFooterScreen - fix errors when SafeAreaContext is not installed (#3949)
• textField - a11y label improved. (#3947)

⚙️ Maintenance & Infra

• Android - Upgraded SDK to version 36 (buildTools, compileSdk, targetSdk) to support Android 16 and edge-to-edge display requirements. (#3919)
• Release / Infra – Release script now supports release branch variations and hotfix branches (with release_version in the branch name) for the release environment. (#3936)
• View – useSafeArea now supports SafeAreaView from react-native-safe-area-context when available. (#3937)
• floatingButton - changed to use new ScreenFooter component internally. deprecated original component. (#3948)
• screenFooterScreen - added demo screen for new component. (#3905)
• useScrollToHide - added new hook for controlling visibility during scroll. (#3905)

8.3.4

19 Feb 10:00

Choose a tag to compare

Use SafeAreaContext optional dependency for View useSafeArea (#3937)

8.2.5

19 Feb 09:31

Choose a tag to compare

Use SafeAreaContext optional dependency for View useSafeArea (#3937)

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)