Releases: am-impact/amnav
Releases · am-impact/amnav
1.8.0
1.7.4
- Added schema version.
1.7.3
- Added plugin icons.
1.7.2
1.7.1
- Craft 2.5 support.
- Adds option to fetch navigations by locale.
1.7.0
- Added assets support.
- The node type is now displayed on the right side while building a navigation.
- Always display the new window setting, so new element nodes can immediately open in a new window upon saving.
1.6.9
1.6.8
- Option to ignore active childs for nodes when using getNav.
{{ craft.amNav.getNav('navigationHandle', {
ignoreActiveChilds: true
}) }}
This will no longer check whether a node's child is active, and won't add the active class to it. So only URL matching will make a node active.
1.6.7
- Optional id and class attribute when using getNav.
E.g.:
{{ craft.amNav.getNav('navigationHandle', {
id: false,
class: false
}) }}
1.6.6
- Quiet errors setting. Optional error logging instead of throwing an exception when a navigation does not exist.