May 27, 2022 Release
Ever since React 18 was announced last July, compatibility has been front of mind for the team. We are extremely pleased to announce that React 18 is now officially supported by our library! Special thanks to @eps1lon for his help with getting our tests working with React 18.
A major version bump to our workflow icons is included in this release, so be sure to upgrade accordingly. Other updates include added support for emphasized Tabs and various bug fixes to our existing components and hooks. Thank you to all who contributed to this release!
New features#
Updates#
- React 18 support - @devongovett - PR
- Update dom-helpers - @snowystinger - PR
- Upgrade workflow icons - @snowystinger - PR
Fixes#
- Reduce the number of rerenders from focus hooks - @csantos1113 - PR
- Fix NumberParser mistakenly returning Arabic values in non-Arabic locales - @snowystinger - PR
- Add ActionMenu to mono-package - @snowystinger - PR
- Distinguish Talkback virtual clicks from Windows FF touch event - @LFDanLu - PR
- Fixes missing 'props' from API sections of useFocus and useFocusWithin docs - @ktabors - PR
- Fix ButtonGroup visual flicker on resize check - @LFDanLu - PR
- Fix React error for Tabs when every key is disabled - @snowystinger - PR
Under construction#
Fixes to pre-released components are listed below. Please feel free to try them out, and report any issues you encounter.
- Fix edge cases in DatePicker with min/max dates and eras - @devongovett - PR
- Make DatePicker button keyboard focusable - @majornista - PR