Skip to content

Releases: verbb/navigation

1.3.1

31 Jan 22:08
Compare
Choose a tag to compare

Changed

  • Revert behaviour of URL generation. No longer enforce the use of Craft’s url() function when generating URLs for nodes.

1.2.8

31 Jan 22:07
Compare
Choose a tag to compare

Changed

  • Revert behaviour of URL generation. No longer enforce the use of Craft’s url() function when generating URLs for nodes.

1.3.0

29 Jan 07:20
Compare
Choose a tag to compare

Added

  • Craft 3.4 compatibility.

1.2.7

20 Jan 23:54
Compare
Choose a tag to compare

Fixed

  • Fix node.link not containing custom attributes.

1.2.6

20 Jan 02:13
Compare
Choose a tag to compare

Added

  • Add element param to GraphQL queries.

1.2.5.1

18 Jan 13:02
Compare
Choose a tag to compare

Fixed

  • Fix error when saving a nav.

1.2.5

18 Jan 03:53
Compare
Choose a tag to compare

Added

  • Add node.elementSlug.
  • Add bypassProjectConfig setting.

Changed

  • Nodes without a URL (blank or empty) will not output a href attribute using the render() 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

16 Jan 12:06
Compare
Choose a tag to compare

Added

  • Craft 3.4 UI compatibility

1.2.4

09 Jan 12:39
Compare
Choose a tag to compare

Fixed

  • Fix empty URL being overridden.
  • Change url to use siteUrl instead of url.

1.2.3

09 Jan 12:15
Compare
Choose a tag to compare

Fixed

  • Fix error thrown when saving a node's element in some cases.