Releases: etn-ccis/blui-react-component-library
Releases · etn-ccis/blui-react-component-library
@brightlayer-ui/react-components v7.0.0
v7.0.0 (December 19, 2024)
Changed
- Components are now built to work with Material UI v6.
Fixed
- Issue with
MenuListProps
in<UserMenu>
component (#893).
@brightlayer-ui/react-components v6.3.0
@brightlayer-ui/react-components v6.2.0
@brightlayer-ui/react-components v6.1.2
@brightlayer-ui/react-components v6.1.1
v6.1.1 (November 1, 2022)
Fixed
hideContentOnCollapse
prop of<DrawerFooter>
not hiding footer content (#484).- Temporary drawer rendering, due to incorrectly passing open prop (#486).
activeItemFontColor
,activeItemIconColor
prop of<DrawerRailItem>
not updatingfont color
andicon color
of active rail item. (#486).condensed
prop of<DrawerRailItem>
not appling height and width56X56
to all rail items. (#541).- Styling of
nonClickableIcon
in<DrawerHeader>
not applying properly (#562). animationDuration
not being applied properly to<AppBar>
component.- DOM Nesting warnings when passing custom content to
title
ordescription
of<EmptyState>
.
@brightlayer-ui/react-components v6.1.0
v6.1.0 (June 24, 2022)
Changed
- Components are now styled using use the new MUI styled engine and extend the sx prop.
@brightlayer-ui/react-components v6.0.0
v6.0.0 (April 1, 2022)
Changed
- Components are now built to work with Material UI v5 (#352).
- In
<Hero>
component,fontSize
,value
,valueIcon
,valueColor
andunits
props have been replaced byChannelValueProps
prop, which will allow you to specify any props on the underlying<ChannelValue>
component. (#365).
Removed
- Quick set options for fontSize ('normal' and 'small') have been removed in the
<Hero>
/<ChannelValue>
components — if you were using these options previously, they can be replaced with '1.25rem' and '1rem', respectively, e.g.:<Hero ChannelValueProps={{ fontSize: '1rem' }} />
- DropdownToolbar. You should switch to using the
<ToolbarMenu>
component inside of a MUI Toolbar instead. (#353).
@brightlayer-ui/react-components v5.4.0
v5.4.0 (February 8, 2022)
Added
- Added
chevronColor
property to<InfoListItem>
and SharedProps of<Drawer>
. - Added class override for
chevron
on<InfoListItem>
and<DrawerNavItem>
. - Added
titleDivider
property onto<DrawerNavGroup>
. (#315) - Added 1rem default padding to the root styles of
<EmptyState>
. (#320) - Added new property
unitSpace
to<ChannelValue>
to manage spacing between the value and units. (#350) - Added
<ToolbarMenu>
component. (#351) - Added Deprecation warnings for DropdownToolbar component that will be removed in version 6.0.0.
@brightlayer-ui/react-components v5.3.3
v5.3.3 (December 6, 2021)
Fixed
- Avoid rendering of HTML elements in
<InfoListItem>
's DOM tree whensubtitle
orinfo
prop is not available. (#318)
@pxblue/react-components v5.3.2
v5.3.2 (November 11, 2021)
Updated
- Import material-ui components via default imports instead of named imports to reduce overall bundle size.