Releases: verbb/navigation
Releases · verbb/navigation
1.3.20
Added
- Add
getModalHtml
for custom node types.
Fixed
- Fix JS errors when there are multiple custom node types.
- Ensure custom node types have their node set, as early as possible.
- Ensure custom node types save the url property.
1.3.19
Fixed
- Fix JS error when editing navigations.
1.3.18
Fixed
- Fix checking to see if Commerce is installed to enable products.
1.3.17
Fixed
- Fix incorrect site being selected when editing a nav.
1.3.16
Fixed
- Fix site dropdown selection not persisting from element indexes
1.3.15
Fixed
- Fix
activeNode
taking into account the suffix for a URL. Active nodes will now return regardless of the defined suffix. - Fixed deprecation error on
buildNavTree
. (thanks @jaydensmith).
1.3.14
Fixed
- Fix site URL errors on Craft 3.5 beta.
1.3.13
Fixed
- Fix custom URL getting overwritten when selecting elements in custom fields.
1.3.12
Added
- Allow
getActiveNode()
to include option to match against children being active.
1.3.11
Fixed
- Fix logging error
Call to undefined method setFileLogging()
.