Skip to content

Commit cd8ff2e

Browse files
committed
chore: release 2.0.0
1 parent 071134c commit cd8ff2e

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ JSON powered GUI for configurable panels.
1414

1515
## Compatibility
1616

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 |
2122

2223
## Installation
2324

@@ -35,7 +36,7 @@ Define a theme with Angular Material's theming system. [More about theming](http
3536

3637
@include mat.core();
3738

38-
$theme: mat.define-light-theme(...);
39+
$theme: mat.define-theme(...);
3940

4041
@include gui.all-control-themes($theme);
4142
```

projects/gui/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acrodata/gui",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "JSON powered GUI for configurable panels.",
55
"publishConfig": {
66
"access": "public"
@@ -24,12 +24,12 @@
2424
}
2525
},
2626
"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"
3333
},
3434
"dependencies": {
3535
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)