Skip to content

Releases: 11ty/eleventy-navigation

Eleventy Navigation v1.0.2

27 Mar 21:55
Compare
Choose a tag to compare
  • Adds useTopLevelDetails option (false default) to the eleventyNavigationToHtml filter options to wrap top level navigation in <details><summary>

Full Changelog: v1.0.1...v1.0.2

Eleventy Navigation v1.0.1

19 Mar 21:48
Compare
Choose a tag to compare
  • Apologies, the fix for #32 #1 (order: 0 versus order: undefined) was incorrect. This has been remedied.

Full Changelog: v1.0.0...v1.0.1

Eleventy Navigation v1.0.0

19 Mar 21:27
Compare
Choose a tag to compare
  • Add support for eleventyNavigation.pinned boolean to pin nodes to the top of their navigation group (while also respecting order among pinned nodes) #60
  • Add support for multiple comma separated keys passed into eleventyNavigation filter: https://www.11ty.dev/docs/plugins/navigation/#example-get-just-one-branch #59
  • Allow nodes to exclude a url property (and not render a href attribute in output) #51
  • Missing LICENSE by @ZoeBijl in #58
  • Include page data in navigation items by @noelleleigh in #34
  • Add aria-current useAriaCurrentAttr option by @johnhunter in #14 #43
  • Includes references to data cascade in navigation entries #27 #34 #17
  • Nodes without order are sorted after any existing items with order #32 #1

Milestone: https://github.com/11ty/eleventy-navigation/milestone/1?closed=1
Full Changelog: v0.3.5...v1.0.0

Navigation v0.3.5: Performance improvements

22 Aug 20:17
Compare
Choose a tag to compare

Compatibility with new Eleventy HTML plugin (Eleventy 2.0+) avoids calls to url filter when pathPrefix is not in use.

Avoids warnings like:

Eleventy:Benchmark Benchmark 312ms 9% 13934× (Configuration) "url" JavaScript Function

Navigation v0.3.3

06 May 21:08
Compare
Choose a tag to compare

Milestone: https://github.com/11ty/eleventy-navigation/milestone/5?closed=1
Full Changelog: v0.3.2...v0.3.3

New Contributors

Eleventy Navigation v0.3.1

19 Aug 14:53
Compare
Choose a tag to compare

Adds support for eleventyNavigationToMarkdown filter.

2ad920c
399ed3f

Eleventy Navigation v0.2.0

19 Aug 14:48
Compare
Choose a tag to compare
  • Adds support for Liquid templates for rendering.
  • Adds includeSelf option to eleventyNavigationBreadcrumb options #26

Milestone: https://github.com/11ty/eleventy-navigation/milestone/4?closed=1

Eleventy Navigation v0.1.4

15 Jan 16:04
Compare
Choose a tag to compare

Milestone: https://github.com/11ty/eleventy-navigation/milestone/3?closed=1

npm install @11ty/eleventy-navigation --save-dev

Eleventy Navigation v0.1.3

18 Dec 14:22
Compare
Choose a tag to compare

Milestone: https://github.com/11ty/eleventy-navigation/milestone/2?closed=1

npm install @11ty/eleventy-navigation --save-dev