Skip to content

Commit 97876eb

Browse files
authored
0.21.1. (#146)
1 parent 1b2d319 commit 97876eb

File tree

12 files changed

+3310
-2467
lines changed

12 files changed

+3310
-2467
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.21.1
2+
3+
Added support for Angular 17 [#145](https://github.com/nocode-js/sequential-workflow-designer/issues/145).
4+
15
## 0.21.0
26

37
This version introduces several changes related with the collapsible regions in the pro version.

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ Add the below code to your head section in HTML document.
102102
```html
103103
<head>
104104
...
105-
<link href="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.0/css/designer.css" rel="stylesheet">
106-
<link href="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.0/css/designer-light.css" rel="stylesheet">
107-
<link href="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.0/css/designer-dark.css" rel="stylesheet">
108-
<script src="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.0/dist/index.umd.js"></script>
105+
<link href="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.1/css/designer.css" rel="stylesheet">
106+
<link href="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.1/css/designer-light.css" rel="stylesheet">
107+
<link href="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.1/css/designer-dark.css" rel="stylesheet">
108+
<script src="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.21.1/dist/index.umd.js"></script>
109109
```
110110

111111
Call the designer by:

angular/designer/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sequential-workflow-designer-angular",
33
"description": "Angular wrapper for Sequential Workflow Designer component.",
4-
"version": "0.21.0",
4+
"version": "0.21.1",
55
"author": {
66
"name": "NoCode JS",
77
"url": "https://nocode-js.com/"
@@ -13,9 +13,9 @@
1313
"url": "https://github.com/nocode-js/sequential-workflow-designer.git"
1414
},
1515
"peerDependencies": {
16-
"@angular/common": "12 - 16",
17-
"@angular/core": "12 - 16",
18-
"sequential-workflow-designer": "^0.21.0"
16+
"@angular/common": "12 - 18",
17+
"@angular/core": "12 - 18",
18+
"sequential-workflow-designer": "^0.21.1"
1919
},
2020
"dependencies": {
2121
"tslib": "^2.3.0"

demos/angular-app/angular.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@
6363
"builder": "@angular-devkit/build-angular:dev-server",
6464
"configurations": {
6565
"production": {
66-
"browserTarget": "angular-app:build:production"
66+
"buildTarget": "angular-app:build:production"
6767
},
6868
"development": {
69-
"browserTarget": "angular-app:build:development"
69+
"buildTarget": "angular-app:build:development"
7070
}
7171
},
7272
"defaultConfiguration": "development"
7373
},
7474
"extract-i18n": {
7575
"builder": "@angular-devkit/build-angular:extract-i18n",
7676
"options": {
77-
"browserTarget": "angular-app:build"
77+
"buildTarget": "angular-app:build"
7878
}
7979
},
8080
"test": {

demos/angular-app/package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@
1515
},
1616
"private": true,
1717
"dependencies": {
18-
"@angular/animations": "^15.2.9",
19-
"@angular/cdk": "15.2.9",
20-
"@angular/common": "^15.2.9",
21-
"@angular/compiler": "^15.2.9",
22-
"@angular/core": "^15.2.9",
23-
"@angular/forms": "^15.2.9",
24-
"@angular/material": "15.2.9",
25-
"@angular/platform-browser": "^15.2.9",
26-
"@angular/platform-browser-dynamic": "^15.2.9",
27-
"@angular/router": "^15.2.9",
18+
"@angular/animations": "^17.3.9",
19+
"@angular/cdk": "^17.3.9",
20+
"@angular/common": "^17.3.9",
21+
"@angular/compiler": "^17.3.9",
22+
"@angular/core": "^17.3.9",
23+
"@angular/forms": "^17.3.9",
24+
"@angular/material": "^17.3.9",
25+
"@angular/platform-browser": "^17.3.9",
26+
"@angular/platform-browser-dynamic": "^17.3.9",
27+
"@angular/router": "^17.3.9",
2828
"rxjs": "~7.8.0",
29-
"sequential-workflow-designer": "^0.21.0",
30-
"sequential-workflow-designer-angular": "^0.21.0",
29+
"sequential-workflow-designer": "^0.21.1",
30+
"sequential-workflow-designer-angular": "^0.21.1",
3131
"tslib": "^2.3.0",
32-
"zone.js": "~0.13.0"
32+
"zone.js": "~0.14.6"
3333
},
3434
"devDependencies": {
35-
"@angular-devkit/build-angular": "^15.2.9",
36-
"@angular/cli": "~15.2.9",
37-
"@angular/compiler-cli": "^15.2.9",
35+
"@angular-devkit/build-angular": "^17.3.7",
36+
"@angular/cli": "~17.3.7",
37+
"@angular/compiler-cli": "^17.3.9",
3838
"@types/jasmine": "~4.3.1",
3939
"jasmine-core": "~4.5.0",
4040
"karma": "~6.4.1",
@@ -43,6 +43,6 @@
4343
"karma-jasmine": "~5.1.0",
4444
"karma-jasmine-html-reporter": "~2.0.0",
4545
"prettier": "^3.2.5",
46-
"typescript": "~4.9.5"
46+
"typescript": "~5.4.5"
4747
}
4848
}

0 commit comments

Comments
 (0)