v1.0.0-alpha.8
Apr 17, 2025
View as MarkdownAccordion
AlertDialog
- Breaking change: Rename
data-has-nested-dialogstodata-nested-dialog-open(#1686) - Fix
onOpenChangetypes forevent/reasonpassing (#1721) - Use consistent
inertattr and map[data-popup-open]back toopen(#1650) - Fix text selection & right-clicks (#1702)
CheckboxGroup
- Parent checkbox/nested demos (#1610)
Collapsible
- Fix ForwardedRef type of CollapsiblePanel (#1595)
- Recalculate panel dimensions on layout resize (#1704)
- Rework animations and transitions (#1601)
Dialog
- Breaking change: Rename
data-has-nested-dialogstodata-nested-dialog-open(#1686) - Breaking change: Add new
trap-focusvalue tomodalprop. Dialogs withmodal=falseno longer trap focus. (#1571) - Fix
onOpenChangetypes forevent/reasonpassing (#1721) - Use consistent
inertattr and map[data-popup-open]back toopen(#1650) - Fix text selection & right-clicks (#1702)
- Allow document to slide input into view on iOS when keyboard opens (#1735)
Field
- Fix forwarding of
nameanddisabledprops (#1616)
Menu
- Add missing item data attributes docs (#1691)
- Fix
inertprop compatibility in React <19 (#1618) - Fix stuck highlight on submenu trigger when submenu opens with keyboard (#1698)
- Fix
onOpenChangetypes forevent/reasonpassing (#1721) - Use consistent
inertattr and map[data-popup-open]back toopen(#1650) - Fix text selection & right-clicks (#1702)
Meter
- New Meter component (#1435)
NumberField
Popover
- Breaking change: Add new
trap-focusvalue tomodalprop (#1571) - Fix
inertprop compatibility in React <19 (#1618) - Fix
onOpenChangetypes forevent/reasonpassing (#1721) - Use consistent
inertattr and map[data-popup-open]back toopen(#1650) - Fix text selection & right-clicks (#1702)
Progress
- Breaking change: Add
Progress.Labelandlocaleprop. ThegetAriaLabelprop was removed as<Progress.Label>should be used to provide an accessible name. (#1666)
Radio
- Fix value forwarding and null handling (#1697)
ScrollArea
- Breaking change: Add
Contentpart. It is now required to include the<ScrollArea.Content>within<ScrollArea.Viewport>part when the content is horizontally scrollable. (#1607) - Handle visibility change and nesting (#1598)
- Correct thumb sizing with scrollbar margins (#1606)
Select
- Breaking change: Improve item highlight performance.
The highlighted state is now removed. It’s not possible to customize the
data-highlightedattribute anymore. (#1570) - Avoid double commit on value change (#1597)
- Reset
selectedIndexwhen set tonull(#1596) - Add missing item data attributes docs (#1691)
- Fix
onOpenChangetypes forevent/reasonpassing (#1721) - Use consistent
inertattr and map[data-popup-open]back toopen(#1650) - Fix text selection & right-clicks (#1702)
Slider
- Correct thumb positioning when control has padding (#1661)
- Prevent range slider thumbs from being dragged past each other (#1612)
- Fix incorrect CSS position on vertical slider indicator (#1599)
- Fix overlapping slider thumbs stuck at min or max (#1732)
Toast
- New Toast component (#1467)