Releases: verbb/navigation
Releases · verbb/navigation
1.4.31
Fixed
- Fix an issue where empty custom attributes would create invalid HTML.
2.0.11
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
Fixed
- Fix an error when migrating from 2.0.8.
2.0.9
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
Fixed
- Fix URL Suffix setting not being reset when changing from an element to non-element node type.
2.0.8
Added
- Add support for GraphQL querying on Navigation field within other elements.
1.4.29
Added
- Add support for GraphQL querying on Navigation field within other elements.
2.0.7
Added
- Add the ability to set conditions on navigation field layout attributes and fields depending on node type.
- Add
element
andelementType
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
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
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.