Releases: etn-ccis/blui-react-component-library
Releases · etn-ccis/blui-react-component-library
@brightlayer-ui/react-components v5.3.2
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
@pxblue/react-components v5.3.0
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
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
Fixed
- Fixed misaligned menu icon in
<DrawerHeader>
.
@pxblue/react-components v5.1.0
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
5.0.0
Changed
- Updated styles for
<DropdownToolbar>
to support Icon Button or plain icon fornavigationIcon
. - 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 usingitems
prop.
@pxblue/react-components v4.2.0
Changed
- Updated styles for default
<ListItemTag>
and<Hero>
Added
- Adds
hidden
prop to the DrawerNavItem
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
Changed
- Hides Drawer Nav Item's title when the
<Drawer>
collapses in thepersistent
variant - Improved some icon flipping logic for RTL