Releases: 11ty/eleventy-navigation
Releases · 11ty/eleventy-navigation
Eleventy Navigation v1.0.2
- Adds
useTopLevelDetails
option (false
default) to theeleventyNavigationToHtml
filter 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: 0
versusorder: undefined
) was incorrect. This has been remedied.
Full Changelog: v1.0.0...v1.0.1
Eleventy Navigation v1.0.0
- Add support for
eleventyNavigation.pinned
boolean to pin nodes to the top of their navigation group (while also respectingorder
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 ahref
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 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: true
option #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
includeSelf
option toeleventyNavigationBreadcrumb
options #26
Milestone: https://github.com/11ty/eleventy-navigation/milestone/4?closed=1
Eleventy Navigation v0.1.4
Milestone: https://github.com/11ty/eleventy-navigation/milestone/3?closed=1
npm install @11ty/eleventy-navigation --save-dev
Eleventy Navigation v0.1.3
Milestone: https://github.com/11ty/eleventy-navigation/milestone/2?closed=1
npm install @11ty/eleventy-navigation --save-dev