github-actions
released this
17 Jan 18:07
·
1719 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
Changed
- Changed
Popover.Description
tag fromdiv
top
- Changed
PopoverDescriptionProps
type fromdiv
top
- Replaced the styling props for indicator with CSS variables in
RadioGroup
,SegmentGroup
, andTabs
.
Fixed
- Fixed multiple rerenders on
Select
component using search params - Fixed reactivity with collection in
Select
andCombobox
components - 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
asChild
did not work properly withsvg
elements. - Resolved an issue that
Menu
option item could not be activated by keyboard