Skip to content

Commit b498954

Browse files
committed
chore: cl, version
1 parent 83bd74a commit b498954

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v2.6.6
2+
3+
> `2023-10-18`
4+
5+
### 🎉 Feature
6+
- Added `appendTo` option.
7+
- Added `${id}-dropdown` to dropdown DOM.
8+
9+
### 🐞 Bug Fixes
10+
- Included `@popperjs/core` for `appendToBody` / `appendTo` position fixes.
11+
112
## v2.6.5
213

314
> `2023-10-16`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueform/multiselect",
3-
"version": "2.6.5",
3+
"version": "2.6.6",
44
"private": false,
55
"description": "Vue 3 multiselect component with single select, multiselect and tagging options.",
66
"license": "MIT",

0 commit comments

Comments
 (0)