🚀 Features
- Extend AcceptableValue to include
bigint
- by @Norbiros in #1893 (d34aa) - Avatar:
- Improve image loading status handling and add crossOrigin prop - by @sadeghbarati in #1838 (554cb)
- Calendar/RangeCalendar:
- DatePicker:
- Add portal prop - by @jack-allocate in #1852 (b4f42)
- Dialog:
- Add programmatic close functionality to dialog root - by @JosephAnson in #1943 (1ad52)
- NumberField:
- Progress:
- RangeCalendar:
- Splitter:
- TimeField:
- Tree:
- Implement bubbleSelect prop - by @J-Michalek in #1802 (d317e)
- Enhance type for modelValue with multiple props - by @joris-gallot in #1886 (f73da)
- Stepper:
- Add external controls using useTemplateRef with navigation functions and update docs - by @mmiclauri in #1926 (902df)
- PinInput: Add support for numeric type - by @J-Michalek in #1878 (e5165)
🐞 Bug Fixes
- ESModulesLinkingError with useId - by @Lakphy in #1905 (c49b2)
- Workaround type errors for generic components in
defineComponent
- by @kricsleo and @zernonia in #1928 (0c29b) - Avatar: Window and document not defined - by @zernonia (5de2a)
- Calendar: Update typings for CalendarRootProps - by @epr3 in #1909 (a43b9)
- CollapsibleRoot: Ensure open does not trigger when disabled - by @benjamincanac in #1898 (103ca)
- DateField: Allow the maximun day to be
31
when no month - by @kricsleo in #1940 (aab69) - DateRangeField: Handle manually set
start/
endto
undefined` - by @kricsleo in #1894 (251ac) - NumberField: Set
modelValue
toundefined
instead ofNaN
when clearing input - by @kricsleo in #1927 (48e8b) - Primitive: Fix merge props - by @kricsleo in #1936 (d8cb8)
- Progress: Omit
aria-valuetext
/aria-label
for determinate state - by @kricsleo and markjaniczak in #1890 (e4304) - RangeCalendar: Fixed selected and highlighted when
allowNonContiguousRanges
- by @Tragio in #1929 (d9364) - SelectRoot: Missing generic types - by @kricsleo in #1903 (995ec)
- Slider: Correct direction for PageUp/PageDown when slider is vertical inverted - by @cyyynthia in #1751 (570c5)
- TagsInput: Reset selected element on blur - by @markjaniczak in #1915 (b9e50)
- TimeField: Clear
modelValue
on incomplete input - by @kricsleo in #1907 (a3760) - Tooltip: Prevent closing
Tooltip
onpointerDown
whendisableClosingTrigger
- by @kricsleo in #1900 (565ee) - useDateFormatter: Respect
hourCycle
overlocale
fordayPeriod
- by @kricsleo in #1932 (03074)
🏎 Performance
- Editable: Track pointerdown only in editing mode - by @J-Michalek in #1945 (46154)