Skip to content

Commit

Permalink
1.0.2 beta version with zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-wenzel committed Jun 29, 2021
1 parent 6acfba1 commit 41e72c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"angular.enable-strict-mode-prompt": false
}
2 changes: 1 addition & 1 deletion projects/ng-flowchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joelwenzel/ng-flowchart",
"version": "1.0.1-beta",
"version": "1.0.2-beta",
"peerDependencies": {
"@angular/common": "^10.2.4",
"@angular/core": "^10.2.4"
Expand Down
3 changes: 2 additions & 1 deletion projects/workspace/src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ div#canvas[disabled="true"] {

div#canvas[disabled="true"] ::ng-deep.ngflowchart-step-wrapper {
opacity: .7;
}
}

0 comments on commit 41e72c6

Please sign in to comment.