Skip to content

Releases: praxisnetau/silverware-navigation

1.7.2 (2018-09-19)

19 Sep 00:47
Compare
Choose a tag to compare

Full Changelog

Updated

  • NavigationItem now has an option to set the maximum sub-menu level (for multi-level sub-menus)

1.7.1 (2018-09-18)

18 Sep 07:08
Compare
Choose a tag to compare

Full Changelog

Updated

  • NavigationItem (part of BarNavigation) now supports multi-level dropdown menus

1.7.0 (2018-06-12)

12 Jun 07:08
Compare
Choose a tag to compare

Full Changelog

Updated

  • base resources path to match new public folder structure

1.6.2 (2018-05-15)

15 May 01:23
Compare
Choose a tag to compare

Full Changelog

Fixed

  • bug with links in ListNavigation generating the wrong href ☹️

1.6.1 (2018-05-15)

15 May 01:11
Compare
Choose a tag to compare

Full Changelog

Added

  • new ListNavigation component; identical layout to LevelNavigation but renders a series of child Link objects

Updated

  • updated readme

1.6.0 (2018-05-15)

14 May 23:34
Compare
Choose a tag to compare

Full Changelog

Added

  • new AnchorNavigation component to show links to anchors within the current page

1.5.4 (2018-03-01)

01 Mar 00:41
Compare
Choose a tag to compare

Full Changelog

Updated

  • build process and dependencies
  • BlockNavigation and InlineNavigation can now have header and footer content
  • TextItem now supports the adding of a font icon

Fixed

  • incorrect wrapper class name for BlockNavigation

1.5.3 (2018-01-12)

11 Jan 23:06
Compare
Choose a tag to compare

Full Changelog

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)

11 Dec 00:53
Compare
Choose a tag to compare

Full Changelog

Updated

  • added $table_name for all data objects

1.5.1 (2017-11-01)

01 Nov 04:56
Compare
Choose a tag to compare

Full Changelog

Updated

  • changed ItemJustify default to end for BarNavigation

Fixed

  • bug with BarNavigation template not correctly referencing $Up scope