Releases: neolution-ch/react-pattern-ui
Releases · neolution-ch/react-pattern-ui
Release 3.1.0-alpha.2
Added
- PanelSidebar cypress test and toggle it on any screen size
Merged
- Merged
PaneMenulItemintoPanelItem
Removed
DateHandlerutils as it belongs to another package and will be replaced in the future- Removed
SideBarLayoutContextas can be replaced byPanelSideBarLayoutContext
Fixed
- Fixed PanelSideBarLayout topBarCustomItems displaying
Added
- PanelLayout
Release 3.1.0-alpha.1
Added
- PanelSidebar cypress test and toggle it on any screen size
Merged
- Merged
PaneMenulItemintoPanelItem
Removed
DateHandlerutils as it belongs to another package and will be replaced in the future- Removed
SideBarLayoutContextas can be replaced byPanelSideBarLayoutContext
Fixed
- Fixed PanelSideBarLayout topBarCustomItems displaying
Added
- PanelLayout
Release 2.9.0
Fixed
- Fixed row size and overflow behaviour for Paging component so that it does not always show a horizontal scrollbar regardless of the available width
- The paging text will now occupy the whole row in case there are no page buttons to be rendered
Release 3.1.0-alpha.0
Added
- PanelSidebar cypress test and toggle it on any screen size
Merged
- Merged
PaneMenulItemintoPanelItem
Removed
DateHandlerutils as it belongs to another package and will be replaced in the future- Removed
SideBarLayoutContextas can be replaced byPanelSideBarLayoutContext
Fixed
- Fixed PanelSideBarLayout topBarCustomItems displaying
Added
- PanelLayout
Release 3.0.0-alpha.0
Added
- PanelSidebar cypress test and toggle it on any screen size
Merged
- Merged
PaneMenulItemintoPanelItem
Removed
DateHandlerutils as it belongs to another package and will be replaced in the future- Removed
SideBarLayoutContextas can be replaced byPanelSideBarLayoutContext
Fixed
- Fixed PanelSideBarLayout topBarCustomItems displaying
Added
- PanelLayout
Release 2.5.1-alpha.1
Added
- PanelSidebar cypress test and toggle it on any screen size
Merged
- Merged
PaneMenulItemintoPanelItem
Removed
DateHandlerutils as it belongs to another package and will be replaced in the future- Removed
SideBarLayoutContextas can be replaced byPanelSideBarLayoutContext
Fixed
- Fixed PanelSideBarLayout topBarCustomItems displaying
Added
- PanelLayout
Release 2.8.1
Fixed
- the
DeleteActioncomponent now correctly displays the delete button, and supports custom text.
Release 2.8.0
Fixed
- the sidebar now only keeps minimal state of opened menu items instead of all of the items. This fixes a problem where the sidebar would not be re-rendered if the currently active item changed.
Release 2.7.0
Fixed
- Removed sidebar drop shadow on screens where it's closed by default (small/medium size screens) in order to avoid having a shadow visible to the left of the screen even when the menu is closed on mobile/tablet
- Fixed a problem where menu-open would be added to menu items without children
- Menu styling is now using different colors for hovering and normal state
- Indentation of menu items is now using classes. This lets the user overwrite the indentation with custom styles when required
Added
- Added an option to provide additional classes to a menu item
- Added an option to set the "active" class on menu items from the outside
Release 2.6.0
Added
- Added an option to enable the light theme. It can be provided explicitly every time when using the
SideBarMenucomponent, or as a default in a SideBarLayoutProvider