@stackline/angular-multiselect-dropdown 21.2.3 → 21.2.4
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 +8 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<img src="https://alexandro.net/images/public/2026/06/dropdownlist.gif" alt="@stackline/angular-multiselect-dropdown live dropdown preview" width="420">
|
|
16
16
|
</p>
|
|
17
17
|
|
|
18
|
-
**Latest tested package release:** `22.0.
|
|
18
|
+
**Latest tested package release:** `22.0.3` for Angular `22.x`
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
|
|
28
28
|
The original `angular2-multiselect-dropdown` package became difficult to keep current across multiple Angular generations. This maintained package keeps the classic API and template structure intact, introduces the new primary selector `<angular-multiselect>`, preserves the legacy alias `<angular2-multiselect>`, and publishes the project line by line so older applications can keep a predictable upgrade path.
|
|
29
29
|
|
|
30
|
-
The repository contains the full documentation matrix from Angular 2 through Angular 22. The current tested package release is `22.0.
|
|
30
|
+
The repository contains the full documentation matrix from Angular 2 through Angular 22. The current tested package release is `22.0.3` for Angular 22.x applications.
|
|
31
31
|
|
|
32
|
-
The Angular 22 package is compatible with Angular 22.x and was tested in a real Angular 22.0.0 application before publication. The 22.0.
|
|
32
|
+
The Angular 22 package is compatible with Angular 22.x and was tested in a real Angular 22.0.0 application before publication. The 22.0.3 peer range is intentionally open through Angular 23.x (`>=22.0.0 <24.0.0`) so Angular 23 projects can install it on release day while the Angular 23-specific validation line is prepared. The 22.0.x line keeps the Angular 21.2.x behavior baseline: accessibility-focused keyboard navigation, focus handling, and ARIA support for the dropdown trigger, clear-all action, selected chips, listbox, and lazy-loaded results. It carries the React 19.1.x combobox contract into Angular patterns: configurable keyboard behavior, matching `aria-selected` plus `aria-checked`, selected-object preservation across async data refreshes, richer template contexts, and renderless state helpers for custom Angular HTML.
|
|
33
33
|
|
|
34
34
|
## Features
|
|
35
35
|
|
|
@@ -87,8 +87,8 @@ Peer ranges are normally bounded to the tested Angular major. The Angular 22 lin
|
|
|
87
87
|
|
|
88
88
|
| Package family | Framework family | Peer range | Tested release window | Demo link |
|
|
89
89
|
| :---: | :---: | :---: | :---: | :--- |
|
|
90
|
-
| **22.x** | **Angular 22 tested, Angular 23 install-ready** | **`>=22.0.0 <24.0.0`** | **22.0.
|
|
91
|
-
| **21.x** | **Angular 21 only** | **`>=21.0.0 <22.0.0`** | **21.2.
|
|
90
|
+
| **22.x** | **Angular 22 tested, Angular 23 install-ready** | **`>=22.0.0 <24.0.0`** | **22.0.3 -> 22.0.0 runtime** | [Angular 22 family docs](https://alexandro.net/docs/angular/multiselect/angular-22/) |
|
|
91
|
+
| **21.x** | **Angular 21 only** | **`>=21.0.0 <22.0.0`** | **21.2.4 -> 21.2.14** | [Angular 21 family docs](https://alexandro.net/docs/angular/multiselect/angular-21/) |
|
|
92
92
|
| **20.x** | **Angular 20 only** | **`>=20.0.0 <21.0.0`** | **20.0.1 -> 20.3.21** | [Angular 20 family docs](https://alexandro.net/docs/angular/multiselect/angular-20/) |
|
|
93
93
|
| **19.x** | **Angular 19 only** | **`>=19.0.0 <20.0.0`** | **19.0.1 -> 19.2.22** | [Angular 19 family docs](https://alexandro.net/docs/angular/multiselect/angular-19/) |
|
|
94
94
|
| **18.x** | **Angular 18 only** | **`>=18.0.0 <19.0.0`** | **18.0.1 -> 18.2.14** | [Angular 18 family docs](https://alexandro.net/docs/angular/multiselect/angular-18/) |
|
|
@@ -142,10 +142,10 @@ The editable StackBlitz entry is one Angular 22 playground with isolated lazy ro
|
|
|
142
142
|
## Installation
|
|
143
143
|
|
|
144
144
|
```bash
|
|
145
|
-
npm install @stackline/angular-multiselect-dropdown@22.0.
|
|
145
|
+
npm install @stackline/angular-multiselect-dropdown@22.0.3 --save-exact
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
Install `22.0.
|
|
148
|
+
Install `22.0.3` for Angular 22.x applications. This patch keeps the tested Angular behavior and opens the peer range through Angular 23.x for launch-day installation. It makes `<angular-multiselect>` the documented standard selector, keeps `<angular2-multiselect>` only as a legacy compatibility alias, includes the accessibility-focused and keyboard/ARIA tested interaction contract, preserves selected objects during async refreshes, and keeps dropdown surfaces opaque in clipped containers.
|
|
149
149
|
|
|
150
150
|
## Setup
|
|
151
151
|
|
|
@@ -241,7 +241,7 @@ dropdownSettings = {
|
|
|
241
241
|
|
|
242
242
|
## Official Angular 22 Test Matrix
|
|
243
243
|
|
|
244
|
-
The Angular 22 release was tested in a real Angular `22.0.0` application with `@stackline/angular-multiselect-dropdown@22.0.
|
|
244
|
+
The Angular 22 release was tested in a real Angular `22.0.0` application with `@stackline/angular-multiselect-dropdown@22.0.3`. The docs use the same example pattern from the clean test app, including the accessibility-focused keyboard, focus, and ARIA behavior, responsive dropdown width handling, opaque menu surfaces, and dialog-safe positioning carried forward from the Angular 21.2.x line.
|
|
245
245
|
|
|
246
246
|
Switch between skins through the settings object:
|
|
247
247
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "../../../node_modules/ng-packagr/package.schema.json",
|
|
3
3
|
"name": "@stackline/angular-multiselect-dropdown",
|
|
4
|
-
"version": "21.2.
|
|
4
|
+
"version": "21.2.4",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Pradeep Terli (Original), Alexandro Paixao Marques (Maintainer)",
|
|
7
7
|
"description": "Angular multiselect dropdown for Angular 21 with maintained release lines, accessibility-focused and keyboard/ARIA tested interactions, dialog-safe body overlays, Stackline skins, search, grouping, templates, headless helpers, and forms support.",
|