@stackline/vue-multiselect-dropdown 3.0.1 → 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 +19 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,33 +1,45 @@
1
1
  # @stackline/vue-multiselect-dropdown
2
2
 
3
- > A maintained Vue 3 multiselect dropdown with controlled state, searchable/grouped options, lazy loading hooks, render functions, skins, body-overlay positioning, and ADA-compliant keyboard/ARIA behavior.
3
+ > A maintained Vue multiselect dropdown with separate Vue 2 and Vue 3 release lines, controlled state, searchable/grouped options, lazy loading hooks, render functions, skins, body-overlay positioning, and ADA-compliant keyboard/ARIA behavior.
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 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/)
8
9
 
9
- **[Documentation & Live Demos](https://alexandro.net/docs/vue/multiselect/)** | **[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)**
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)**
10
11
 
11
- **Current validation package release:** `3.0.1` for Vue `3.x`
12
+ **Latest Vue 3 package release:** `3.0.3` for Vue `3.x`
13
+
14
+ **Maintained Vue 2 package release:** `2.0.0` for Vue `2.x`
12
15
 
13
16
  ---
14
17
 
15
18
  ## Why this library?
16
19
 
17
- `@stackline/vue-multiselect-dropdown` provides a maintained Vue 3 multiselect component for applications that need predictable selection state, search, grouping, skins, keyboard support, and live tested examples.
20
+ `@stackline/vue-multiselect-dropdown` provides maintained Vue 2 and Vue 3 multiselect release lines for applications that need predictable selection state, search, grouping, skins, keyboard support, and live tested examples.
18
21
 
19
- The package follows a familiar Stackline settings contract while staying idiomatic for Vue 3: bind with `v-model`, pass `:data`, customize behavior through `:settings`, and listen for `@select`, `@de-select`, `@select-all`, `@de-select-all`, `@open`, and `@close`.
22
+ The package follows a familiar Stackline settings contract while staying idiomatic for each Vue family: bind with `v-model`, pass `:data`, customize behavior through `:settings`, and listen for `@select`, `@de-select`, `@select-all`, `@de-select-all`, `@open`, and `@close`.
20
23
 
21
24
  ## Vue Version Compatibility
22
25
 
23
26
  | Package family | Vue family | Peer range | First tested runtime | Demo link |
24
27
  | :---: | :---: | :---: | :---: | :--- |
25
28
  | **3.x** | **Vue 3 only** | **`>=3.0.0 <4.0.0`** | **3.0.0** | [Vue 3 family docs](https://alexandro.net/docs/vue/multiselect/vue-3/) |
29
+ | **2.x** | **Vue 2 only** | **`>=2.0.0 <3.0.0`** | **2.0.0** | [Vue 2 family docs](https://alexandro.net/docs/vue/multiselect/vue-2/) |
26
30
 
27
31
  ## Installation
28
32
 
33
+ For Vue 3 applications:
34
+
35
+ ```bash
36
+ npm install @stackline/vue-multiselect-dropdown@3.0.3 --save-exact
37
+ ```
38
+
39
+ For Vue 2 applications:
40
+
29
41
  ```bash
30
- npm install @stackline/vue-multiselect-dropdown@3.0.1 --save-exact
42
+ npm install @stackline/vue-multiselect-dropdown@2.0.0 --save-exact
31
43
  ```
32
44
 
33
45
  ## Setup
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stackline/vue-multiselect-dropdown",
3
- "version": "3.0.1",
4
- "description": "Maintained Vue 3 multiselect dropdown with ADA-compliant keyboard/ARIA support, v-model state, Stackline skins, body overlays, live docs, search, grouping, lazy loading, and render functions.",
3
+ "version": "3.0.3",
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",
7
7
  "vue 3",