Skip to content

Releases: verbb/navigation

3.0.0-beta.2

06 Mar 05:24
Compare
Choose a tag to compare
3.0.0-beta.2 Pre-release
Pre-release

Changed

  • Update site menu to use breadcrumb.

Fixed

  • Fix element action buttons not appearing when editing a node.
  • Fix lack of icons and edit button on node when editing navigation.
  • Fix toolbar when editing nodes.

3.0.0-beta.1

04 Mar 09:47
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

Changed

  • Now requires PHP 8.2.0+.
  • Now requires Craft 5.0.0-beta.1+.

2.0.26

03 Mar 23:34
Compare
Choose a tag to compare

Fixed

  • Fix order of operations when uninstalling the plugin.

2.0.25

30 Jan 12:34
Compare
Choose a tag to compare

Added

  • Add support for active node state when using non-query string pagination.

Fixed

  • Fix icon alignment for nodes when new window or title override is set.

2.0.24

06 Jan 01:15
Compare
Choose a tag to compare

Fixed

  • Fix not being able to manage navigations with bypassProjectConfig enabled.
  • Fix the “Edit” button on nodes not appearing after saving a node.

2.0.23

13 Dec 10:58
Compare
Choose a tag to compare

Added

  • Add navigation/navs/fix-sites console command to fix missing navigation_navs_sites entries for failed Craft 3 > 4 migrations.

Changed

  • Change max-level check when moving elements to base-plugin for performance.
  • Swap hasDescendants with children to make use of eager-loading performance.

Fixed

  • Fix element node modal’s site not changing to the same site as the navigation.
  • Fix validation checks when moving nodes between levels.
  • Fix an error when adding elements to a navigation.
  • Fix the “Edit” button on nodes not appearing after saving a node.

2.0.22

25 Oct 00:37
Compare
Choose a tag to compare

Added

  • Add Markdown support for navigation intstructions.

Fixed

  • Fix being able to circumvent max nodes level settings when moving nodes in the structure.
  • Fix custom UI for element index showing when viewing Nodes outside of Navigation.

2.0.21

08 Sep 06:36
Compare
Choose a tag to compare

Added

  • Add the ability to use NodeQuery objects in all craft.navigation.* Twig calls.
  • Add missing french translations. (thanks @pascalminator).

Fixed

  • Fix element fields not saving correctly in Craft 4.4+.
  • Fix some custom field values not saving correctly.
  • Fix an error when restoring a deleted nav.

2.0.20

08 Aug 21:39
Compare
Choose a tag to compare

Added

  • Add aria-current=“page” to craft.navigation.render().
  • Add Node::getCurrent().

Fixed

  • Fix an error when running resave/navigation-nodes.

2.0.19

11 Jul 07:20
Compare
Choose a tag to compare

Added

  • Add NodeType::beforeSaveNode.
  • Add NodeType::getDefaultTitle.

Fixed

  • Fix Site not not using the site name as the default title.