From 220c5ca121a828ec9ca08ad10c1b679cb540c4fe Mon Sep 17 00:00:00 2001 From: danielcaldas Date: Sat, 14 Sep 2019 18:21:59 +0200 Subject: [PATCH] Release 2.3.0 --- CHANGELOG.md | 10 + cypress/integration/graph.directed.e2e.js | 6 + docs/0.3.0.html | 3 +- docs/0.4.0.html | 3 +- docs/1.0.0.html | 3 +- docs/1.0.1.html | 3 +- docs/1.2.0.html | 3 +- docs/1.2.2.html | 3 +- docs/1.3.0.html | 3 +- docs/2.0.2.html | 3 +- docs/2.1.0.html | 3 +- docs/2.2.0.html | 9234 +++++++++++++++++++++ docs/index.html | 706 +- package-lock.json | 45 +- package.json | 5 +- sandbox/rd3g.sandbox.bundle.js | 2 +- src/components/graph/graph.helper.js | 1 + 17 files changed, 9795 insertions(+), 241 deletions(-) create mode 100644 docs/2.2.0.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 3adbf4820..fcaedbd1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [2.3.0](https://github.com/danielcaldas/react-d3-graph/tree/2.3.0) + +[Full Changelog](https://github.com/danielcaldas/react-d3-graph/compare/2.2.0...2.3.0) + +**Merged pull requests:** + +- Misc refactor improvements [\#231](https://github.com/danielcaldas/react-d3-graph/pull/231) ([danielcaldas](https://github.com/danielcaldas)) +- onNodePositionChange [\#228](https://github.com/danielcaldas/react-d3-graph/pull/228) ([danielcaldas](https://github.com/danielcaldas)) +- Upgrade to babel7 [\#225](https://github.com/danielcaldas/react-d3-graph/pull/225) ([danielcaldas](https://github.com/danielcaldas)) + ## [2.2.0](https://github.com/danielcaldas/react-d3-graph/tree/2.2.0) [Full Changelog](https://github.com/danielcaldas/react-d3-graph/compare/2.1.0...2.2.0) diff --git a/cypress/integration/graph.directed.e2e.js b/cypress/integration/graph.directed.e2e.js index aefc6583a..0dfe15a6e 100644 --- a/cypress/integration/graph.directed.e2e.js +++ b/cypress/integration/graph.directed.e2e.js @@ -32,7 +32,13 @@ describe("[rd3g-graph-directed]", function() { this.link34PO = new LinkPO(3); }); + afterEach(function() { + this.sandboxPO.exitFullScreenMode(); + }); + it("should properly display elements for directed graph", function() { + this.sandboxPO.fullScreenMode().click(); + // Check if other , links and markers are visible this.node1PO.getPath().should("be.visible"); this.node2PO.getPath().should("be.visible"); diff --git a/docs/0.3.0.html b/docs/0.3.0.html index 1956686fb..b24f57ba0 100644 --- a/docs/0.3.0.html +++ b/docs/0.3.0.html @@ -31,7 +31,8 @@

🔗 Live Demo

Versions