Commit cd8ff2e 1 parent 071134c commit cd8ff2e Copy full SHA for cd8ff2e
File tree 2 files changed +13
-12
lines changed
2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ JSON powered GUI for configurable panels.
14
14
15
15
## Compatibility
16
16
17
- | Angular | @acrodata/gui |
18
- | -------- | ------------- |
19
- | >=17.0.0 | 1.x |
20
- | >=16.0.0 | 0.x |
17
+ | Angular | @acrodata/gui | Theming |
18
+ | -------- | ------------- | ------- |
19
+ | >=18.0.0 | 2.x | M2, M3 |
20
+ | >=17.0.0 | 1.x | M2 |
21
+ | >=16.0.0 | 0.x | M2 |
21
22
22
23
## Installation
23
24
@@ -35,7 +36,7 @@ Define a theme with Angular Material's theming system. [More about theming](http
35
36
36
37
@include mat .core ();
37
38
38
- $theme : mat .define-light- theme (... );
39
+ $theme : mat .define-theme (... );
39
40
40
41
@include gui .all-control-themes ($theme );
41
42
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @acrodata/gui" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"description" : " JSON powered GUI for configurable panels." ,
5
5
"publishConfig" : {
6
6
"access" : " public"
24
24
}
25
25
},
26
26
"peerDependencies" : {
27
- "@angular/cdk" : " >=17 .0.0" ,
28
- "@angular/common" : " >=17 .0.0" ,
29
- "@angular/core" : " >=17 .0.0" ,
30
- "@angular/forms" : " >=17 .0.0" ,
31
- "@angular/material" : " >=17 .0.0" ,
32
- "@ng-matero/extensions" : " >=17 .0.0"
27
+ "@angular/cdk" : " >=18 .0.0" ,
28
+ "@angular/common" : " >=18 .0.0" ,
29
+ "@angular/core" : " >=18 .0.0" ,
30
+ "@angular/forms" : " >=18 .0.0" ,
31
+ "@angular/material" : " >=18 .0.0" ,
32
+ "@ng-matero/extensions" : " >=18 .0.0"
33
33
},
34
34
"dependencies" : {
35
35
"tslib" : " ^2.3.0"
You can’t perform that action at this time.
0 commit comments