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