From 7bc89f56132dbfba3f146b1355123da17c3e3f64 Mon Sep 17 00:00:00 2001 From: Adam Berecz Date: Sat, 11 Mar 2023 12:33:54 +0100 Subject: [PATCH] chore: cl, version --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f9c24..2bd384c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/package.json b/package.json index ada7689..fdb88f4 100644 --- a/package.json +++ b/package.json @@ -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",