Skip to content

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

4.0.0-beta.0

19 Dec 20:11
Compare
Choose a tag to compare

Features

Fixes

  • Dialog component refactored #3056
  • onLeftSwipe and onRightSwipe added to ListItem #3077
  • scrollViewProps added to BottomSheet #3111
  • social icons added #3094 #3146
  • fix onPress in Chip #3129
  • animation props for LinearProgress #3157
  • fix socialIconSize #3168
  • fixed types #3099

3.4.2

09 Jun 03:58
Compare
Choose a tag to compare

New TabView Component #2983 @arpitBhalla
New Dialog Component #2911 @Dhananjayan-PN
New ListItem.Accordion Fixes #3001 @arpitBhalla
Add new props to Divider #2988 @khushal87
Slider prop fix #3023 @arpitBhalla
Header iconStyle prop fix #3032 @khushal87

Typescript fixes #3031 #3025 #3030 #2935 #3007
Other Fixes #3019 #3000 #2975 #2984

Release 3.4.1

25 Apr 17:48
Compare
Choose a tag to compare

Fixes:
Fix the Image bug from 3.4.0: #2993

Release 3.4.0

20 Apr 14:37
Compare
Choose a tag to compare

Features

LinearProgress new component - #2867 @arpitBhalla
Header new prop elevated - #2876 @arpitBhalla
Switch new component - #2877 @khushal87
FAB new component - #2885 @arpitBhalla
SpeedDial new component - #2896 @arpitBhalla
ListItem.Accordion new subcomponent - #2953 @arpitBhalla
TabView new component - #2919 @arpitBhalla
Chip new component - #2890 @Dhananjayan-PN
Theme can now be updated through theme prop - #2891 @hetanthakkar1
Button new prop iconPosition - #2973 @hetanthakkar1

Fixes

Lots of typescript and export fixes thanks to all who contributed!
Image new prop childrenContainerStyle - #2933 @maxikgreat

Misc

Slider conversion to func component - #2875 @hetanthakkar1
Automate dist builds - #2943 @pranshuchittora
PadView conversion to func component - #2951 @varunhhhrahul

Release 3.3.2

16 Mar 20:25
Compare
Choose a tag to compare

Fixes:
#2831 #2846 - SocialIcon loader with light background - @AnujSharma141 @ankushdutt
#2847 - Icon types version fix with vector-icons - @flyingcircle
#2826 - Add facebook-messenger and whatsapp t0 SocialIcon @abhishekkumar08
#2856 - onClose runs twice on Tooltip close - @ankushdutt

Types fixes - @arpitBhalla
Convert Button to Functional - @blackwolf08

3.3.1 Release

11 Mar 20:40
Compare
Choose a tag to compare

Fixes

#2803 Export Typescript Props - @hetanthakkar1
#2824 Fix Slider on RN-Web - @hetanthakkar1
#2821 Fix setState after unmountin ToolTip - @namantayal

Release 3.3.0

07 Mar 21:08
Compare
Choose a tag to compare

Code transitioned to Typescript!

Features:
#2790 - new convenience functions: makeStyles and useTheme @MarianAlexandruAlecu
#2781 - Typescript transition @flyingcircle @MohammedFaragallah

Bug Fix:
#2793 - Image source was broken in Accessory @Brechard

3.2.0

07 Feb 20:52
Compare
Choose a tag to compare

##Updates
#2760 - @sviande remove references to Expo.global in anticipation of Expo 41.
#2769 - @walfly move react-native-safe-area-context to be a peer dependency.

3.1.0 Release

30 Dec 02:37
Compare
Choose a tag to compare

Features:
#2732 - dynamically import font files to avoid unnecessary imports.
#2727 - update BottomSheet so that it isn't bound by max height.
#2723 - fix Colors so that it doesn't throw an error in RN-Windows.

Fixes:
#2731 - Typescript fixes

3.0.1 Release

18 Dec 19:58
1eaf57a
Compare
Choose a tag to compare

Fixes:

#2717 - fix when using local file source for Image
#2716 - fix Header component alignment for web.