Releases: neolution-ch/react-pattern-ui
Releases · neolution-ch/react-pattern-ui
Release 5.3.1
Fixed
- instant scrolling to top on active
PanelSideBarItem; scrolling smoothing to center instead.
Release 5.3.0
Fix
- paging when displayed inside a form.
Added
- possibility to customize back/next first/last page navigation components.
Removed
- remove cypress declarations
Release 5.2.0
Added
- Possibility to render the whole PanelSidebarLayout hiding completely the SidebarNav.
- Export for
PanelSidebarNavbarcomponent. It can be used to render only the Navbar without need of context.
Release 5.1.0
Changed
- migrated to eslint 9 with the neolution eslint config
Release 5.0.0
dependabot: #68 Bump the github-actions group with 5 updates
Removed
- 💥 The property
mainContentBodyReffromPanelSideBarLayout.
Added
- The ref
mainContentBodyRefexposed to through the context to be used to control the main content body behaviour (e.g. scroll to top on page change).
Release 4.3.0
Added
- Added the pkg.pr.new workflow.
onSidebarCollapseOptionsto customize the panel item behavior on sidebar collapsing: keep showing icons enablingshowIcon, use a fallback icon settingfallbackIcon. It works:- whether tiles are rendered via
renderFirstItemsLevelAsTiles - the panel item has any
children
- whether tiles are rendered via
Release 4.2.0
Added
- Expose
mainContentBodyRefin order to control main body behaviour (e.g. scroll to top on page change)
Release 4.2.0-rc.0
Added
- Expose
mainContentBodyRefin order to control main body behaviour (e.g. scroll to top on page change)
Release 4.1.1
Fixed
- Fixed hide feature for tiles menu items
Release 4.1.0
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