Releases: unovue/radix-vue
Releases · unovue/radix-vue
v1.9.10
🚀 Features
- Toast: Add Portal - by @Malik-Jouda and malik jouda in #1417 (8860c)
🐞 Bug Fixes
- BodyScrollLock not working on safari - by @zernonia in #1428 (d8b90)
- Combobox: OnInputEnter handler should not be triggered when isComposing true - by @shoma-mano in #1431 (00adf)
- DateField: Reset field segments when model value is undefined - by @epr3 in #1427 (17145)
- Toast: Zero or negative duration - by @sandros94 in #1429 (0cf78)
View changes on GitHub
v1.0.0-alpha.5
🚨 Breaking Changes
- New brand name - by @zernonia (98ea5)
- Arrow: Improve polygon - by @zernonia (ac8f3)
- Collapsible, Accordion: Add
unmount
prop to help SEO for hidden content - by @zernonia (a14f5) - Popover: Update aria, remove messy attribute - by @zernonia (de5cc)
- Select: Fix SSR, refactor the way SelectValue renders element - by @zernonia (6a623)
🚀 Features
- Expose useful types - by @zernonia (6785b)
- Expose combobox components - by @zernonia (9fb7f)
- Added codemods to docs - by @dfordp in #1258 (171dd)
- Bubble input/change for form component - by @zernonia (c66bb)
- Expose injectContext - by @zernonia (70fc8)
- Bundle with preserveModules, rollup types dts - by @zernonia (fb372)
- Include sourceMap, improve build - by @cyyynthia in #1432 (3efab)
- Checkbox:
- Collapsible:
- ConfigProvider:
- Listbox:
- Listbox, Combobox:
- NavigationMenu:
- Popper:
- Presence:
- RadioGroup:
- RangeCalendar:
- Select:
- TagsInput:
- TimeField:
- ToggleGroup:
- useFilter:
- usePrimitiveElement:
🐞 Bug Fixes
- Patches, not-prose - by @zernonia (e7a3f)
- ComboboxEmpty render and nav menu - by @zernonia (82505)
- Generate scripts and results - by @zernonia (59237)
- Path to constant build entry - by @DamianGlowala in #1349 (78ac8)
- Accordion:
- Checkbox:
- Update:modelValue typing - by @aguingand and aguingand in #1422 (efb28)
- Combobox:
- Listbox:
- NavigationMenu:
- Popover:
- Popper:
- Select:
- VisuallyHidden:
View changes on GitHub
v1.9.9
🐞 Bug Fixes
- Listbox:
- Handle currentElement not in dom on focusout - by @vojvodics in #1399 (eb4b1)
- Filter doesn't navigate left/right within input - by @joris-gallot in #1409 (762f4)
- Pagination:
- Ignore clicks if pagination button is disabled - by @andreww2012 in #1415 (fdb13)
- Select:
View changes on GitHub
v1.0.0-alpha.4
🚨 Breaking Changes
- New brand name - by @zernonia (98ea5)
- Arrow: Improve polygon - by @zernonia (ac8f3)
- Collapsible, Accordion: Add
unmount
prop to help SEO for hidden content - by @zernonia (a14f5) - Popover: Update aria, remove messy attribute - by @zernonia (de5cc)
- Select: Fix SSR, refactor the way SelectValue renders element - by @zernonia (6a623)
🚀 Features
- Expose useful types - by @zernonia (6785b)
- Expose combobox components - by @zernonia (9fb7f)
- Added codemods to docs - by @dfordp in #1258 (171dd)
- Bubble input/change for form component - by @zernonia (c66bb)
- Expose injectContext - by @zernonia (70fc8)
- Bundle with preserveModules, rollup types dts - by @zernonia (fb372)
- Checkbox:
- Collapsible:
- ConfigProvider:
- Listbox:
- Listbox, Combobox:
- NavigationMenu:
- Popper:
- Presence:
- RadioGroup:
- RangeCalendar:
- Select:
- TagsInput:
- TimeField:
- ToggleGroup:
- useFilter:
- usePrimitiveElement:
🐞 Bug Fixes
- Patches, not-prose - by @zernonia (e7a3f)
- ComboboxEmpty render and nav menu - by @zernonia (82505)
- Generate scripts and results - by @zernonia (59237)
- Path to constant build entry - by @DamianGlowala in #1349 (78ac8)
- Accordion:
- Combobox:
- Listbox:
- NavigationMenu:
- Popover:
- Popper:
- Select:
- VisuallyHidden:
View changes on GitHub
v1.0.0-alpha.3
🚀 Features
- Bundle with preserveModules, rollup types dts - by @zernonia (fb372)
- NavigationMenu: Props to prevent pointer leave from closing content - by @zernonia (4b34d)
- RangeCalendar: Allow non contiguous ranges - by @epr3 and @zernonia in #1411 (920d4)
- TagsInput: Support multiple delimiters via RegExp - by @zernonia and @romansp in #1414 (14499)
- TimeField: Implement TimeField component - by @epr3 and @zernonia in #1380 (30255)
🐞 Bug Fixes
View changes on GitHub
v1.0.0-alpha.2
v1.9.8
🐞 Bug Fixes
- Accordion: Add forceMount prop - by @rick-hup in #1367 (eb06f)
- Calendar: Multiple is not working - by @zernonia and beatrizHer in #1392 (e4908)
- Collapsble: State not updated when
open
ordefaultOpen
is not provided - by @zernonia (bc453) - NumberField: Not applying input value when keydown.enter - by @zernonia in #1395 (1c697)
- PinInput: AsChild not working for Input - by @zernonia in #1394 (3e468)
View changes on GitHub
v1.9.7
🐞 Bug Fixes
- Root node for RovingFocusItem when shadowRoot - by @cain, @zernonia and sunnylost in #1314 (fed15)
- Set inheritAttrs to false for components that render fragments - by @sunnylost in #1340 (9d1fe)
- Combobox: Defer highlighted item scrollIntoView - by @ragulka in #1328 (1fe64)
- ConfigProvider: Add ability to pass string for
padding
andmargin
[rem] - by @hrynevychroman in #1321 (18e54) - Editable:
maxLength
not working - by @iammola and zernonia in #1325 (8578d) - Listbox: Check if a dom is still associated with the document - by @sunnylost in #1331 (f7685)
- Splitter: Assertion error when hover over element - by @sunnylost in #1307 (1892d)
- Tooltip: Use trigger's
ownerDocument
to trackpointermove
- by @iammola in #1339 (d6d0c)
View changes on GitHub
v1.0.0-alpha.1
🚨 Breaking Changes
- New brand name - by @zernonia (98ea5)
- Arrow: Improve polygon - by @zernonia (ac8f3)
- Collapsible, Accordion: Add
unmount
prop to help SEO for hidden content - by @zernonia (a14f5) - Popover: Update aria, remove messy attribute - by @zernonia (de5cc)
- Select: Fix SSR, refactor the way SelectValue renders element - by @zernonia (6a623)
🚀 Features
- Expose useful types - by @zernonia (6785b)
- Expose combobox components - by @zernonia (9fb7f)
- Added codemods to docs - by @dfordp in #1258 (171dd)
- Bubble input/change for form component - by @zernonia (c66bb)
- Expose injectContext - by @zernonia (70fc8)
- Checkbox:
- ConfigProvider:
- Listbox:
- Listbox, Combobox:
- NavigationMenu:
- Popper:
- Presence:
- RadioGroup:
- Select:
- ToggleGroup:
- useFilter:
- usePrimitiveElement:
🐞 Bug Fixes
- Patches, not-prose - by @zernonia (e7a3f)
- ComboboxEmpty render and nav menu - by @zernonia (82505)
- Accordion:
- Combobox:
- Listbox:
- NavigationMenu:
- Popover:
- Popper:
- Splitter:
- Assertion error when hover over element - by @sunnylost in #1307 (1892d)
View changes on GitHub
v1.9.6
🚀 Features
🐞 Bug Fixes
- Combobox:
- Dialog:
- DismissableLayer:
- Listbox:
- RangeCalendar:
- RovingFocus:
- Splitter:
- Tooltip: