Skip to content

Releases: unovue/radix-vue

v1.0.0-alpha.8

02 Jan 05:50
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

🚀 Enhancements

  • Support null value for all form components (52028c21)

🩹 Fixes

  • Uncrypto works on https and localhost only (47bad410)
  • Accordion: Focus was changed when pressing down on element inside content (#1505)
  • NumberField: Input value was reset when attribute changes (#1506)
  • Select: Typeahead not working (#1511)
  • TagsInput: Avoid mutating modelValue directly (#1509)
  • PinInput: Placeholder not showing after reseting the value programatically (#1530)
  • Select: Selected item emit wrong type (3971c02f)
  • Combobox: By props not being forwarded (e967948c)

💅 Refactors

  • useTypeAhead: Adapt for better textValue support (8f8468a6)
  • useSingleOrMultipleValue: Improve the usability of composable (a94cbc3f)

📖 Documentation

  • Add Iran to preferences options calendar demo (#1492)
  • Fix highlighted code in light mode (4ac8505a)
  • More ComboboxVirtualization documentation and examples (#1502)

🏡 Chore

  • Github action for common workflow (166fe8a9)
  • Fix missing checkout in build step (4823c85b)
  • Fix test (87c2d89d)
  • Use a simple random string generator (f97e60ea)

❤️ Contributors

v1.9.12

30 Dec 13:30
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-alpha.7

13 Dec 02:52
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

   🚨 Breaking Changes

  • NavigationMenu: Replace hardcoded CSS values with custom properties  -  by @gu-stav in #1481 (69348)

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.9.11

06 Dec 13:06
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-alpha.6

06 Dec 16:44
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

🚀 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

v1.9.10

19 Nov 02:53
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-alpha.5

19 Nov 05:37
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

🚀 Enhancements

  • Toast: Add Portal (#1417)
  • Include sourceMap, improve build (#1432)

🩹 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

❤️ Contributors

v1.9.9

08 Nov 03:24
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-alpha.4

08 Nov 03:30
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

🚀 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

v1.0.0-alpha.3

04 Nov 22:32
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

   🚀 Features

   🐞 Bug Fixes

  • VisuallyHidden: Not focusable after native form validation  -  by @zernonia (bceef)
    View changes on GitHub