Skip to content

Releases: unovue/reka-ui

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

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