Skip to content

Releases: wix/react-native-ui-lib

7.46.3

04 Sep 12:52
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

7.40.0

15 Apr 13:06
Compare
Choose a tag to compare

🎁 Features

• Constants - Added getFontScale. (#3597)
• Avatar add ellipsizeMode prop for text truncation and improve accessibility handeling. (#3542)
• Picker new selectionStatus feature, support "Select All" element. (#3557)
• Icon size prop support object with width, height. (#3660)

🔧 Fixes

• Checkbox - Fixed validate function not returning validity (#3672)
• useScrollTo - Fixed Android RTL flipped offset caculcation. (#3644)
• Checkbox - fix accessibility (#3650)
• Make the image component have type annotations again instead of any (#3656)
• Refactor Button component to determine filled state by background color (#3670)
• TextField - handle value change to undefined (#3676)
• Fix missing ellipsis when text is overflowing in TextField (#3682)

⚙️ Maintenance & Infra

• Assets new internal path, moved local components assets to be under Assets.internal.icons. (#3618)
• Local Assets new structure, support web and mobile devices. (#3635)
• Internal components - move display name to 'ignore' (#3641)
• Assets web structure refactor. (#3652)
• Upgrade flashlist to version 1.7.6 in our demo app (#3675)
• Upgrade Reanimated to version 3.16.7 in our demo app (#3679)
• Docs - Timeline - fix live components (#3611)
• New componentUtils file to include common logic. (#3609)
• Docs - LiveCode in table cell - block interaction (#3610)
• Docs site redesign (#3636)
• Docs site redesign fixes (#3640)
• Docs - fix deploy (#3645)
• Docs - Change favicon and add logo (#3651)
• LivePreview - fix UI (#3667)