fix(deps): update dependency @11ty/eleventy-navigation to v1 #141
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.5
->1.0.4
Release Notes
11ty/eleventy-navigation (@11ty/eleventy-navigation)
v1.0.4
: Eleventy Navigation v1.0.4Compare Source
anchorElementWithoutHref
option to fix #62 Links are not crawlable Lighthouse error withurl: false
itemsMilestone: https://github.com/11ty/eleventy-navigation/milestone/6?closed=1
Full Changelog: 11ty/eleventy-navigation@v1.0.3...v1.0.4
v1.0.3
: Eleventy Navigation v1.0.3Compare Source
useTopLevelDetails
that puta[href]
links inside of<summary>
elements (no other interactive things in summary!). Now the links are previous sibling elements beforedetails
.Full Changelog: 11ty/eleventy-navigation@v1.0.2...v1.0.3
v1.0.2
: Eleventy Navigation v1.0.2Compare Source
useTopLevelDetails
option (false
default) to theeleventyNavigationToHtml
filter options to wrap top level navigation in<details><summary>
Full Changelog: 11ty/eleventy-navigation@v1.0.1...v1.0.2
v1.0.1
: Eleventy Navigation v1.0.1Compare Source
order: 0
versusorder: undefined
) was incorrect. This has been remedied.Full Changelog: 11ty/eleventy-navigation@v1.0.0...v1.0.1
v1.0.0
: Eleventy Navigation v1.0.0Compare Source
eleventyNavigation.pinned
boolean to pin nodes to the top of their navigation group (while also respectingorder
among pinned nodes) #60eleventyNavigation
filter: https://www.11ty.dev/docs/plugins/navigation/#example-get-just-one-branch #59url
property (and not render ahref
attribute in output) #51useAriaCurrentAttr
option by @johnhunter in #14 #43order
are sorted after any existing items withorder
#32 #1Milestone: https://github.com/11ty/eleventy-navigation/milestone/1?closed=1
Full Changelog: 11ty/eleventy-navigation@v0.3.5...v1.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.