Skip to content

Releases: unovue/reka-ui

v2.0.2

28 Feb 11:48
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.0.1

28 Feb 09:49
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.9.17

28 Feb 11:53
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0

20 Feb 13:55
Compare
Choose a tag to compare

   🚨 Breaking Changes

Do checkout Migration Guide for smooth transition! 😁

   🚀 Features

   🐞 Bug Fixes

Read more

v1.9.16

20 Feb 13:39
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.9.15

18 Feb 04:36
Compare
Choose a tag to compare

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v1.0.0-alpha.11

18 Feb 07:07
Compare
Choose a tag to compare
v1.0.0-alpha.11 Pre-release
Pre-release

v1.0.0-alpha.10...v1.0.0-alpha.11

compare changes

🚀 Enhancements

  • Calendar/DatePicker: Expose more attribute as slotProps (357b6b82)

🔥 Performance

  • Presence: Improve clearTimeout (#1628)

🩹 Fixes

  • DatePicker: Error when unselecting a date (#1619)
  • build: Wrong path for date after merging main (10ef6c31)

❤️ Contributors

v1.9.14

13 Feb 00:05
Compare
Choose a tag to compare

   🚨 Breaking Changes

  • Calendar/RangeCalendar (Alpha): Do not set isDisabled on outside month  -  by @epr3 in #1602 (ebc4c)
    (CellTrigger's data-outside-view no longer set data-disabled=true, you need to update styling to cater for data-outside-view)

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-alpha.10

13 Feb 03:00
Compare
Choose a tag to compare
v1.0.0-alpha.10 Pre-release
Pre-release

v1.0.0-alpha.9...v1.0.0-alpha.10

compare changes

🚀 Enhancements

  • Calendar/DatePicker: Expose disabled state (d1d4defd)

🩹 Fixes

  • Date component type resolves incorrectly (#1592)
  • Checkbox: Set aria-required to required prop value (#1596)
  • Calendar/RangeCalendar: ⚠️ Do not set isDisabled on outside month (#1602)
  • PinInput: Error throw from resetPlaceholder's nextTick if component not in the DOM anymore (#1606)
  • DatePicker: Set placeholder based on modelValue (#1604)
  • DatePicker: Add missing parentheses to defineSlots (#1610)
  • NavigationMenu: Indicator incorrect position during unmount (1a5e720f)
  • Editable: Not submitting within a dialog (#1613)
  • ContextMenu: Unable to change position of context menu when right click on trigger when it open (f0d23e76)
  • RangeCalendar: Enable modelValue to be undefined and refactor combined watch condition (#1612)

⚠️ Breaking Changes

  • Calendar/RangeCalendar: ⚠️ Do not set isDisabled on outside month (#1602)

❤️ Contributors

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