Skip to content

Releases: neolution-ch/react-pattern-ui

Release 4.1.0

27 May 06:52

Choose a tag to compare

Added

  • various utility functions getPreExpandedMenuItems, getChildrenPanelItemsIds, getHiddenPanelIds
  • possibility to dynamic display the menu items
  • improved Context status management so that the Layout is using only the states inside it

Fixed

  • issue for which hiding a menu entry was breaking the rules of hook

Release 4.0.0

14 May 14:18

Choose a tag to compare

Added

  • Possibility to dinamically open or close sidebar
  • Possibility to dinamically toggle menu items
  • Added support for light, dark and blue theme in PanelSideBarLayout.

Changed

  • menuItems properties are not locked by any states during the render process anymore. Changing externally the menu items will provide the correct menu
  • 💥 topBarLeftCustomItems and topBarRigthCustomItems renamed to navbarLeftItems and navbarRightItems
  • navbarLeftItems and navbarRightItems have not default margin by default
  • default sidebar width to 16rem
  • 💥 UI elements are now parameter of SidebarLayout and not of the context anymore
  • PanelItem Id type changed from string to being strongly typed

Fixed

  • When footer is null, the whole section will not be rendered
  • Unique key prop in a list warning
  • menu items provided with expanded to true are correctly displayed in PanelSideBarLayout
  • Active panel is now recognized recursively and not until the third deep level anymore

Removed

  • 💥 DeleteAction component.
  • 💥 Built-in support for userDropdown. It should provided in the navbarRightItems items and define your style in your solution.
  • 💥 localItems property as menuItems can be fully controlled by the consumer.
  • 💥 removed PanelSideBar component and its relative contexts and should be replaced with PanelSideBarLayout. In order to migrate:
    • assign items to menuItems in the PanelSideBarProvider
    • set renderFirstItemsLevelAsTiles to false
    • set useToggleButton in PanelSideBarLayout to true
    • set useResponsiveLayout in PanelSideBarLayout to true
    • move brand to PanelSideBarLayout
    • move footer to PanelSideBarLayout

Release 4.0.2-beta.3

11 May 06:38

Choose a tag to compare

Release 4.0.2-beta.3 Pre-release
Pre-release

Added

  • Possibility to dinamically open or close sidebar
  • Possibility to dinamically toggle menu items
  • Added support for light, dark and blue theme in PanelSideBarLayout.

Changed

  • menuItems properties are not locked by any states during the render process anymore. Changing externally the menu items will provide the correct menu
  • 💥 topBarLeftCustomItems and topBarRigthCustomItems renamed to navbarLeftItems and navbarRightItems
  • navbarLeftItems and navbarRightItems have not default margin by default
  • default sidebar width to 16rem
  • 💥 UI elements are now parameter of SidebarLayout and not of the context anymore
  • PanelItem Id type changed from string to being strongly typed

Fixed

  • When footer is null, the whole section will not be rendered
  • Unique key prop in a list warning
  • menu items provided with expanded to true are correctly displayed in PanelSideBarLayout
  • Active panel is now recognized recursively and not until the third deep level anymore

Removed

  • 💥 DeleteAction component.
  • 💥 Built-in support for userDropdown. It should provided in the navbarRightItems items and define your style in your solution.
  • 💥 localItems property as menuItems can be fully controlled by the consumer.
  • 💥 removed PanelSideBar component and its relative contexts and should be replaced with PanelSideBarLayout. In order to migrate:
    • assign items to menuItems in the PanelSideBarProvider
    • set renderFirstItemsLevelAsTiles to false
    • set useToggleButton in PanelSideBarLayout to true
    • set useResponsiveLayout in PanelSideBarLayout to true
    • move brand to PanelSideBarLayout
    • move footer to PanelSideBarLayout

Release 4.0.2-beta.2

10 May 14:38

Choose a tag to compare

Release 4.0.2-beta.2 Pre-release
Pre-release

Added

  • Possibility to dinamically open or close sidebar
  • Possibility to dinamically toggle menu items
  • Added support for light, dark and blue theme in PanelSideBarLayout.

Changed

  • menuItems properties are not locked by any states during the render process anymore. Changing externally the menu items will provide the correct menu
  • 💥 topBarLeftCustomItems and topBarRigthCustomItems renamed to navbarLeftItems and navbarRightItems
  • navbarLeftItems and navbarRightItems have not default margin by default
  • default sidebar width to 14rem
  • 💥 UI elements are now parameter of SidebarLayout and not of the context anymore
  • PanelItem Id type changed from string to being strongly typed

Fixed

  • When footer is null, the whole section will not be rendered
  • Unique key prop in a list warning
  • menu items provided with expanded to true are correctly displayed in PanelSideBarLayout
  • Active panel is now recognized recursively and not until the third deep level anymore

Removed

  • 💥 DeleteAction component.
  • 💥 Built-in support for userDropdown. It should provided in the navbarRightItems items and define your style in your solution.
  • 💥 localItems property as menuItems can be fully controlled by the consumer.
  • 💥 removed PanelSideBar component and its relative contexts and should be replaced with PanelSideBarLayout. In order to migrate:
    • assign items to menuItems in the PanelSideBarProvider
    • set renderFirstItemsLevelAsTiles to false
    • set useToggleButton in PanelSideBarLayout to true
    • set useResponsiveLayout in PanelSideBarLayout to true
    • move brand to PanelSideBarLayout
    • move footer to PanelSideBarLayout

Release 4.0.2-beta.1

10 May 12:14

Choose a tag to compare

Release 4.0.2-beta.1 Pre-release
Pre-release

Added

  • Possibility to dinamically open or close sidebar
  • Possibility to dinamically toggle menu items

Changed

  • menuItems properties are not locked by any states during the render process anymore. Changing externally the menu items will provide the correct menu
  • topBarLeftCustomItems and topBarRigthCustomItems renamed to navbarLeftItems and navbarRightItems
  • UI elements are now parameter of SidebarLayout and not of the context anymore
  • PanelItem Id type changed from string to being strongly typed

Fixed

  • When footer is null, the whole section will not be rendered
  • Unique key prop in a list warning

Removed

  • DeleteAction component.
  • Built-in support for userDropdown. It should provided in the navbarRightItems items.
  • localItems property as menuItems can be fully controlled by the consumer.

Release 4.0.2-beta.0

10 May 12:12

Choose a tag to compare

Release 4.0.2-beta.0 Pre-release
Pre-release

Added

  • Possibility to dinamically open or close sidebar
  • Possibility to dinamically toggle menu items

Changed

  • menuItems properties are not locked by any states during the render process anymore. Changing externally the menu items will provide the correct menu
  • topBarLeftCustomItems and topBarRigthCustomItems renamed to navbarLeftItems and navbarRightItems
  • UI elements are now parameter of SidebarLayout and not of the context anymore
  • PanelItem Id type changed from string to being strongly typed

Fixed

  • When footer is null, the whole section will not be rendered
  • Unique key prop in a list warning

Removed

  • DeleteAction component.
  • Built-in support for userDropdown. It should provided in the navbarRightItems items.
  • localItems property as menuItems can be fully controlled by the consumer.

Release 4.0.2-rc.0

07 May 06:56

Choose a tag to compare

Release 4.0.2-rc.0 Pre-release
Pre-release

Added

  • Possibility to provide custom render component, e.g. skeleton, for mananing special case like asynchronus render (TODO)
  • Possibility to dinamically open or close sidebar

Changed

  • topBarLeftCustomItems and topBarRigthCustomItems renamed to navbarLeftItems and navbarRightItems
  • PanelItem Id type changed from string to being strongly typed

Fixed

  • When footer is null, the whole section will not be rendered
  • Unique key prop in a list warning

Removed

  • Delete Actioncomponent
  • Built-in support for userDropdown. It should provide it in the navbar items.

Release 4.0.1-alpha.0

06 May 14:07

Choose a tag to compare

Release 4.0.1-alpha.0 Pre-release
Pre-release

Added

  • Possibility to set fully control menuItems
  • Possibility to provide custom render component, e.g. skeleton, for mananing special case like asynchronus render (TODO)
  • Possibility to dinamically open or close sidebar

Changed

  • topBarLeftCustomItems and topBarRigthCustomItems renamed to navbarLeftItems and navbarRightItems
  • PanelItem Id type changed from string to being strongly typed

Fixed

  • When footer is null, the whole section will not be rendered

Removed

  • Delete Actioncomponent
  • Built-in support for userDropdown. It should provide it in the navbar items.

Release 4.0.0-alpha.0

06 May 11:07

Choose a tag to compare

Release 4.0.0-alpha.0 Pre-release
Pre-release

Added

  • Possibility to set fully control menuItems
  • Possibility to provide custom render component, e.g. skeleton, for mananing special case like asynchronus render (TODO)
  • Possibility to dinamically open or close sidebar

Changed

  • topBarLeftCustomItems and topBarRigthCustomItems renamed to navbarLeftItems and navbarRightItems
  • PanelItem Id type changed from string to being strongly typed

Fixed

  • When footer is null, the whole section will not be rendered

Removed

  • Delete Actioncomponent
  • Built-in support for userDropdown. It should provide it in the navbar items.

Release 3.4.0

12 Mar 08:29

Choose a tag to compare

Added

  • Possibility to define, if the page size in the paging can be changed by the user