Skip to content

v1.0.0-alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 16:44
· 3 commits to main since this 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