Releases: wix/react-native-ui-lib
Releases · wix/react-native-ui-lib
4.1.0
New Features
Image
now support rounded Android gifsIncubator.TouchableOpacity
now supportsactiveScale
- add scale animation when pressing the buttonIncubator.TouchableOpacity
now supports modifiersTabController
now support rendering pages as carousel usingTabController.PageCarousel
Constants
now exports alsowindowWidth
andwindowHeight
which bases onDimensions.get('window')
- Allow setting
TabController.TabBar
container width by passing thecontainerWidth
prop - Set
accessibilityState
forCard
when passingselected
prop - Add example screens for
ColorSwatch
andColorPicker
Fixes
- Fix issue with
overlayType
andcover
props wasn’t working on image styled with absolute position - Fix
Carousel
initialPage
with dynamic pages - Fix an Android issue with
Carousel
’s page offset on orientation change - Fix
TabController.TabPage
zIndex issue - Set
Image
accessibility to false by default - Fix issue with API inconsistency when migrating from native
Picker
to defaultPicker
- Fix accessibility for various components (
Checkbox
,Picker
,Dialog
,Modal
,Badge
,Avatar
) - Fix UNSAFE lifecycle method warning when using the
Drawer
component - Fix
Drawer
accessibility warnings - Update example demo app icon and name
- Enable back usage of react-native-blur in our components (
Card
,Modal
) - Fix issue with background modifier always applied even when passing
false
4.0.0
3.41.0
3.40.3
3.40.2
3.40.1
3.40.0
3.39.0
New Components
StackAggregator
- iOS like notifications stacked cards
Fixes
- Support passing
Picker
therenderPicker
prop withuseNativePicker
- Fix
Carousel
snap on Android - Improve performance of modifiers calculations by removing unnecessary props comparisons
- Fix issue with passing
0
toCard
’sborderRadius