Releases: 11ty/eleventy-navigation
Releases · 11ty/eleventy-navigation
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