github react-native-elements/react-native-elements v1.0.0-beta2

latest releases: v4.0.0-rc.8, v3.4.3, v4.0.0-rc.7...
pre-release6 years ago

Here is the second beta of the v1.0.0 ! πŸš€Some bugs introduced in the v1.0.0-beta were fixed, and new features were added. Thanks for your feedbacks on the first beta, awesome features are planned so stay tuned ! πŸ”₯

BREAKING CHANGES

  • SearchBar - loadingIcon was an object to customize the style of the ActivityIndicator shown when showLoading was true. It was replaced by loadingProps. 7ee34bb @xavier-villelegier
  • SearchBar - showLoadingIcon was renamed to showLoading 7ee34bb @xavier-villelegier

New features / Components

  • SearchBar - The SearchBar has now a platform props to choose between default, ios, or android look & feel 7ee34bb @xavier-villelegier
  • ButtonGroup - Adds multi-select feature 52e7117 @iRoachie
  • ListItem - The rightIcon size is now customizable 297212d @k3ithl1m
  • Slider - You can now pass transform props to the Slider through thumbStyle.transform 47ec31b @Rodrigora
  • Tile - You can use the activeOpacity props c2340ff @lex111
  • Theming - Apply primaryColor to Checkbox, Header, Button, ButtonGroup, and Badge e0a4b6a @iRoachie
  • PrincingCard - Now using new Button props c91e7b9 @Monte9

Bug/Warning fixes

  • Button - The LinearGradient feature was tweaked to avoid bug on non-expo users. You now have to pass a ButtonComponent to use linearGradientProps 961dbf3 @xavier-villelegier
  • Button - flex: 1 style was removed on the container @iRoachie
  • ListItem - Fix a bug on Android when rightTitle was null or empty 2593e33 @MrFoxPro
  • Checkbox - Fix shifting width between checked and unchecked 94ab145 @iRoachie
  • Fix jest warnings ad05179 @iRoachie

Misc

  • Update IconObject typescript definition 0fc3b5a @k3ithl1m
  • Checkbox - Update style when no title 7f86fbe @iRoachie
  • Example app - Add an example of a LinearGradient button

Total Contributors: 8

Don't miss a new react-native-elements release

NewReleases is sending notifications on new releases.