Skip to content

Release 4.0.2-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@neolution-ch-release-bot neolution-ch-release-bot released this 10 May 12:14
· 11 commits to main since this 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.