@ali-hm/angular-tree-component 18.0.2 → 18.0.5
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 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -32,8 +32,14 @@ Add css to `styles.scss` or include in `angular.json`:
|
|
|
32
32
|
|
|
33
33
|
## Angular supported version
|
|
34
34
|
|
|
35
|
-
angular-tree-component supports angular
|
|
36
|
-
|
|
35
|
+
angular-tree-component supports angular 18 and above, and AoT compilation.
|
|
36
|
+
|
|
37
|
+
versioning has been change to align with supported Angular version.
|
|
38
|
+
so:\
|
|
39
|
+
v18.\*.\* = Angular 18
|
|
40
|
+
v17.\*.\* = Angular 17
|
|
41
|
+
v16.\*.\* = Angular 16
|
|
42
|
+
v12.\*.\* = Angular 14-15
|
|
37
43
|
## Contributing
|
|
38
44
|
|
|
39
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ali-hm/angular-tree-component",
|
|
3
|
-
"version": "18.0.
|
|
3
|
+
"version": "18.0.5",
|
|
4
4
|
"description": "A simple yet powerful tree component for Angular 14+",
|
|
5
5
|
"author": "ali-hm",
|
|
6
6
|
"homepage": "https://github.com/ali-hm/angular-tree-component",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@angular/common": ">=18.0.0",
|
|
29
29
|
"@angular/core": ">=18.0.0",
|
|
30
|
-
"mobx": "
|
|
30
|
+
"mobx": "~4.14.1"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"mobx": "~
|
|
33
|
+
"mobx": "~4.14.1",
|
|
34
34
|
"tslib": "^2.5.0"
|
|
35
35
|
},
|
|
36
36
|
"exports": {
|