v4.0.0-rc.6
版本发布时间: 2022-08-01 04:55:25
react-native-elements/react-native-elements最新发布版本:v4.0.0-rc.8(2023-07-29 03:23:36)
What's Changed
:boom: Breaking Change
- feat(ThemeProvider)!: restructure default component theme by @arpitBhalla in https://github.com/react-native-elements/react-native-elements/pull/3582
import { createTheme } from '@rneui/themed';
const myTheme = createTheme({
+ components: {
Button:{
titleStyle: {
color: 'red'
},
},
+ },
});
:bug: Bug Fix
- fix: typo when exporting colors types by @rafae2k in https://github.com/react-native-elements/react-native-elements/pull/3580
- fix: add children as prop by @arpitBhalla in https://github.com/react-native-elements/react-native-elements/pull/3583
- fix(Switch): Android throws an error when setting it to false by @arpitBhalla in https://github.com/react-native-elements/react-native-elements/pull/3601
- fix: dist output target by @arpitBhalla in https://github.com/react-native-elements/react-native-elements/pull/3603
:memo: Documentation
- Updated Skeleton.md file by @I-am-abdulazeez in https://github.com/react-native-elements/react-native-elements/pull/3570
- docs: rename colors to lightColors by @arpitBhalla in https://github.com/react-native-elements/react-native-elements/pull/3584
- docs: usage example for Tab Items by @srj101 in https://github.com/react-native-elements/react-native-elements/pull/3576
- docs: BottomSheet playground by @arpitBhalla in https://github.com/react-native-elements/react-native-elements/pull/3602
Other Changes
- chore: bump v4.0.0-rc.5 by @arpitBhalla in https://github.com/react-native-elements/react-native-elements/pull/3567
New Contributors
- @I-am-abdulazeez made their first contribution in https://github.com/react-native-elements/react-native-elements/pull/3570
- @rafae2k made their first contribution in https://github.com/react-native-elements/react-native-elements/pull/3580
- @srj101 made their first contribution in https://github.com/react-native-elements/react-native-elements/pull/3576
Full Changelog: https://github.com/react-native-elements/react-native-elements/compare/v4.0.0-rc.5...v4.0.0-rc.6