Releases: unovue/radix-vue
Releases · unovue/radix-vue
v1.0.0-alpha.7
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.9.11
🐞 Bug Fixes
- Remove use of
cssText
in focus-guards - by @sadeghbarati in #1468 (9a403) - Avatar:
- Support referrer policy in
AvatarImage.vue
- by @sadeghbarati in #1477 (a2d2b)
- Support referrer policy in
- DateField:
- Segment initialization in DateField parser to not include extra fields - by @TristanMNorton and Tristan Norton (06bb0)
- Error thrown when value is null and changing locale - by @zernonia in #1485 (f9b77)
- DatePicker:
- Presence:
- Ensure onAnimationEnd when closing - by @sadeghbarati in #1471 (4a0ad)
- RangeCalendar:
- Select:
- Prevent negative starting position - by @sadeghbarati in #1469 (23283)
- TagsInput:
- Fix IME enter key issue - by @shoma-mano in #1460 (4c561)
- useBodyScrollLock:
View changes on GitHub
v1.0.0-alpha.6
🚀 Enhancements
- Combobox: Expose filterState (d54a4481)
🩹 Fixes
- TagsInput: Fix IME enter key issue (#1460)
- Combobox: Revert props.value check (#1459)
- Menu: Pass positionStrategy prop to PopperContent (#1449)
- Combobox: Some items not add into allItems map (#1368)
- TimeField: Not exposing emits and inject (1842ef8a)
- Checkbox: Not clickable without v-model (fbbf25f4)
- Listbox: Missing aria-activedescendant (752be600)
- Combobox: Better support for input within content (eb600c26)
- Combobox: Not highlighting item when input is missing (8f581a19)
- DateField: Segment initialization in DateField parser to not include extra fields (06bb0f28)
- RangeCalendar: Highlighted range same day calculation for max-value (#1465)
- ContextMenu: Flash of closing and opening when interact with trigger (635b90e7)
- TimeField: Initial segments for TimeField based on granularity (#1466)
- useBodyScrollLock: Type error (#1462)
- Remove use of cssText in focus-guards (#1468)
- Select: Prevent negative starting position (#1469)
- Presence: Ensure onAnimationEnd when closing (#1471)
- Avatar: Support referrer policy in AvatarImage.vue (#1477)
- DatePicker: ar-SA locale causing error (#1476)
- DateField: Error thrown when value is null and changing locale (#1485)
- Menu: Missing reference prop passed to PopperContent (#1486)
⚠️ Breaking Changes
- Combobox:
⚠️ Drop dismissable prop. use Listbox instead (83c518e2)
❤️ Contributors
- Zernonia (@zernonia)
- Emmanouil Dermitzakis (@dermitzos)
- Cory Deppen [email protected]
- Sadegh Barati (@sadeghbarati)
- Jeton Korenica (@Jettonn)
- Šimon Hrubý [email protected]
- Eduard Predescu (@epr3)
- Benjamin Canac (@benjamincanac)
- Tristan M. Norton (@TristanMNorton)
- Ergou [email protected]
- Johann Schopplich (@johannschopplich)
- Aguingand [email protected]
- Shoma-mano (@shoma-mano)
- Jaime Gonzalez (@lnsflive)
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
🚀 Enhancements
🩹 Fixes
- DateField: Reset field segments when model value is undefined (#1427)
- BodyScrollLock not working on safari (#1428)
- Toast: Zero or negative duration (#1429)
- Checkbox: Update:modelValue typing (#1422)
- Combobox: OnInputEnter handler should not be triggered when isComposing true (#1431)
📖 Documentation
- Add CheckboxGroupRoot (689b0782)
- Add example for unmountOnHide and hidden until-found (96fc383c)
- Add common issue for virtualizer (9bbe7a7d)
- Run codegen (a2f203e0)
🏡 Chore
- Fix typo (fc392703)
- Update link (#1419)
- Update nuxt playground (0ed501d2)
- Release v1.9.10 (5b34f913)
- Cleanup (653084b5)
- Release v1.0.0-alpha.5 (07d29dee)
❤️ Contributors
- Zernonia (@zernonia)
- Cynthia (@cyyynthia)
- Shoma-mano (@shoma-mano)
- Aguingand [email protected]
- Sandro Circi (@sandros94)
- Malik-Jouda (@Malik-Jouda)
- Eduard Predescu (@epr3)
- Simon He (@Simon-He95)
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
🚀 Enhancements
- Select: Expose selected textContent as slotProps (1e94a014)
- Collapsible: Support hidden=until-found browser search feature (588e75fc)
- TagsInput: Add addTag, removeTag events (0fc9ab22)
🩹 Fixes
- Select: Arrow is throwing content context injection error (#1398)
- Listbox: Handle currentElement not in dom on focusout (#1399)
- Listbox: Filter doesn't navigate left/right within input (#1409)
- Pagination: Ignore clicks if pagination button is disabled (#1415)
- Select: Render selected textValue (1e17cc42)
📖 Documentation
- Component preview not showing on Windows (#1401)
- Update usage of parseStringToDateValue (#1410)
- Run codegen (84f8669e)
🏡 Chore
❤️ Contributors
- Zernonia (@zernonia)
- Andrew Kazakov [email protected]
- Eduard Predescu (@epr3)
- Joris Gallot (@joris-gallot)
- Jungzl [email protected]
- Stefan Vojvodic (@vojvodics)
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)