@stackline/angular-multiselect-dropdown 5.0.0 → 7.0.0
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 +11 -11
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
[](https://www.npmjs.com/package/@stackline/angular-multiselect-dropdown)
|
|
7
7
|
[](https://www.npmjs.com/package/@stackline/angular-multiselect-dropdown)
|
|
8
8
|
[](https://github.com/alexandroit/angular-multiselect-dropdown/blob/master/LICENSE)
|
|
9
|
-
[](https://alexandro.net/docs/angular/multiselect/angular-7/)
|
|
10
10
|
[](https://www.typescriptlang.org)
|
|
11
11
|
[](https://github.com/alexandroit/angular-multiselect-dropdown/stargazers)
|
|
12
12
|
|
|
13
|
-
**[Documentation & Live Demos](https://alexandro.net/docs/angular/multiselect/)** | **[Angular
|
|
13
|
+
**[Documentation & Live Demos](https://alexandro.net/docs/angular/multiselect/)** | **[Angular 7 Demo](https://alexandro.net/docs/angular/multiselect/angular-7/)** | **[npm](https://www.npmjs.com/package/@stackline/angular-multiselect-dropdown)** | **[Issues](https://github.com/alexandroit/angular-multiselect-dropdown/issues)** | **[Repository](https://github.com/alexandroit/angular-multiselect-dropdown)**
|
|
14
14
|
|
|
15
|
-
**Latest tested npm release:** `
|
|
15
|
+
**Latest tested npm release:** `7.0.0` for Angular `7.x`
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
|
|
25
25
|
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.
|
|
26
26
|
|
|
27
|
-
The repository contains the full documentation matrix from Angular 2 through Angular 21. The current public npm release is `
|
|
27
|
+
The repository contains the full documentation matrix from Angular 2 through Angular 21. The current public npm release is `7.0.0` for Angular 7.x applications.
|
|
28
28
|
|
|
29
|
-
The Angular
|
|
29
|
+
The Angular 7 package is compatible with Angular 7.x and was tested in a real Angular 7.2.16 application before npm publication.
|
|
30
30
|
|
|
31
31
|
## Features
|
|
32
32
|
|
|
33
33
|
| Feature | Supported |
|
|
34
34
|
| :--- | :---: |
|
|
35
|
-
| Angular
|
|
35
|
+
| Angular 7 tested published release line | ✅ |
|
|
36
36
|
| Multi-select and single-select modes | ✅ |
|
|
37
37
|
| Search and filter | ✅ |
|
|
38
38
|
| Group by field | ✅ |
|
|
@@ -54,7 +54,7 @@ The Angular 5 package is compatible with Angular 5.x and was tested in a real An
|
|
|
54
54
|
4. [Setup](#setup)
|
|
55
55
|
5. [Custom CSS and SCSS Themes](#custom-css-and-scss-themes)
|
|
56
56
|
6. [Basic Usage](#basic-usage)
|
|
57
|
-
7. [Official Angular
|
|
57
|
+
7. [Official Angular 7 Test Matrix](#official-angular-7-test-matrix)
|
|
58
58
|
8. [Custom Templates](#custom-templates)
|
|
59
59
|
9. [Forms Integration](#forms-integration)
|
|
60
60
|
10. [Lazy Loading and Remote Data](#lazy-loading-and-remote-data)
|
|
@@ -99,10 +99,10 @@ Each package family only installs on its matching Angular family. Framework majo
|
|
|
99
99
|
## Installation
|
|
100
100
|
|
|
101
101
|
```bash
|
|
102
|
-
npm install @stackline/angular-multiselect-dropdown@
|
|
102
|
+
npm install @stackline/angular-multiselect-dropdown@7.0.0 --save-exact
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
Install `
|
|
105
|
+
Install `7.0.0` for Angular 7.x applications. This line keeps the tested Angular 7 behavior, makes `<angular-multiselect>` the documented standard selector, and keeps `<angular2-multiselect>` only as a legacy compatibility alias.
|
|
106
106
|
|
|
107
107
|
## Setup
|
|
108
108
|
|
|
@@ -196,9 +196,9 @@ dropdownSettings = {
|
|
|
196
196
|
</angular-multiselect>
|
|
197
197
|
```
|
|
198
198
|
|
|
199
|
-
## Official Angular
|
|
199
|
+
## Official Angular 7 Test Matrix
|
|
200
200
|
|
|
201
|
-
The published Angular
|
|
201
|
+
The published Angular 7 release was tested in a real Angular `7.2.16` application with `@stackline/angular-multiselect-dropdown@7.0.0`. The docs now use the same examples from that test app.
|
|
202
202
|
|
|
203
203
|
Switch between skins through the settings object:
|
|
204
204
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stackline/angular-multiselect-dropdown",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Angular
|
|
3
|
+
"version": "7.0.0",
|
|
4
|
+
"description": "Angular 7 compatible multiselect dropdown package for the Stackline Angular 7 release line.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular 2 multiselect dropdown",
|
|
7
|
-
"angular
|
|
7
|
+
"angular 7 multiselect dropdown",
|
|
8
8
|
"angular multiselect",
|
|
9
9
|
"angular dropdown"
|
|
10
10
|
],
|
|
@@ -110,9 +110,9 @@
|
|
|
110
110
|
"main": "angular2-multiselect-dropdown.ts",
|
|
111
111
|
"types": "angular2-multiselect-dropdown.ts",
|
|
112
112
|
"peerDependencies": {
|
|
113
|
-
"@angular/common": ">=
|
|
114
|
-
"@angular/core": ">=
|
|
115
|
-
"@angular/forms": ">=
|
|
113
|
+
"@angular/common": ">=7.0.0 <8.0.0",
|
|
114
|
+
"@angular/core": ">=7.0.0 <8.0.0",
|
|
115
|
+
"@angular/forms": ">=7.0.0 <8.0.0"
|
|
116
116
|
},
|
|
117
|
-
"homepage": "https://alexandro.net/docs/angular/multiselect/angular-
|
|
117
|
+
"homepage": "https://alexandro.net/docs/angular/multiselect/angular-7/"
|
|
118
118
|
}
|