Update reach-ui monorepo
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
@reach/accordion | dependencies | patch | ^0.10.5 | source | |
@reach/listbox | dependencies | patch | ^0.10.5 | source | |
@reach/menu-button | dependencies | minor | 0.11.2 | source |
Release Notes
reach/reach-ui
v0.10.5
🐛 Bugfixes
-
alert
,rect
,utils
- #622 Fix issues with the rect observer between renders (@chancestrickland)
✨ Enhancements
-
dialog
- Added
dangerouslyBypassFocusLock
prop for customizing focus lock behavior (@gnapse)
- Added
-
menu-button
-
#619 Don’t try to use
relatedTarget
of themousedown
event (@Andarist)
-
#619 Don’t try to use
-
utils
- Improve
as
prop typing (@chancestrickland)
- Improve
🤜 🤛 3 Committers
- Chance Strickland (@chancestrickland)
- Ernesto García (@gnapse)
- Mateusz Burzyński (@Andarist)
v0.10.4
🐛 Bugfixes
-
slider
- #583 fix(slider): prevent keyboard events when disabled (@raunofreiberg)
-
popover
- #609 [popover] Fix stuck focus (@michaeldfoley)
- [Combobox] Tab sequence gets stuck in popover interactive elements (@indiesquidge)
-
tabs
-
#584 fix(tabs): wait for TabPanel to mount before setting
hidden
(@raunofreiberg)
-
#584 fix(tabs): wait for TabPanel to mount before setting
📝 Documentation
✨ Enhancements
-
combobox
- Ability to pass targetRef to ComboboxPopover just like a normal Popover (@sanfilippopablo)
🤜 🤛 6 Committers
- Austin Wood (@indiesquidge)
- Chance Strickland (@chancestrickland)
- Michael Foley (@michaeldfoley)
- Pablo Sanfilippo (@sanfilippopablo)
- Rauno Freiberg (@raunofreiberg)
- Thomas B Homburg (@homburg)
v0.10.3
🔨 Breaking Changes
- The only meaningful change to packages in this release is to the API for
@reach/descendants
. We do not document this module and don't generally recommend it for external use, but in case you're being bold,useDescendants
has been renamed touseDescendantsInit
.useDescendants
is still used, but it will now access the actual descendant list from the appropriate context.
📝 Documentation
- #581 Updated the README.md with new link of yarn install instructions (@abhishekjakhar)
-
#587 Fix Dialog's
initialFocusRef
docs by changing the prop heading to theDialogOverlay
component (@CodingDive)
🏡 Housekeeping
-
#588 Build fix for CodeSandbox CI: Don't use
Array.flatMap
(@raunofreiberg) - #599 Fix broken examples on the website (@raunofreiberg)
-
#585 Remove redundant
:root
selector in website styles (@abhishekjakhar)
🤜 🤛 4 Committers
- Abhishek Jakhar (@abhishekjakhar)
- Chance Strickland (@chancestrickland)
- Mikey Stengel (@CodingDive)
- Rauno Freiberg (@raunofreiberg)
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.