Releases: verbb/navigation
Releases · verbb/navigation
1.3.1
Changed
- Revert behaviour of URL generation. No longer enforce the use of Craft’s
url()
function when generating URLs for nodes.
1.2.8
Changed
- Revert behaviour of URL generation. No longer enforce the use of Craft’s
url()
function when generating URLs for nodes.
1.3.0
Added
- Craft 3.4 compatibility.
1.2.7
Fixed
- Fix
node.link
not containing custom attributes.
1.2.6
Added
- Add
element
param to GraphQL queries.
1.2.5.1
Fixed
- Fix error when saving a nav.
1.2.5
Added
- Add
node.elementSlug
. - Add
bypassProjectConfig
setting.
Changed
- Nodes without a URL (blank or empty) will not output a
href
attribute using therender()
function. - Only change the status of a node when and element’s enabled status has changed.
Fixed
- Fix making anchor URLs (urls with a
#
) relative to the root URL.
1.3.0-RC1
Added
- Craft 3.4 UI compatibility
1.2.4
Fixed
- Fix empty URL being overridden.
- Change url to use
siteUrl
instead ofurl
.
1.2.3
Fixed
- Fix error thrown when saving a node's element in some cases.