April 14, 2025 Release
Enhancements#
- Calendar
- Custom calendar support - @ToyWalrus - PR
- Collections
- Toast
- Miscellaneous
- Support
onClickas an alias foronPress- @devongovett - PR - Reduce production bundle sizes - @devongovett - PR, PR
- Support React 19 and remove Jest reliance in test utils - @LFDanLu - PR
- Support
Fixes#
- Collections
- Support React Suspense in collections - @devongovett - PR
- Date/Time
- Add
data-disabledCSS selector to DateField - @suyash5053 - PR - Exclude
isEditablefrom DateSegment render props - @Persists - PR
- Add
- Separator
- Pass aria labeling props in RAC Separator - @yihuiliao - PR
- Table
- Ensure table typeahead does honor row
textValue- @nwidynski - PR - Add Table Cell
idprop back into the Cell types - @snowystinger - PR
- Ensure table typeahead does honor row
- Toast
- Pass
wrapUpdatethroughuseToastState- @reidbarber - PR - Export QueuedToast - @lukpsaxo - PR
- Pass
- Miscellaneous
- Update yarn peer dependencies - @snowystinger - PR
- Improve collection update performance - @devongovett - PR, PR
- Fix French number parsing ambiguity - @snowystinger - PR
- Restore focus after a Select closes on mobile - @snowystinger - PR
- Apply
touch-actionby default inusePress- @devongovett - PR
Docs#
- Remove defaults from
BoxAlignmentStyleProps- @dsmmcken - PR - Fix type in CalendarDate docs - @DarkstarXDD - PR
Under Construction#
- Allow to configure the Toast PortalProvider - @armandabric - PR, @LFDanLu - PR