Skip to content

Commit 263c58f

Browse files
committed
Updated CHANGELOG with 0.6.3 release
1 parent d0bc1eb commit 263c58f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.6.3]
10+
### Changed
11+
* Upgraded [d3-graphviz](https://gitlab.com/magjac/d3-graphviz) to version [3.0.5](https://github.com/magjac/d3-graphviz/blob/master/CHANGELOG.md#305) thereby replacing [Viz.js](https://github.com/mdaines/viz.js/) with [@hpcc-js/wasm](https://github.com/hpcc-systems/hpcc-js-wasm).
12+
* Upgraded [Graphviz](https://gitlab.com/graphviz/graphviz) to version [2.42.4](https://gitlab.com/graphviz/graphviz/-/releases/2.42.4) through [@hpcc-js/wasm](https://github.com/hpcc-systems/hpcc-js-wasm) version [0.3.11](https://github.com/hpcc-systems/hpcc-js-wasm/releases/tag/v0.3.11), including fixes for:
13+
* svg output displays TITLE of %3 if graph had no name ([Graphviz issue #1376](https://gitlab.com/graphviz/graphviz/issues/1376))
14+
* XML errors in generated SVG when URL attribute contains ampersand (&) ([Graphviz issue #1687](https://gitlab.com/graphviz/graphviz/issues/1687))
15+
16+
### Fixed
17+
* Changing text editor hold-off time in settings has no effect until application is reloaded #128
18+
* Selecting opacity with the opacity slider does not work in the node & edge default format color pickers #125
19+
920
## 0.6.2
1021
Never released
1122

@@ -140,7 +151,8 @@ Never released
140151
* Keyboard shortcuts
141152
* Mouse interactions
142153

143-
[Unreleased]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.0...HEAD
154+
[Unreleased]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.3...HEAD
155+
[0.6.3]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.1...v0.6.3
144156
[0.6.1]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.0...v0.6.1
145157
[0.6.0]: https://github.com/magjac/graphviz-visual-editor/compare/v0.5.0...v0.6.0
146158
[0.5.0]: https://github.com/magjac/graphviz-visual-editor/compare/v0.4.0...v0.5.0

0 commit comments

Comments
 (0)