Skip to content

Releases: neolution-ch/react-pattern-ui

Release 3.1.0-alpha.2

09 Oct 10:01

Choose a tag to compare

Release 3.1.0-alpha.2 Pre-release
Pre-release

Added

  • PanelSidebar cypress test and toggle it on any screen size

Merged

  • Merged PaneMenulItem into PanelItem

Removed

  • DateHandler utils as it belongs to another package and will be replaced in the future
  • Removed SideBarLayoutContext as can be replaced by PanelSideBarLayoutContext

Fixed

  • Fixed PanelSideBarLayout topBarCustomItems displaying

Added

  • PanelLayout

Release 3.1.0-alpha.1

04 Oct 15:07

Choose a tag to compare

Release 3.1.0-alpha.1 Pre-release
Pre-release

Added

  • PanelSidebar cypress test and toggle it on any screen size

Merged

  • Merged PaneMenulItem into PanelItem

Removed

  • DateHandler utils as it belongs to another package and will be replaced in the future
  • Removed SideBarLayoutContext as can be replaced by PanelSideBarLayoutContext

Fixed

  • Fixed PanelSideBarLayout topBarCustomItems displaying

Added

  • PanelLayout

Release 2.9.0

02 Oct 09:19

Choose a tag to compare

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

28 Sep 10:56

Choose a tag to compare

Release 3.1.0-alpha.0 Pre-release
Pre-release

Added

  • PanelSidebar cypress test and toggle it on any screen size

Merged

  • Merged PaneMenulItem into PanelItem

Removed

  • DateHandler utils as it belongs to another package and will be replaced in the future
  • Removed SideBarLayoutContext as can be replaced by PanelSideBarLayoutContext

Fixed

  • Fixed PanelSideBarLayout topBarCustomItems displaying

Added

  • PanelLayout

Release 3.0.0-alpha.0

27 Sep 13:40

Choose a tag to compare

Release 3.0.0-alpha.0 Pre-release
Pre-release

Added

  • PanelSidebar cypress test and toggle it on any screen size

Merged

  • Merged PaneMenulItem into PanelItem

Removed

  • DateHandler utils as it belongs to another package and will be replaced in the future
  • Removed SideBarLayoutContext as can be replaced by PanelSideBarLayoutContext

Fixed

  • Fixed PanelSideBarLayout topBarCustomItems displaying

Added

  • PanelLayout

Release 2.5.1-alpha.1

20 Sep 09:41

Choose a tag to compare

Release 2.5.1-alpha.1 Pre-release
Pre-release

Added

  • PanelSidebar cypress test and toggle it on any screen size

Merged

  • Merged PaneMenulItem into PanelItem

Removed

  • DateHandler utils as it belongs to another package and will be replaced in the future
  • Removed SideBarLayoutContext as can be replaced by PanelSideBarLayoutContext

Fixed

  • Fixed PanelSideBarLayout topBarCustomItems displaying

Added

  • PanelLayout

Release 2.8.1

19 Sep 12:24

Choose a tag to compare

Fixed

  • the DeleteAction component now correctly displays the delete button, and supports custom text.

Release 2.8.0

05 Sep 07:59

Choose a tag to compare

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

29 Aug 14:31

Choose a tag to compare

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

16 Aug 07:12

Choose a tag to compare

Added

  • Added an option to enable the light theme. It can be provided explicitly every time when using the SideBarMenu component, or as a default in a SideBarLayoutProvider