Skip to content

Releases: wix/react-native-ui-lib

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)

7.46.2

03 Sep 07:51

Choose a tag to compare

πŸš€ What’s New?

🎁 Features

β€’ New Border Radius preset - br70. (#3798)

βš™οΈ Maintenance & Infra

β€’ New useKeyboardHeight hook for real-time keyboard height. (#3796)

7.46.1

28 Aug 09:17

Choose a tag to compare

πŸš€ What’s New?

πŸ”§ Fixes

β€’ Color accessibility fixes, update primary, success, danger, major tokens colors. (#3792)

βš™οΈ Maintenance & Infra

β€’ BorderRadiuses - add br90 (#3788)

7.46.0

06 Aug 08:07

Choose a tag to compare

βš™οΈ Maintenance & Infra

β€’ ButtonDriver - added util for checking if the button is disabled. (#3786)

7.45.0

23 Jul 10:03

Choose a tag to compare

πŸ”§ Fixes

β€’ Carousel - Fixed PageControl not aligned with scrolling direction in carousel. (#3781)
β€’ Fix Avatar custom accessibility label when Avatar is not clickable (#3782)

7.44.0

25 Jun 09:59

Choose a tag to compare

🎁 Features

β€’ ExpandableSection - render view when not pressable (Accessiblity) (#3749)

πŸ”§ Fixes

β€’ Chips - Increased chip hit slop to hit 48x48 hit target for accessibility (#3746)
β€’ Incubator.Dialog - support reduce motion (accessibility) (#3755)
β€’ Carousel - pageControl set hitSlop as part of a11y fix. (#3763)
β€’ Colors - Update danger design tokens colors (a11y). (#3760)

7.43.0

28 May 13:21

Choose a tag to compare

New:
β€’ ⭐ Docs - Release new docs content and structure. (#3730)

Infra:
β€’ Docs - fix playground preview divider (#3728)
β€’ Docs - remove double header for colors page (#3732)
β€’ Docs - button api update (#3731)
β€’ Docs - updated links font size (#3742)

7.42.0

14 May 08:10

Choose a tag to compare

πŸš€ What’s New?

πŸ”§ Fixes

β€’ Picker - fix crash for children not in array (#3716)
β€’ Picker merging default modal props with the user custom modal props. (#3719)
β€’ KeyboardAccessoryView - fix "Argument appears to not be a ReactComponent" (#3710)

βš™οΈ Maintenance & Infra

β€’ Chip Driver, and basic Chip test. (#3717)
β€’ TimeLine testID prop. (#3706)
β€’ Picker - test items exists (#3724)

OTHERS

β€’ Docs - Added category introductory page. (#3715)
β€’ Docs - added composite to build script (#3709)
β€’ Docs - Refactor UILivePreview component to support code format (#3722)
β€’ Docs - Fix the Prettify button import error (#3726)
β€’ Docs - Colors Token in colors table now copies token when clicking (#3727)

7.41.0

30 Apr 07:27

Choose a tag to compare

πŸš€ What’s New?

🎁 Features

β€’ Drawer - item support custom text and icon colors (#3691)
β€’ Timeline - Point support custom labelColor prop (#3692)

πŸ”§ Fixes

β€’ TabController - fix RTL in Android (#3688)
β€’ Picker - useWheelPicker fix accessibility (#3696)

βš™οΈ Maintenance & Infra

β€’ Timeline - useThemeProps support usage of config file (#3695)
β€’ Exported Incubator.SliderProps #3699

OTHERS

β€’ Docs - example fixes (#3687)
β€’ Docs - Component props note section style (#3701)
β€’ Docs - fix Switch page (#3705)
β€’ Docs - Figma embed removed footer (#3703)
β€’ Docs - Added figma embed links for missing pages (#3698)
β€’ Docs - Aligned sidebars script with latest version sidebar (#3690)