You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [Unreleased]
8
8
9
9
### Changed
10
+
* Add a snackbar add a Snackbar showing when the application has been updated and if the underlying Graphviz version has been updated or not.
11
+
* Make the version in the about dialog a link to the version in CHANGELOG.md.
10
12
* Bundle @hpcc-js/wasm instead of loading from unpkg
11
13
* Upgraded d3-graphviz to version 3.0.6, thereby upgrading @hpcc-js-/wasm to version 0.3.13, thereby upgrading Graphviz to version 2.44.0.
12
14
* Added "Export as SVG" to main menu (thanks @pRizz).
13
15
14
-
## [0.6.4]
16
+
## [0.6.4] - 2020-04-29
15
17
### Fixed
16
18
* Drawing edges or inserting nodes does not work in production bundle #139
17
19
* Navigating back to the referring page after URL import requires clicking back twice in the browser #155
18
20
19
-
## [0.6.3]
21
+
## [0.6.3] - 2020-04-09
20
22
### Changed
21
23
* 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).
22
24
* 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:
@@ -30,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
32
## 0.6.2
31
33
Never released
32
34
33
-
## [0.6.1]
35
+
## [0.6.1] - 2020-01-03
34
36
### Fixed
35
37
* Module not found: Can't resolve './DoYouWantToDeleteDialog'. #93
36
38
* Stuck at "Starting the development server". #95
@@ -40,7 +42,7 @@ Never released
40
42
* Ctrl- or Shift-click the canvas deselects already selected components. #107
41
43
* Unselected components are not cleared in text editor. #108
42
44
43
-
## [0.6.0]
45
+
## [0.6.0] - 2018-10-01
44
46
### Added
45
47
* Export as URL. Generates a link to the application with the DOT source code as an URL parameter.
46
48
* Specification of the DOT source code through a URL parameter. #69
0 commit comments