Update dependency @reach/skip-nav to ^0.16.0 #251
Closed
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.13.2
->^0.16.0
Release Notes
reach/reach-ui
v0.16.0
Compare Source
BREAKING: This release fixes a rendering bug in the
descendants
, but the bug in some cases may have coincidentally allowed descendants to be re-indexed in dynamically sorted lists. While this is probably a nice feature, it didn't work consistently and created problems with nested collections.We do not directly support dynamic sorting of lists, so if you relied on this "feature" you'll need to provide indices to the descendant item directly via props. If you're rendering dynamic lists you are probably iterating an array anyway, so you shouldn't have any issues.
This applies to all collection-based compound components:
🐛 Bugfixes
menu-button
✨ Enhancements
menu-button
dialog
rect
observe
is true🤜🤛 3 Committers
v0.15.3
Compare Source
🐛 Bugfixes
utils
as={Link}
onMenuLink
(viautils/polymorphic
) (@IanVS)menu-button
listbox
📝 Documentation
dialog
✨ Enhancements
combobox
openOnFocus
is true then also open when the input is clicked. (@ProggerPete)accordion
,disclosure
tabIndex
from accordion and disclosure panels (@joshuajaco)🤜🤛 10 Committers
v0.15.2
Compare Source
🐛 Bugfixes
menu-button
listbox
ListboxList
when it's styled to overlapListboxButton
(@loque)📝 Documentation
dialog
react-focus-lock
andreact-remove-scroll
dependencies✨ Enhancements
combobox
openOnFocus
is true then also open when the input is clicked (@ProggerPete)accordion
,disclosure
tabIndex
from accordion and disclosure panels (@joshuajaco)🤜🤛 8 Committers
v0.15.0
Compare Source
🐛 Bugfixes
persistSelection
issues when used withopenOnFocus
(#455)forwardRefWithAs
utility and created new types associated with components that us theas
prop. This is a breaking change if you are using the component types directly, but this change was long overdue and should address some new issues that popped up in #753. Big thanks to @jjenzz and the Radix UI project for making our lives easier here!🤜🤛 3 Committers
v0.14.0
Compare Source
listbox
[data-current]
for the selected listbox option, that selector has been removed in favor of[data-current-selected]
. The reason is because we also added[data-current-nav]
for the highlighted option when navigating the list, so this seemed more clear to distinguish between the two. We also removed the default styles for options that match[aria-selected="true”]
because this is an implementation detail that will likely change in an upcoming patch release to address accessibility issues.📝 Documentation
tooltip
✨ Enhancements
sideEffects: false
to all packages to enable tree shaking (@hipstersmoothie)auto-id
🤜🤛 6 Committers
Configuration
📅 Schedule: "before 7am on Tuesday" in timezone Australia/Sydney.
🚦 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 has been generated by WhiteSource Renovate. View repository job log here.