Skip to content

Releases: unovue/radix-vue

v1.0.0-alpha.9

29 Jan 02:58
Compare
Choose a tag to compare
v1.0.0-alpha.9 Pre-release
Pre-release

🚀 Enhancements

  • Expose state for RadioGrouoItem, StepperIndicator (f0fbbd07)
  • RangeCalendar: Reset date range selection when pressing escape (c2809bfd)
  • Teleport: Support Vue teleport defer prop (17d9deba)
  • SelectItem: Emit a select event when an option is selected (#1513)
  • Combobox: Add resetSearchTermOnSelect props to allow whether to clear search term on select (#1257)
  • Expose FocusScope (#1584)

🩹 Fixes

  • Popper: Performance degrade with manual throttle (af69fa1c)
  • Toast: Screen readers announcing toasts (#1551)
  • Splitter: IsCollapsed not working on ssr (1f472e2e)
  • Tooltip: Multiple tooltip display at once (#1583)
  • document.activeElement is incorrect when components are use within custom elements (#1570)

💅 Refactors

  • Editable: Update model value only on submit (#1538)

📖 Documentation

  • Add date picker selection example (984b74fe)
  • Update tooltip cursor behavior, docs gen (121e3058)
  • Fix private trapFocus prop being expose/generated (6b5af162)
  • Fix combobox with tagsinput example (d2e66d52)
  • Fix combobox usage as command (31331bc2)

🏡 Chore

✅ Tests

❤️ Contributors

v1.0.0-alpha.8...v1.0.0-alpha.9

compare changes

v1.9.13

28 Jan 05:35
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

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