@stackline/vue-multiselect-dropdown 3.0.2 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,12 +4,13 @@
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@stackline/vue-multiselect-dropdown.svg?style=flat-square)](https://www.npmjs.com/package/@stackline/vue-multiselect-dropdown)
6
6
  [![license](https://img.shields.io/npm/l/@stackline/vue-multiselect-dropdown.svg?style=flat-square)](https://github.com/alexandroit/vue-multiselect-dropdown/blob/main/LICENSE)
7
- [![Vue 2](https://img.shields.io/badge/Vue-2.x-42b883?style=flat-square&logo=vue.js)](https://alexandro.net/docs/vue/multiselect/vue-2/)
8
- [![Vue 3](https://img.shields.io/badge/Vue-3.x-42b883?style=flat-square&logo=vue.js)](https://alexandro.net/docs/vue/multiselect/vue-3/)
7
+ [![Vue 2](https://img.shields.io/badge/Vue-2.x-42b883?style=flat-square)](https://alexandro.net/docs/vue/multiselect/vue-2/)
8
+ [![Vue 3](https://img.shields.io/badge/Vue-3.x-42b883?style=flat-square)](https://alexandro.net/docs/vue/multiselect/vue-3/)
9
9
 
10
10
  **[Documentation & Live Demos](https://alexandro.net/docs/vue/multiselect/)** | **[Vue 2 Demo](https://alexandro.net/docs/vue/multiselect/vue-2/)** | **[Vue 3 Demo](https://alexandro.net/docs/vue/multiselect/vue-3/)** | **[npm](https://www.npmjs.com/package/@stackline/vue-multiselect-dropdown)** | **[Repository](https://github.com/alexandroit/vue-multiselect-dropdown)**
11
11
 
12
- **Latest Vue 3 package release:** `3.0.2` for Vue `3.x`
12
+ **Latest Vue 3 package release:** `3.0.3` for Vue `3.x`
13
+
13
14
  **Maintained Vue 2 package release:** `2.0.0` for Vue `2.x`
14
15
 
15
16
  ---
@@ -32,7 +33,7 @@ The package follows a familiar Stackline settings contract while staying idiomat
32
33
  For Vue 3 applications:
33
34
 
34
35
  ```bash
35
- npm install @stackline/vue-multiselect-dropdown@3.0.2 --save-exact
36
+ npm install @stackline/vue-multiselect-dropdown@3.0.3 --save-exact
36
37
  ```
37
38
 
38
39
  For Vue 2 applications:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackline/vue-multiselect-dropdown",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Maintained Vue multiselect dropdown with Vue 2 and Vue 3 release lines, ADA-compliant keyboard/ARIA support, Stackline skins, body overlays, search, grouping, lazy loading, and render functions.",
5
5
  "keywords": [
6
6
  "vue",