Skip to content

Commit 7bc89f5

Browse files
committed
chore: cl, version
1 parent be8ce28 commit 7bc89f5

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v2.6.0
2+
3+
> `2022-08-11`
4+
5+
### 🎉 Feature
6+
- All texts including, option & group labels can now be provided in multiple languages. Added `locale` and `fallbackLocale` props.
7+
- Added `searchFilter` prop that allow to provide a custom search algorithm #313.
8+
- Added `allowAbsent` option to allow adding values that are not among the options.
9+
- Added `closeOnDeselect` prop.
10+
- Deprecated `option` event, added `create` instead (`option` still works).
11+
- Tags that added can also be disabled, which will prevent their removal.
12+
13+
### 🐞 Bug Fixes
14+
- Fix for new option display when using `groups`, `createOption` and `tags` #254 #291.
15+
- String pointer equality #316.
16+
- Disabled tags will not be removed on backspace #318.
17+
- Added `.mjs` extension build and referenced `module` to that #290 #258.
18+
- The `selectAll()` now does not select disabled options and does not duplicate already selected options.
19+
120
## v2.5.8
221

322
> `2022-12-21`

package.json

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

0 commit comments

Comments
 (0)