Skip to content

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

@brightlayer-ui/react-components v5.3.2

11 Nov 19:35
4a6fec9
Compare
Choose a tag to compare

v5.3.2 (November 11, 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.


@pxblue/react-components v5.3.1

13 Aug 17:38
cb97482
Compare
Choose a tag to compare

v5.3.1 (August 9, 2021)

Added

  • Improved intellisense popup documentation with links to full component documentation.

Fixed

  • Issue where <UserMenu> Avatar onClick prop overrides the open behavior (#307).
  • <UserMenu> menuGroups iconColor prop bug (#305).

@pxblue/react-components v5.3.0

30 Jun 18:21
1dfa4ac
Compare
Choose a tag to compare

5.3.0 (June 30, 2021)

Added

  • Added <AppBar> component which will expand and collapse based on scroll position.
  • Added wrapInfo property onto <InfoListItem>.

@pxblue/react-components v5.2.0

28 May 17:36
269a371
Compare
Choose a tag to compare

Changed

  • Update <UserMenu> to responsively display a bottom sheet in place of an overlay menu.

Added

  • Added disableRailTooltip to <DrawerRailItem>.

@pxblue/react-components v5.1.1

07 Apr 20:09
03bea58
Compare
Choose a tag to compare

Fixed

  • Fixed misaligned menu icon in <DrawerHeader>.

@pxblue/react-components v5.1.0

29 Mar 17:40
c5981ea
Compare
Choose a tag to compare

5.1.0

Changed

  • Some default colors in <InfoListItem>, <Drawer> and <ScoreCard> headers to work with @pxblue/react-themes version 6+.
  • Some default styles on <ScoreCard>, <UserMenu>, and <EmptyState> text elements.
  • Component sizing updated to use rems to better respond to system font size changes.

Added

  • openOnHoverDelay to <Drawer> to alter open-on-hover delay for closed persistent drawers.
  • peerDependency support for using with React 17

@pxblue/react-components v5.0.0

16 Feb 12:47
382f997
Compare
Choose a tag to compare

5.0.0

Changed

  • Updated styles for <DropdownToolbar> to support Icon Button or plain icon for navigationIcon.
  • Updated default styles for <Drawer>.
  • activeItem must now specified on the <Drawer> component instead of <DrawerNavGroup>.
  • Moved titleColor prop from shared props to the local props for <DrawerNavGroup>.
  • Some of the class names for style overrides have changed

Added

  • Additional configuration properties for <Drawer>:
    • sideBorder gives the <Drawer> a slight border instead of a drop shadow.
    • disableActiveItemParentStyle disables the bold text style for active item's parent elements.
    • variant now supports 'rail' option.
  • Additional configuration options for <DrawerSubheader> and <DrawerFooter>:
    • hideContentOnCollapse configures if content in these areas should be hidden or remain visible when the drawer is collapsed.
    • divider configures whether to show a dividing line separating the component from other content.
  • Added new property openOnHover to <Drawer>.
  • Ability to build <Drawer> contents declaratively instead of using items prop.

@pxblue/react-components v4.2.0

10 Dec 19:12
0630bb2
Compare
Choose a tag to compare

Changed

  • Updated styles for default <ListItemTag> and <Hero>

Added

  • Adds hidden prop to the Drawer NavItem to conditionally omit items from the <Drawer> or <UserMenu>.

Fixed

  • Mismatched transition speeds on the <Drawer> and <DrawerLayout>
  • Use more efficient icon import syntax for smaller bundle

@pxblue/react-components v4.1.1

01 Oct 17:06
b52e5d9
Compare
Choose a tag to compare

Changed

  • Hides Drawer Nav Item's title when the <Drawer> collapses in the persistent variant
  • Improved some icon flipping logic for RTL