File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
20
## v2.5.8
2
21
3
22
> ` 2022-12-21 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vueform/multiselect" ,
3
- "version" : " 2.5.8 " ,
3
+ "version" : " 2.6.0 " ,
4
4
"private" : false ,
5
5
"description" : " Vue 3 multiselect component with single select, multiselect and tagging options." ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments