Skip to content

Commit

Permalink
Fixes #354
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet committed Jan 13, 2023
1 parent eb22f49 commit c270910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.6.6-alpha.5]
## [1.6.6-alpha.6]

### Changed

Expand All @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Maths not rendered when exporting diagram (address [#180](https://github.com/hediet/vscode-drawio/issues/180))
- Shapes not loading (BPMN + general) (fixes [#354](https://github.com/hediet/vscode-drawio/issues/354))

## [1.6.5] - 2022-03-16

Expand Down
2 changes: 1 addition & 1 deletion src/DrawioClient/webview-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
<script src="js/app.min.js"></script>
<script src="js/extensions.min.js"></script>
<script src="js/stencils.min.js"></script>
<script src="js/shapes.min.js"></script>
<script src="js/shapes-14-6-5.min.js"></script>
<script src="js/PostConfig.js"></script>
</head>
<body class="geEditor">
Expand Down

0 comments on commit c270910

Please sign in to comment.