Skip to content

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

@brightlayer-ui/react-components v7.0.0

19 Dec 14:21
9a94c58
Compare
Choose a tag to compare

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

12 Apr 15:13
0c1ce60
Compare
Choose a tag to compare

v6.3.0 (April 12, 2023)

Removed

  • Cleaned up slot names from the components(#458).

Fixed

  • Issue with sx prop in <UserMenu> component (#437).
  • Padding and margin issue in <InfoListItem>, when wrapTitle, wrapSubtitle and wrapInfo props are enabled (#712).

@brightlayer-ui/react-components v6.2.0

26 Jan 20:22
2c3b218
Compare
Choose a tag to compare

v6.2.0 (January 24, 2023)

Fixed

  • DOM nesting console warnings in <InfoListItem>'s title, subtitle and info props (#644).
  • Rendering of chevron and right component in <InfoListItem> at the same time (#364).

@brightlayer-ui/react-components v6.1.2

07 Dec 16:32
73b4ea3
Compare
Choose a tag to compare

v6.1.2 (December 7, 2022)

Updated

  • Remove dependency on @mui/styles (#633).

@brightlayer-ui/react-components v6.1.1

01 Nov 12:43
8a99bae
Compare
Choose a tag to compare

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 updating font color and icon color of active rail item. (#486).
  • condensed prop of <DrawerRailItem> not appling height and width 56X56 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 or description of <EmptyState>.

@brightlayer-ui/react-components v6.1.0

24 Jun 12:29
aa8dbc2
Compare
Choose a tag to compare

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

01 Apr 17:34
b8531b1
Compare
Choose a tag to compare

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 and units props have been replaced by ChannelValueProps 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

08 Feb 18:03
457891c
Compare
Choose a tag to compare

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

06 Dec 15:49
cb90d02
Compare
Choose a tag to compare

v5.3.3 (December 6, 2021)

Fixed

  • Avoid rendering of HTML elements in <InfoListItem>'s DOM tree when subtitle or info prop is not available. (#318)

@pxblue/react-components v5.3.2

11 Nov 15:51
b3bfdfd
Compare
Choose a tag to compare

v5.3.2 (November 11, 2021)

Updated

  • Import material-ui components via default imports instead of named imports to reduce overall bundle size.