Added
- Date Picker: Added
ValueTextcomponent for displaying selected date value(s) with placeholder support and render
prop 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
- 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
- SSR: Fixed Deno SSR crashes by replacing native HTML elements with
arkfactory components - Checkbox: Fixed individual checkbox props being overridden by
CheckboxGroup - 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