Skip to content

4.1.0

Compare
Choose a tag to compare
@ethanshar ethanshar released this 17 Dec 12:07
· 2645 commits to master since this release

New Features

  • Image now support rounded Android gifs
  • Incubator.TouchableOpacity now supports activeScale - add scale animation when pressing the button
  • Incubator.TouchableOpacity now supports modifiers
  • TabController now support rendering pages as carousel using TabController.PageCarousel
  • Constants now exports also windowWidth and windowHeight which bases on Dimensions.get('window')
  • Allow setting TabController.TabBar container width by passing the containerWidth prop
  • Set accessibilityState for Card when passing selected prop
  • Add example screens for ColorSwatch and ColorPicker

Fixes

  • Fix issue with overlayType and cover 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 default Picker
  • 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