Skip to content

Releases: verbb/navigation

1.1.8

10 Mar 02:38
Compare
Choose a tag to compare

Added

  • Add craft.navigation.tree().

Changed

  • Remove elementSiteId and refactor linked element’s siteId handling.
  • Removes the need to create individual elements for each node when propagating is true.
  • Better way to store the linked element’s siteId, via the node’s slug.

Fixed

  • Fix errors when adding multiple site-enabled nodes to a nav.
  • Better validation when trying to create a nav with a duplicate handle.

1.1.7.3

07 Mar 05:17
Compare
Choose a tag to compare

Fixed

  • Fix migration a little more.

1.1.7.2

07 Mar 03:56
Compare
Choose a tag to compare

Fixed

  • Fix navigation field to use handle.
  • Add migration for IDs or Nav models saved for content.

1.1.7.1

07 Mar 02:44
Compare
Choose a tag to compare

Fixed

  • Fix string being passed to getNavById(), no need to be that strict.

1.1.7

07 Mar 00:04
Compare
Choose a tag to compare

Changed

  • Improved the field to return the navigation model.

1.1.6

02 Mar 22:18
Compare
Choose a tag to compare

Fixed

  • Remove A&M Nav migration from install, where it can produce an error in some circumstances.

1.1.5

27 Feb 06:15
Compare
Choose a tag to compare

Added

  • Add node.target to return either _blank or an empty string if the node should open in a new window.

1.1.4

24 Feb 02:30
Compare
Choose a tag to compare

Added

  • Add permissions for navs.
  • Support aliases in custom URL.

Fixed

  • Fix node titles’s not propagating correctly for nodes.

1.1.3

10 Feb 23:55
Compare
Choose a tag to compare

Fixed

  • Fix error thrown on new installs (missing db column).

1.1.2

09 Feb 23:42
Compare
Choose a tag to compare

Fixed

  • Fix node level not being applied on new nodes.
  • Fix not being able to see new nodes after all have been removed in the CP.
  • Fix sortOrder not being set for new navs.
  • Fix getActiveNode() reporting back parent as active.
  • Allow getActiveNode to use query criteria.