This repository was archived by the owner on Apr 16, 2025. It is now read-only.
Releases: etn-ccis/blui-react-native-component-library
Releases · etn-ccis/blui-react-native-component-library
Release list
@brightlayer-ui/react-native-components v8.0.4
v8.0.4 (July 22, 2024)
Added
- The
<Autocomplete>is a component that features a standard text input accompanied by a list of suggested options. - Added
activeChevronColorandchevronColorprop to Drawer Component
Fixed
- Drawer not using activeFontColor and chevron duplicacy. (#597).
@brightlayer-ui/react-native-components v8.0.3
v8.0.3 (May 10, 2024)
Fixed
- Removed font-weight from
<ListItemTag>component to work properly on Android (#557).
@brightlayer-ui/react-native-components v8.0.2
v8.0.2 (March 8, 2024)
Changed
titleanddescriptionprops types toReactNodein<EmptyState>component (#546).
@brightlayer-ui/react-native-components v8.0.1
v8.0.1 (February 9, 2024)
Fixed
- Header contents not displaying correctly for tablets in landscape mode. (#531).
- Icon alignment in
<InfoListItem>component.
Changed
- Updated the dependency on
@brightlayer-ui/react-native-themes.
Added
- The migration guide for deprecated
Typographycomponents.
@brightlayer-ui/react-native-components v8.0.0
v8.0.0 (January 12, 2024)
Version 8 utilizes React Native Paper v5 with Material Design v3 and is a major update with several changes. Most particularly, both Typography and IconWrapper components have been removed, and 5 new components have been added. All previously-introduced themed components have removed in this version too. Please follow the migration guide for more details.
Added
<Chip/>as a better alternative to React Native Paper's Chip component.<Grade>is a customizable avatar-based component that represents different grades<Icon/>as a replacement for IconWrapper.<IconSwitch/>as a better alternative to React Native Paper's Switch component.<Overline/>as a replacement for the overline variant in Typography, which was removed in Material Design 3.
Changed
- To support React Native Paper V5 with Material Design 3
- The default direction of
IconFamilytortl(#180). - The default icon background color for Hero changed from
theme.colors.surfaceto 'transparent'.
@brightlayer-ui/react-native-components v7.1.0
v7.1.0 (April 12, 2023)
Fixed
- Issue with extra large accessibility sizes on iOS (#224).
- Issue with the
<Header>not blending behind the StatusBar on android devices(#186).
Added
- Added custom children to render inside the header (#288).
InfoListItemPropsprop to<DrawerNavItem>component (#252).titleDividerprop to<DrawerNavGroup>component (#187).onPressprop to<DrawerHeader>component (#84).wrapTitle,wrapSubtitleandwrapInfoprops to<InfoListItem>component (#168).- Support for all the scroll components to
<CollapsibleHeaderLayout>(#218).
Changed
@brightlayer-ui/react-native-components v7.0.0
v7.0.0 (October 17, 2022)
Changed
- Update to build with react-native 0.70.0.
- This package now requires that you are using react-native-vector-icons version 9.0.0 or higher in your project.
@brightlayer-ui/react-native-components v6.0.3
v6.0.3 (August 4, 2022)
Added
- Added
testIDandaccessibilityLabelto<InfoListItem>,<Header>,<HeaderActionItems>, and<HeaderNavigationIcon>for easy access in UI and E2E tests.
Fixed
@brightlayer-ui/react-native-components v6.0.2
v6.0.2 (December 17, 2021)
Changed
- Changed license to Eaton.
@brightlayer-ui/react-native-components v5.4.1
v5.4.1 (December 7, 2021)
Changed
- Changed package namespace from
@pxblueto@brightlayer-ui.
Package Migration Notice
Previous versions listed after this indicator refer to our deprecated @pxblue packages.