Skip to content

Commit

Permalink
chore: cl, version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamberecz committed Mar 11, 2023
1 parent be8ce28 commit 7bc89f5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v2.6.0

> `2022-08-11`
### 🎉 Feature
- All texts including, option & group labels can now be provided in multiple languages. Added `locale` and `fallbackLocale` props.
- Added `searchFilter` prop that allow to provide a custom search algorithm #313.
- Added `allowAbsent` option to allow adding values that are not among the options.
- Added `closeOnDeselect` prop.
- Deprecated `option` event, added `create` instead (`option` still works).
- Tags that added can also be disabled, which will prevent their removal.

### 🐞 Bug Fixes
- Fix for new option display when using `groups`, `createOption` and `tags` #254 #291.
- String pointer equality #316.
- Disabled tags will not be removed on backspace #318.
- Added `.mjs` extension build and referenced `module` to that #290 #258.
- The `selectAll()` now does not select disabled options and does not duplicate already selected options.

## v2.5.8

> `2022-12-21`
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.5.8",
"version": "2.6.0",
"private": false,
"description": "Vue 3 multiselect component with single select, multiselect and tagging options.",
"license": "MIT",
Expand Down

0 comments on commit 7bc89f5

Please sign in to comment.