Releases: 11ty/eleventy-navigation
Releases · 11ty/eleventy-navigation
Navigation v1.0.5
- No code changes
- Using npm Trusted Publishers (OIDC) release workflow
Full Changelog: v1.0.4...v1.0.5
Eleventy Navigation v1.0.4
- Adds
anchorElementWithoutHrefoption to fix #62 Links are not crawlable Lighthouse error withurl: falseitems
Milestone: https://github.com/11ty/eleventy-navigation/milestone/6?closed=1
Full Changelog: v1.0.3...v1.0.4
Eleventy Navigation v1.0.3
- Fixes bug with
useTopLevelDetailsthat puta[href]links inside of<summary>elements (no other interactive things in summary!). Now the links are previous sibling elements beforedetails.
Full Changelog: v1.0.2...v1.0.3
Eleventy Navigation v1.0.2
- Adds
useTopLevelDetailsoption (falsedefault) to theeleventyNavigationToHtmlfilter options to wrap top level navigation in<details><summary>
Full Changelog: v1.0.1...v1.0.2
Eleventy Navigation v1.0.1
- Apologies, the fix for #32 #1 (
order: 0versusorder: undefined) was incorrect. This has been remedied.
Full Changelog: v1.0.0...v1.0.1
Eleventy Navigation v1.0.0
- Add support for
eleventyNavigation.pinnedboolean to pin nodes to the top of their navigation group (while also respectingorderamong pinned nodes) #60 - Add support for multiple comma separated keys passed into
eleventyNavigationfilter: https://www.11ty.dev/docs/plugins/navigation/#example-get-just-one-branch #59 - Allow nodes to exclude a
urlproperty (and not render ahrefattribute in output) #51 - Missing LICENSE by @ZoeBijl in #58
- Include page data in navigation items by @noelleleigh in #34
- Add aria-current
useAriaCurrentAttroption by @johnhunter in #14 #43 - Includes references to data cascade in navigation entries #27 #34 #17
- Nodes without
orderare sorted after any existing items withorder#32 #1- Warning: the above fix was flawed, Navigation v1.0.1 has shipped to correct this!
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
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
- Adds
allowMissing: trueoption #39 #23 Thank you @noelleleigh!- Docs at https://www.11ty.dev/docs/plugins/navigation/#example-breadcrumbs “Allow missing pages (nodes) in breadcrumbs”
Milestone: https://github.com/11ty/eleventy-navigation/milestone/5?closed=1
Full Changelog: v0.3.2...v0.3.3
New Contributors
- @noelleleigh made their first contribution in #39
Eleventy Navigation v0.3.1
Eleventy Navigation v0.2.0
- Adds support for Liquid templates for rendering.
- Adds
includeSelfoption toeleventyNavigationBreadcrumboptions #26
Milestone: https://github.com/11ty/eleventy-navigation/milestone/4?closed=1