Added
- Date Picker: Added
ValueTextcomponent for displaying selected date value(s) with placeholder support and scoped
slot for custom formatting - Scroll Area: Added overflow CSS variables (
--scroll-area-overflow-{x,y}-{start,end}) for scroll fade effects - Slider: Added
thumbCollisionBehaviorprop (none,push,swap) - Steps: Added
isStepValid,isStepSkippable, andonStepInvalidfor validation support - Tags Input: Added
placeholderprop (shown only when no tags exist) - Tooltip: Added
data-instantattribute for instant animations
Fixed
- Auto Resize: Fixed change event not emitted after clearing controlled textarea
- Color Picker, Combobox, Date Picker, Dialog, Hover Card, Menu, Popover, Select, Tooltip, Tour: Fixed
exitCompleteevent not being exposed from root component - Date Picker: Fixed
visibleRangeTextto show correct format based on current view (year/month/day) - Dismissable: Fixed issue where closing a nested dialog/popover would incorrectly close its parent layers
- Menu: Fixed glitchy submenu behavior when hovering between trigger items quickly
- Checkbox: Fixed individual checkbox props being overridden by
CheckboxGroup - Factory: Fixed error when first child doesn't exist before merging props
- Scroll Area: Fixed
ScrollAreaRootProvidernot bindingrootPropscorrectly - Collection, Tree View: Fixed initial focus when first node/branch is disabled
- Color Picker: Fixed color not updating when selecting black shades in controlled mode
- Floating Panel: Fixed double-click on minimized title bar incorrectly maximizing
- Image Cropper: Fixed
reset()destroying cropper, prop changes not updating instantly, and panning bounds - Number Input: Fixed cursor positioning after clicking label or scrubbing
- Pagination: Fixed next trigger not disabled when
countis0 - Slider: Fixed thumb drag from edge in
thumbAlignment="contain"mode - Switch: Fixed
api.toggleChecked()not working - Toast: Fixed toasts created before state machine connects not showing
- Tour: Fixed janky scroll between steps