Skip to content

Releases: wix/react-native-ui-lib

3.40.1

21 Nov 08:41
Compare
Choose a tag to compare

Fix issue with initialPage not working in Carousel with a full-width page.

3.40.0

12 Nov 13:03
Compare
Choose a tag to compare
  • Dialog minor fixes, add missing testID
  • TextField - Fix how color value is been taken (first color prop, next according to modifiers and last theme props)

3.39.0

24 Oct 12:02
Compare
Choose a tag to compare

New Components

  • StackAggregator - iOS like notifications stacked cards

Fixes

  • Support passing Picker the renderPicker prop with useNativePicker
  • Fix Carousel snap on Android
  • Improve performance of modifiers calculations by removing unnecessary props comparisons
  • Fix issue with passing 0 to Card’s borderRadius

3.38.2

16 Sep 12:55
Compare
Choose a tag to compare

Fix issue with Android unsupported accessibility issues

3.38.1

16 Sep 11:42
Compare
Choose a tag to compare

Fix AnimatedImage to use useNativeDriver

3.38.0

15 Sep 07:38
Compare
Choose a tag to compare
  • Our docs site was updated with latest changes and got a new design!!
  • Add accessibility support to most of our components
  • Minor style fix in TabController's TabBarItem when passing the ignore prop

3.37.2

10 Sep 08:30
Compare
Choose a tag to compare

HotFix
Fixed issue with native Picker not selecting new values after initial selection

3.37.1

08 Sep 13:58
Compare
Choose a tag to compare

HotFix

  • Fixed issue with native Picker initial selected value throwing an errors when no items were passed

3.37.0

03 Sep 05:27
d346ff0
Compare
Choose a tag to compare

New Components

  • Customized Slider
  • ColorPicker, ColorPalette & ColorSwatch
  • FloatingButton

Features

  • Carousel new features: non-full width pages, rendering PageControl, rendering page counter (have to pass migrate prop for the Carousel)
  • Image now support passing aspectRatio prop when rendering as a cover image
  • Avatar now support showing badge on all corners (top_right, top_left, bottom_right, bottom_left)
  • Badge now support onPress callback
  • TabController.TabBar now support passing items as a prop instead of children
  • Support passing containerWidth to Hint to control its container area
  • Allow dynamic prop change to Card's selection color
  • Add Cocapods support

Fixes

  • Fix issue with Carousel RTL support on Android
  • Fix issue with native Picker when user doesn't select non of the option and confirm - undefined was returned instead of the first value

3.36.0

02 Sep 04:53
Compare
Choose a tag to compare
  • new FeatureHighlight feature: control mask border radius and allow rendering PageControl
  • TextField now support margin modifiers
  • TextField now support custom validations: using validate and errorMessage props
  • View now support the animated modifier - whether to render an Animated.View instead
  • Picker now support rendering custom modal
  • Image now supports passing overlayType for rendering gradient overlay
  • new Constants: isLandscape & screenAspectRatio