v0.10.3
Pre-release
Pre-release
🔨 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)