Skip to content

Commit

Permalink
chore: version, cl
Browse files Browse the repository at this point in the history
  • Loading branch information
adamberecz committed Oct 7, 2023
1 parent 4d6cdf6 commit 000bb06
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v2.6.3

> `2023-10-07`
### 🎉 Feature
- Added `appendToBody` **experimental** feature for **Vue.js 3 only**. #133 #341
- `trackBy` can now accept array. #314
- Auto truncate long tags. Added `breakTags` prop. #346
- Added `handleCaretClick` and `isOpen` to `caret` slot. #320
- The externalValue (from `v-model`) is now reactive. #356

### 🐞 Bug Fixes
- `limit` prop was not reactive. #342
- Trigger `deselect` on tags backspace. #335
- Keyboard nav on group select fix. #354
- TypeScript fixes. Thanks @antpngl92 @Adeiko @mathildaax 🙏 #287 #282 #260 #230
- `searchFilter` did not receive proper args. #338 #337
- Open dropdown when it has search, it's focued and dropdown is closed. #333
- Options are cleared before `clear` event is emitted. #332

## v2.6.2

> `2023-04-17`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueform/multiselect",
"version": "2.6.2",
"version": "2.6.3",
"private": false,
"description": "Vue 3 multiselect component with single select, multiselect and tagging options.",
"license": "MIT",
Expand Down

0 comments on commit 000bb06

Please sign in to comment.