Skip to content

Releases: react-native-elements/react-native-elements

3.0.0 Release

17 Dec 02:57
Compare
Choose a tag to compare

Includes everything listed in the alpha release plus the following:

Features

#2596 - Updated to require react-native-vector-icons library be >7.0.0
#2697 - Update react-native-status-bar-height to 2.6.0
#2656 - Add containerStyle to BottomSheet
#2707 - Header update to use react-native-safe-area-context.

Fixes

#2674 - Colors types fix.
#2701 - Checkbox types fix.
#2702 - Tile types fix.
#2645 - Fix Avatar not showing placeholder if no source
#2650 - Fix Theme custom theme overwritten when switching between dark/light mode

Removed

#2699 - Remove deprecated props from ListItem
#2700 - Remove deprecated props from Card

3.0.0-alpha.1

16 Oct 14:15
Compare
Choose a tag to compare

Features

#2583 - Dark Colors now available in API
#2580 - Image transition and performance improvements
#2598 - updated normalize function using react-native-size-matters
#2621 - Ratings updated to latest

Fixes

#2561 - fix 'grey' issue on web.
#2572 - ThemeProvider rerender on prop change
#2565 - Image show placeholder with empty source
#2566 - Button fix ripple overflow
#2578 - SearchBar fire onCancel when back button pressed
#2585 - Slider touch track positioning fixes
#2584 - Button fix text alignment for certain fonts
#2589 - Card return accidentally removed default styling
#2587 - Button improved LinearGradient

Removed

#2590 - deprecated Avatar props

2.3.2

03 Sep 02:31
Compare
Choose a tag to compare

Fixes:
Typescript Changes: #2536 #2550
Icon fix reverseColor: #2545 @imakshar
Input fix style overwrite: #2538 @JB1905

2.3.1 Release

29 Aug 20:28
Compare
Choose a tag to compare

Fixes

sub-component theming: #2529
typescript fixes: #2526 #2527 #2528
Input: placeholderTextColor fix: #2531

2.3.0 Release

27 Aug 02:33
Compare
Choose a tag to compare

Checkout the upgrade guide

https://react-native-elements.github.io/react-native-elements/blog/2020/08/10/2.3-upgrade-guide

Features

Refactor Avatar, ListItem, and Card to deprecate a number of props and reduce down the components themselves. #2518 and #2494
BottomSheet refactor #2507 and #2518 @saxenanihal95
onPress added to Image #2506 @sudeepto-dutta
Dark Mode added to ThemeProvider #2512
closeOnlyOnBackdropPress to ToolTip #2413 @anandhakumarpalanisamy

Bug Fixes

withTheme fix for circular props #2517
Image fix for `styled-coomponents #2520

2.2.1 Release

12 Aug 01:13
Compare
Choose a tag to compare

Revert fix for #2485

2.2.0 Release

09 Aug 05:53
Compare
Choose a tag to compare

New Features

Slider new props: thumbProps and allowTouchTrack
Icon new prop: iconProps

Fixes:

ToolTip Android height calculation crash #2352 @LucidNinja
ListItem fix bug with no content when inside "alignItems: center" View #2485

2.1.0 Release

31 Jul 22:23
Compare
Choose a tag to compare

New Component

BottomSheet #2325 Much thanks to @saxenanihal95

Updates

Split out Accessory from Avatar into a separate component: #2469 @flyingcircle
Docs upgraded to Docusaurus v2: #2455

Bug Fixes

Slider on web: #2465

2.0.4 Release

30 Jun 02:32
Compare
Choose a tag to compare

Bug Fix:
Upgrade to 2.0.3 breaks IconButtonProps import #2423

2.0.3 Release

28 Jun 22:20
Compare
Choose a tag to compare

Summary

  • Lots o bug fixes!

New Props

add textProps prop to Badge: #2395
add Image static methods from RN #2407
add buttonContainerStyle to ButtonGroup #2415
add toggleAction to ToolTip #2406

Fixes

Avatar when round is true: #2247
fix Checkbox no title spacing issue #2397
Icon specific web/font warning #2399
fix ios raised Button issue #2400
Add testID to ListItem::PadView #2404
Stop triggering LayoutAnimation without setting state in SearchBar-ios #2390
add regular font to all android fonts #2402
Header component height issue in android with StatusBar #2405
Have IconObject extend TouchableHighlightProps so that HeaderIcon can support props like underlayColor #2185
fix padding in ListItem for web #2416