Skip to content

Latest commit

 

History

History
294 lines (139 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

294 lines (139 loc) · 13.8 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.10.5 (2022-12-07)

2.10.4 (2022-03-25)

2.10.3 (2022-03-17)

Bug Fixes

  • ref may be called after destroyed (3869b6b), closes #414

2.10.2 (2021-11-17)

Bug Fixes

  • if not specified, fallback to non-group options (45d1afd), closes #347

2.10.1 (2021-08-31)

Bug Fixes

2.10.0 (2021-08-31)

Features

2.9.0 (2021-08-05)

Features

2.8.0 (2021-07-25)

Features

2.7.1 (2021-07-13)

Bug Fixes

  • add prevent modifier when hitting "enter" in dropdown (a792696)

2.7.0 (2021-06-29)

Features

  • expose remove function for tag slot (77f8f72), closes #235

Bug Fixes

  • prevent blur when click on children (58ab2bf)

2.6.0 (2021-06-12)

Features

Bug Fixes

  • add aria-disabled, aris-busy to listbox (25d51b4)
  • aria-selected indicates that option is selected (e1e0705)
  • exact matching keydown (96cdb07)
  • wrong cursor (d341614)

2.5.0 (2021-06-05)

Features

Bug Fixes

  • the dropdown should only automaticlly scroll to selected option after open (73e7794), closes #206

2.4.4 (2021-06-05)

Bug Fixes

  • the dropdown should only automaticlly scroll to selected option after open (ab91ac9), closes #206

2.4.3 (2021-06-04)

Bug Fixes

  • the dropdown should automaticlly scroll to selected option (f3b3b7d), closes #206

2.4.2 (2021-06-04)

Bug Fixes

  • computed options prop not works (75c8864), closes #207

2.4.1 (2021-05-30)

Bug Fixes

  • escape searching string (4e84b90)

2.4.0 (2021-05-19)

Features

  • emit consistent event name focus and blur (5c9ad44)

Bug Fixes

2.3.1 (2021-05-04)

Bug Fixes

  • it should only fire removed event when there is one selected option (3ebcfd6)
  • wrong use of teleport (49b8775), closes #180

2.3.0 (2021-05-02)

Features

  • expose loading and toggle slot (8e6aee1), closes #150

Bug Fixes

2.2.0 (2021-04-30)

Features

Bug Fixes

  • update:ModelValue event should be fired synchronously (209489c)

2.1.1 (2021-04-03)

Bug Fixes

  • cursor should only be text when input appears (efbad93), closes #157
  • ignore case by default (0132082), closes #157
  • it should filter iff there is no visible-option (3c46d53)
  • tags should ignore groups (f705477)

2.1.0 (2021-03-30)

Features

2.0.1 (2021-03-27)

Bug Fixes

  • highlight closest option if original is unavailable (34a277a)
  • no syntax downgrade (5b71bb4)

2.0.0 (2021-03-27)

⚠ BREAKING CHANGES

  • remove tracky-by prop

Features

  • remove trackBy due to conflicted to valueBy (8ee3375)

1.3.6 (2021-03-24)

Bug Fixes

  • it should scroll to highlighted option (f91b05b)
  • remove small blank padding on corner (6f7eba9)

1.3.5 (2021-03-22)

Bug Fixes

  • mousemove should be triggered on custom template (ba0530d)

1.3.4 (2021-03-21)

Bug Fixes

  • add min-height for empty label (faa7d90), closes #125

1.3.3 (2021-03-20)

1.3.2 (2021-03-20)

Bug Fixes

  • it should not select on non-selectable option (3dcf8cf)

1.3.1 (2021-03-19)

Bug Fixes

1.3.0 (2021-03-18)

Features

  • filter options by label by default (6ebd509)
  • implement disabled option (a456bc2)
  • select with highlight item (a50dccf)

1.2.1 (2021-03-09)

Bug Fixes

1.2.0 (2021-03-07)

Features

1.1.0 (2021-03-07)

Features

  • implement clear-on-close prop (755af4a)
  • show not allow cursor when it cannot add or remove (6e4f32c)

Bug Fixes

  • input should change color when disabled (44929c1)
  • input should display not allow cursor when disabled (ab3f361)

1.0.2 (2021-03-03)

1.0.0 (2021-02-10)

Features

  • expose empty-model-value (23880f6)