@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.
- package/README.md +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,12 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@stackline/vue-multiselect-dropdown)
|
|
6
6
|
[](https://github.com/alexandroit/vue-multiselect-dropdown/blob/main/LICENSE)
|
|
7
|
-
[](https://alexandro.net/docs/vue/multiselect/vue-2/)
|
|
8
|
+
[](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.
|
|
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.
|
|
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.
|
|
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",
|