Releases: praxisnetau/silverware-navigation
Releases · praxisnetau/silverware-navigation
1.7.2 (2018-09-19)
Updated
NavigationItem
now has an option to set the maximum sub-menu level (for multi-level sub-menus)
1.7.1 (2018-09-18)
Updated
NavigationItem
(part ofBarNavigation
) now supports multi-level dropdown menus
1.7.0 (2018-06-12)
1.6.2 (2018-05-15)
1.6.1 (2018-05-15)
Added
- new
ListNavigation
component; identical layout toLevelNavigation
but renders a series of childLink
objects
Updated
- updated readme
1.6.0 (2018-05-15)
Added
- new
AnchorNavigation
component to show links to anchors within the current page
1.5.4 (2018-03-01)
Updated
- build process and dependencies
BlockNavigation
andInlineNavigation
can now have header and footer contentTextItem
now supports the adding of a font icon
Fixed
- incorrect wrapper class name for
BlockNavigation
1.5.3 (2018-01-12)
Updated
NavigationItem
can now add top-level menu links to the sub-menu with optional divider. This is a workaround for Bootstrap 4 menus being click-only, and allows users to click the top-level item as part of the sub-menu (thanks Patty).
1.5.2 (2017-12-11)
1.5.1 (2017-11-01)
Updated
- changed
ItemJustify
default toend
forBarNavigation
Fixed
- bug with
BarNavigation
template not correctly referencing$Up
scope