Skip to content

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

v4.0.0-rc.8

28 Jul 19:23
78e3994
Compare
Choose a tag to compare

What's Changed

💥 Breaking Change

🚀 New Feature

🐛 Bug Fix

  • feat(Overlay): add KeyboardAvoidingView by @kedar09 in #3453
  • fix(theme): add ListItemSwipable to ComponentTheme interface by @muffix in #3691
  • fix(withTheme): refs on functional components wrapped by @marcshilling in #3708
  • fix(Icon): add testID prop by @KrisLau in #3787
  • fix(ThemeProvider): update theme with prop change by @arpitBhalla in #3732
  • fix(CheckBox): reduce needless re-rendering of Icon by @fivecar in #3773
  • fix(Divider): borderBottomWidth error when the width is a percentage by @phankietit in #3804

📝 Documentation

Other Changes

New Contributors

Full Changelog: v4.0.0-rc.7...v4.0.0-rc.8

v3.4.3

23 Dec 20:15
8fff734
Compare
Choose a tag to compare
  • fix react-native-safe-area-context peer-dependency version

v4.0.0-rc.7

28 Oct 15:57
1885bd0
Compare
Choose a tag to compare

What's Changed

🚀 New Feature

🐛 Bug Fix

📝 Documentation

Other Changes

New Contributors

Full Changelog: v4.0.0-rc.6...v4.0.0-rc.7

v4.0.0-rc.6

31 Jul 20:55
6c083b6
Compare
Choose a tag to compare

What's Changed

💥 Breaking Change

import { createTheme } from '@rneui/themed';

const myTheme = createTheme({
+  components: {
    Button:{
      titleStyle: {
        color: 'red'
      },
    },
+  },
});

🐛 Bug Fix

📝 Documentation

Other Changes

New Contributors

Full Changelog: v4.0.0-rc.5...v4.0.0-rc.6

v4.0.0-rc.5

25 Jun 19:36
8a44601
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fix

📝 Documentation

Other Changes

New Contributors

Full Changelog: v4.0.0-rc.4...v4.0.0-rc.5

v4.0.0-rc.4

21 May 13:17
570e513
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fix

📝 Documentation

Other Changes

New Contributors

Full Changelog: v4.0.0-rc.3...v4.0.0-rc.4

v4.0.0-rc.3

09 May 21:06
350ef21
Compare
Choose a tag to compare

What's Changed

🚀 New Feature

🐛 Bug Fix

📝 Documentation

Other Changes

New Contributors

Full Changelog: v4.0.0-rc.2...v4.0.0-rc.3

v4.0.0-rc.2

29 Apr 19:27
d1ac3fc
Compare
Choose a tag to compare

What's Changed

🚀 New Feature

  • feat(CheckBox): add disabled, disabledTitleStyle, disabledStyle props by @kedar09 in #3430

🐛 Bug Fix

Other Changes

Full Changelog: 4.0.0-rc.1...v4.0.0-rc.2

4.0.0-rc.1

28 Mar 19:49
65851b6
Compare
Choose a tag to compare

4.0.0-rc.1 (2022-03-28)

To use this version

yarn add @rneui/base @rneui/themed
npm install @rneui/base @rneui/themed

💥 Breaking Change

  • themed
    • #3324 feat(ThemeProvider)!: update withTheme and ThemeProvider (@arpitBhalla)
      Replace colors with lightColors in createTheme

🐛 Bug Fix

📝 Documentation

Committers: 6

4.0.0-rc.0

16 Mar 19:43
3c2a980
Compare
Choose a tag to compare
4.0.0-rc.0 Pre-release
Pre-release

2022-03-16

In the same directory as your package.json file, create or edit an .npmrc file to include a line specifying GitHub Packages URL.

@react-native-elements:registry=https://npm.pkg.github.com

Note: Please refer Installation Guide and Migration Guide

💥 Breaking Change

🚀 New Feature

  • @react-native-elements/base
  • @react-native-elements/base, @react-native-elements/themed

🐛 Bug Fix

📝 Documentation

Committers: 23