Skip to content

Releases: am-impact/amnav

1.8.0

05 May 12:33

Choose a tag to compare

  • Get active elements from URL with getBreadcrumbsRaw.
  • Custom crumbs to the breadcrumbs function with customNodes parameter.
  • Breadcrumbs should now support any element with an URL.
  • Fixed always active asset URLs.

1.7.4

19 Apr 06:37

Choose a tag to compare

  • Added schema version.

1.7.3

18 Apr 08:27

Choose a tag to compare

  • Added plugin icons.

1.7.2

15 Apr 09:48

Choose a tag to compare

  • Change the way breadcrumbs are read, for more flexibility. ( Thanks to #67 )

1.7.1

01 Dec 11:23

Choose a tag to compare

  • Craft 2.5 support.
  • Adds option to fetch navigations by locale.

1.7.0

05 Oct 14:17

Choose a tag to compare

  • 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

24 Aug 13:55

Choose a tag to compare

  • Fix active states for relative URLs. Solves #45

1.6.8

27 Jul 11:15

Choose a tag to compare

  • 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

09 Jul 10:26

Choose a tag to compare

  • Optional id and class attribute when using getNav.

E.g.:

{{ craft.amNav.getNav('navigationHandle', {
    id: false,
    class: false
}) }}

1.6.6

29 May 09:57

Choose a tag to compare

  • Quiet errors setting. Optional error logging instead of throwing an exception when a navigation does not exist.