This repository was archived by the owner on Jul 4, 2025. It is now read-only.
@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>. activeItemmust now specified on the<Drawer>component instead of<DrawerNavGroup>.- Moved
titleColorprop 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>:sideBordergives the<Drawer>a slight border instead of a drop shadow.disableActiveItemParentStyledisables the bold text style for active item's parent elements.variantnow supports 'rail' option.
- Additional configuration options for
<DrawerSubheader>and<DrawerFooter>:hideContentOnCollapseconfigures if content in these areas should be hidden or remain visible when the drawer is collapsed.dividerconfigures whether to show a dividing line separating the component from other content.
- Added new property
openOnHoverto<Drawer>. - Ability to build
<Drawer>contents declaratively instead of usingitemsprop.