github-actions
released this
17 Jan 18:10
·
1718 commits
to main
since this release
Added
- Added the
Progress
component. - Added
valueAsString
toonValueChange
inDatePicker
callback details - Exported change details typings, for example
AccordionValueChangeDetails
orDialogOpenChangeDetails
- Redesign
Portal
component to supportgetRootNode
anddisabled
props
Changed
- Replaced the styling props for indicator with CSS variables in
RadioGroup
,SegmentGroup
, andTabs
.
Fixed
- Added missing
placeholder
prop toSelectValueTextProps
type. - Changed
PopoverDescriptionProps
type fromdiv
top
- Fixed multiple rerenders on
Select
component with Next.js or RemixuseSearchParams
- Fixed the issue where setting
disabled
onCombobox
does not reflect in combobox item - Fix an issue that breaks the
Combobox
when clicking on the input while the menu is open - Fixed the issue where
DatePicker
initial value isn't set when using controlled context - Resolved an issue that
Menu
option item could not be activated by keyboard