What's Changed
🚀 Features
- React 18 support: Basic support for React 18. Strict mode support will be done separately. ##531 based on adobe/react-spectrum#3108
- New prop
allowTextSelectionOnPress
was added to the Card in order to control whether text selection should be enabled on the pressable element.
🐛 Fixes
- fix(react-card): Card ids mismatch issue #531
- fix(react-card): Card internal components hover and text copy #523
- fix(react-card): Card text selection by @imchell in #520
- fix(react-dropdown): Dropdown trigger ref forwarded #533
- fix(react-button): Press props are now being passed to the button #533
- fix(react-spacer): spacer stories by @imchell in #526
📚 Docs
- chore(docs): bolded keywords in blockquotes by @tianenpang in #513
- fix(docs-layout): wrapped card in
Card.Body
and added background color by @tianenpang in #514 - fix(docs): missing key in code examples by @ShellarFX in #478
- fix(docs): remove unavailable APIs by @imchell in #519
- fix(docs): Updated Spelling & Grammar - Default Theme Page by @saadamirpk in #518
New Contributors
- @ShellarFX made their first contribution in #478
- @saadamirpk made their first contribution in #518
Full Changelog: v1.0.0-beta.8...v1.0.0-beta.9