Skip to content

Releases: etn-ccis/blui-react-native-component-library

@brightlayer-ui/react-native-components v8.0.4

22 Jul 12:44
6312fd0
Compare
Choose a tag to compare

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 activeChevronColor and chevronColor prop to Drawer Component

Fixed

  • Drawer not using activeFontColor and chevron duplicacy. (#597).

@brightlayer-ui/react-native-components v8.0.3

10 May 14:40
6c996dc
Compare
Choose a tag to compare

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

08 Mar 13:48
d833424
Compare
Choose a tag to compare

v8.0.2 (March 8, 2024)

Changed

  • title and description props types to ReactNode in <EmptyState> component (#546).

@brightlayer-ui/react-native-components v8.0.1

09 Feb 12:55
2f83dde
Compare
Choose a tag to compare

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 Typography components.

@brightlayer-ui/react-native-components v8.0.0

12 Jan 18:00
b064a8f
Compare
Choose a tag to compare

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 IconFamily to rtl (#180).
  • The default icon background color for Hero changed from theme.colors.surface to 'transparent'.

@brightlayer-ui/react-native-components v7.1.0

13 Apr 13:18
7a1465d
Compare
Choose a tag to compare

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).
  • InfoListItemProps prop to <DrawerNavItem> component (#252).
  • titleDivider prop to <DrawerNavGroup> component (#187).
  • onPress prop to <DrawerHeader> component (#84).
  • wrapTitle, wrapSubtitle and wrapInfo props to <InfoListItem> component (#168).
  • Support for all the scroll components to <CollapsibleHeaderLayout> (#218).

Changed

  • Updated the <Modal> within the <BottomSheet> component to use the statusBarTranslucent prop by default.
  • Allowed chevron and right component in <InfoListItem> to be displayed at the same time (#312).
  • Updated test cases for <UserMenu> component #106).

@brightlayer-ui/react-native-components v7.0.0

17 Oct 16:36
4ff0f6a
Compare
Choose a tag to compare

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

04 Aug 18:00
110cd0d
Compare
Choose a tag to compare

v6.0.3 (August 4, 2022)

Added

  • Added testID and accessibilityLabel to <InfoListItem>, <Header>, <HeaderActionItems>, and <HeaderNavigationIcon> for easy access in UI and E2E tests.

Fixed

  • Issue with <MobileStepper> default dark theme fill color (#276).
  • Issue with <Header> default backgroundImage size (#228).
  • Issue with <Header> title cutting off the top of CJK characters (#156).

@brightlayer-ui/react-native-components v6.0.2

17 Dec 19:51
437906b
Compare
Choose a tag to compare

v6.0.2 (December 17, 2021)

Changed

  • Changed license to Eaton.

@brightlayer-ui/react-native-components v5.4.1

07 Dec 14:57
fb3016c
Compare
Choose a tag to compare

v5.4.1 (December 7, 2021)

Changed

  • Changed package namespace from @pxblue to @brightlayer-ui.

Package Migration Notice

Previous versions listed after this indicator refer to our deprecated @pxblue packages.