Releases: verbb/navigation
Releases · verbb/navigation
2.0.27
Fixed
- Fix an issue with Node elements not being correctly displayed in element indexes, outside of navigation-editing contexts.
3.0.0-beta.2
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
Changed
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0-beta.1+
.
2.0.26
Fixed
- Fix order of operations when uninstalling the plugin.
2.0.25
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
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
Added
- Add
navigation/navs/fix-sites
console command to fix missingnavigation_navs_sites
entries for failed Craft 3 > 4 migrations.
Changed
- Change max-level check when moving elements to base-plugin for performance.
- Swap
hasDescendants
withchildren
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
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
Added
- Add the ability to use
NodeQuery
objects in allcraft.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
Added
- Add
aria-current=“page”
tocraft.navigation.render()
. - Add
Node::getCurrent()
.
Fixed
- Fix an error when running
resave/navigation-nodes
.