November 20, 2024 Release
TODO
Enhancements#
- Accordion
- Support
hidden="until-found"inDisclosureGroup- @reidbarber - PR
- Support
- Dialog
- Add
<Button slot="close">support - @devongovett - PR
- Add
- Menu
- Add Section-level selection groups in
Menu- @devongovett - PR - Support nesting
MenuinsideDialogpopovers with additional interactive content - @devongovett - PR
- Add Section-level selection groups in
- ToggleButtonGroup
- Add
ToggleButtonGroupcomponent to RAC - @devongovett - PR
- Add
- Misc
- Support Devanagari & Bengali decimal numbering systems - @Rocss - PR
- Update
NumberParserto supportroundingIncrement- @snowystinger - PR - Add
expandedstate to RAC Tailwind plugin - @neefrehman - PR - Add
pendingstate to RAC Tailwind plugin - @reidbarber - PR
Fixes#
- Accordion
- Fix
Accordionborders - @reidbarber - PR - Add
box-sizing: content-boxtoAccordionchevron - @reidbarber - PR
- Fix
- Button
- Checkbox
- Fix
Checkboxvalidation reset not working - @nwidynski - PR - Fix
TogglePropsvalidate function type - @joshuajaco - PR - Add
Checkboxdefault slot toGridListandTable- @snowystinger - PR
- Fix
- Date and time
- Fix
DatePickerwithdefaultValueto persist time zone - @boutahlilsoufiane - PR - Fix BC era timestamps in
fromAbsolute- @KimPeeters - PR
- Fix
- Dialog
- Add
data-racattribute toDialog- amitdahan - PR
- Add
- Select
- Remove iOS
HiddenSelectworkaround - @snowystinger - PR - Set default value for type parameter in
SelectProps- @kp047i - PR
- Remove iOS
- Slider
- Tooltip
- Misc
- Support React 19 prerelease - @snowystinger - PR
- Add
"use strict";to style macro CommonJS build output - @reidbarber - PR - Add prefix to style macro class names - @reidbarber - PR
- Fix Typescript Strict Mode remaining issues - @snowystinger and @devongovett - PR, PR
- Add optional property types - @alecmev - PR
Docs#
- Add ARIA APG grid link to
useTagGroupdocs - @mehm8128 - PR - Update CodeSandbox templates in
useDatePickeranduseDateRangePicker- @yihuiliao - PR - Fix
DisclosureGroupanatomy diagram SVG clipping on mobile - @yihuiliao - PR - Update contribution guide - @yihuiliao - PR
- Update
AccordionandDisclosureGroupdocs - @yihuiliao - PR - Add Tailwind starter for
DisclosureandDisclosureGroup- @reidbarber - PR - Update
Accordion,Disclosure,DisclosureGroupdocs - @yihuiliao - PR - Fix typo on
ProgressBardocs - @mehm8128 - PR - Add
Disclosurehook docs - @reidbarber - PR - Add Q&A section to contribution guide - @unional - PR
- Fix Tailwind starter
Submenu- @reidbarber - PR - Add
Accordionto example apps - @yihuiliao - PR - Fix disabled
Tagstyles in RAC Tailwind starter - @steveoh - PR
Under Construction#
TODO
Accordion updates#
We have made improvements to the Accordion component, which includes moving away from the Collection API in favor of wrapping Disclosure components, which can be used standalone. This includes a few breaking changes.
Itemhas been replaced with theDisclosurecomponent, which consists of two children:DisclosureTitleandDisclosurePaneltitleonItemis now a child ofDisclosureTitle- Children of
Itemis now children ofDisclosurePanel keyonItemis nowidonDisclosuredisabledKeyshas been removed in favor of addingisDisabledon individualDisclosurecomponentsallowsMultipleExpandedcan be added to allow multiple Disclosure components to be expanded at once (previously default behavior)
Released packages#
TODO