Releases: verbb/navigation
Releases · verbb/navigation
2.0.15
Fixed
- Fix an error when switching node types to non-elements.
2.0.14
Fixed
- Fix an issue where
navigation_sites
database entries weren’t being created correctly.
2.0.13
Fixed
- Fix an issue where
navigation_sites
database entries weren’t being created correctly for Craft 3 > Craft 4 upgrades.
2.0.12
Changed
- Element nodes now throw a validation error when a linked element is not selected.
Fixed
- Fix an issue where empty custom attributes would create invalid HTML.
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.