Skip to content

Commit

Permalink
Merge pull request #59 from arichika/feature/v0.5.2
Browse files Browse the repository at this point in the history
v0.5.2
  • Loading branch information
arichika authored Sep 17, 2024
2 parents 94ddf4e + c466ce1 commit 70c4033
Show file tree
Hide file tree
Showing 9 changed files with 595 additions and 4,508 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.5.2

* Support for Mermaid v11 syntax.
* Update dependencies.
* mermaid `10.9.1` from `11.2.1`
* mscgenjs `7.0.0` from `7.0.2`
* mscgenjs-inpage `4.0.5` from `5.0.1`
* Update for NPM package vulnerabilities.

## 0.5.1

* Update dependencies.
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Preview Sequence Diagrams (previewseqdiag-vscode) is an extension for vscode spe

<img src="https://github.com/arichika/previewseqdiag-vscode/raw/main/assets/eye-catch.png" alt="eye-catch" width="480" />

## New Features on 0.5.2

* Support for Mermaid v11 syntax.

## New Features on 0.5.0

* Support for Mermaid v10 syntax.
Expand Down Expand Up @@ -40,6 +44,15 @@ This is usefull to avoid multipicate the same code on many files.

[CHANGELOG.md](CHANGELOG.md)

## 0.5.2

* Support for Mermaid v11 syntax.
* Update dependencies.
* mermaid `10.9.1` from `11.2.1`
* mscgenjs `7.0.0` from `7.0.2`
* mscgenjs-inpage `4.0.5` from `5.0.1`
* Update for NPM package vulnerabilities.

## 0.5.1

* Update dependencies.
Expand Down
2 changes: 1 addition & 1 deletion dist/extension.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/extension.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mermaid/mermaid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mscgenjs-inpage/mscgen-inpage.js

Large diffs are not rendered by default.

5,063 changes: 564 additions & 4,499 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "previewseqdiag-vscode",
"displayName": "Preview Sequence Diagrams",
"description": "An extension for the previewing and saving as PNG/JPG/SVG function of mermaid, mscgen and other",
"version": "0.5.1",
"version": "0.5.2",
"publisher": "arichika",
"author": "arichika.taniguchi @arichika",
"license": "GPL-3.0",
Expand Down Expand Up @@ -174,15 +174,15 @@
"vscode-test": "^1.6.1",
"ts-loader": "^9.4.2",
"@types/webpack": "^5.28.0",
"webpack": "^5.75.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.1",
"@types/copy-webpack-plugin": "^10.1.0",
"copy-webpack-plugin": "^11.0.0",
"@types/write-file-webpack-plugin": "^4.5.2",
"write-file-webpack-plugin": "^4.5.1",
"mermaid": "^10.9.1",
"mscgenjs": "^7.0.0",
"mscgenjs-inpage": "^4.0.5",
"mermaid": "^11.2.1",
"mscgenjs": "^7.0.2",
"mscgenjs-inpage": "^5.0.1",
"rx": "^4.1.0"
},
"dependencies": {
Expand Down
Binary file added previewseqdiag-vscode-0.5.2.vsix
Binary file not shown.

0 comments on commit 70c4033

Please sign in to comment.