Skip to content

Releases: verbb/navigation

2.0.11

08 Nov 21:21
Compare
Choose a tag to compare

Added

  • Add “Edit Nodes” button when editing a navigation’s settings.

Fixed

  • Fix validation not working correctly when setting “Max Levels”, “Max Nodes” or “Max Nodes per Level”.
  • Fixed PHP errors that could occur when executing GraphQL queries.
  • Fix GraphQL queries on a Navigation field when no navigation is chosen returning incorrect nodes.

2.0.10

28 Oct 08:34
Compare
Choose a tag to compare

Fixed

  • Fix an error when migrating from 2.0.8.

2.0.9

28 Oct 05:13
Compare
Choose a tag to compare

Added

  • Add the ability to set "Propagation Method" on navigations, to include site group, or language-specific propagation settings.
  • Add “Max Nodes per Level” navigation setting to control the number of nodes per-level.
  • Add ability to duplicate navigation.
  • Add error-handling for GraphQL queries when the schema didn’t allow querying on linked element types.

Changed

  • Nodes are propagated to all enabled sites for the navigation by default (for multi-sites).
  • When changing the "Propagation Method" for navigations, nodes are now re-saved via a queue job, to assist with large navigations.

Fixed

  • Fix some issues with node propagation.
  • Fix element actions not appearing due to Craft 4.3 changes.

Removed

  • Removed A&M Nav and Navee Craft 2 migrations, as these are no longer applicable in Craft 4.

1.4.30

28 Oct 05:10
Compare
Choose a tag to compare

Fixed

  • Fix URL Suffix setting not being reset when changing from an element to non-element node type.

2.0.8

25 Oct 02:29
Compare
Choose a tag to compare

Added

  • Add support for GraphQL querying on Navigation field within other elements.

1.4.29

25 Oct 01:37
Compare
Choose a tag to compare

Added

  • Add support for GraphQL querying on Navigation field within other elements.

2.0.7

17 Oct 09:12
Compare
Choose a tag to compare

Added

  • Add the ability to set conditions on navigation field layout attributes and fields depending on node type.
  • Add element and elementType to breadcrumb items.
  • Add back link attribute for breadcrumbs.

Changed

  • Set dirty attributes for track changes when saving a node.

Fixed

  • Fix an error when saving a node, when switching its type.
  • Fix a formatting issue when saving nodes and the toast notification.
  • Fix the “Parent” value resetting after adding a node.

2.0.6

25 Sep 09:37
Compare
Choose a tag to compare

Changed

  • Revamp breadcrumbs() function to include non-elements.

Fixed

  • Fix incorrect node/list names for gatsby-source-craft plugin.
  • Fix reordering a navigation with bypassProjectConfig enabled.
  • Fix deleting a navigation with bypassProjectConfig enabled.
  • Fix a Craft 3 migration error when navigations contain no site settings.

2.0.5

31 Aug 03:46
Compare
Choose a tag to compare

Added

  • Add migration to fix non-multi-site’s not being enabled.

Fixed

  • Fix a Craft 3 migration issue where site-specific navigations weren’t marked as enabled.
  • Fix an error running resave console commands.

2.0.4

25 Aug 06:23
Compare
Choose a tag to compare

Added

  • Add site dropdown to navigation index.
  • Add missing English Translations.

Fixed

  • Fix getSiteIds() not returning correctly for just the enabled sites.
  • Fix an error when uninstalling.