Skip to content

Commit f4405a6

Browse files
committed
Release 1.2.2 metadata and sandbox
1 parent 543503a commit f4405a6

File tree

13 files changed

+42
-15
lines changed

13 files changed

+42
-15
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ typings/
6767
dist
6868
lib
6969
coverage
70-
sandbox/rd3g.sandbox.bundle.js.map
7170
gen-docs
7271
.DS_Store
7372
cypress/videos/

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Change Log
22

3+
## [1.2.2](https://github.com/danielcaldas/react-d3-graph/tree/1.2.2) (2018-05-14)
4+
5+
**NOTE**: This release contains only some minor fixes picked from master. Out of scope of this relase is
6+
PR _Fix/peer dependencies_ [\#70](https://github.com/danielcaldas/react-d3-graph/pull/70) where **react** and
7+
**d3** will pass to the _peerDependencies_ block breaking installs that do not meet the restrictions of
8+
react and d3 versions.
9+
10+
[Full Changelog](https://github.com/danielcaldas/react-d3-graph/compare/1.2.1...1.2.2)
11+
12+
**Fixed bugs:**
13+
14+
* BUG: NO LINK GETS HIGHLIGHTED WHEN NODE ID IS NON-STIRNG [\#73](https://github.com/danielcaldas/react-d3-graph/issues/73) props to @iamhosseindhv for reporting
15+
16+
**Closed issues:**
17+
18+
* can the graph nodes and line not stacked [\#58](https://github.com/danielcaldas/react-d3-graph/issues/58)
19+
* custom add node button [\#57](https://github.com/danielcaldas/react-d3-graph/issues/57)
20+
* labelProperty not implemented? [\#54](https://github.com/danielcaldas/react-d3-graph/issues/54)
21+
* BUG: NO LINK GETS HIGHLIGHTED WHEN NODE ID IS NON-STIRNG [\#73](https://github.com/danielcaldas/react-d3-graph/issues/73)
22+
23+
**Merged pull requests:**
24+
25+
* Fix/mouse over link highlight [\#75](https://github.com/danielcaldas/react-d3-graph/pull/75)
26+
* Fix/link highlight id number [\#74](https://github.com/danielcaldas/react-d3-graph/pull/74)
27+
* Feature/move to node 8.11.0 [\#72](https://github.com/danielcaldas/react-d3-graph/pull/72)
28+
* Refactor/links build [\#69](https://github.com/danielcaldas/react-d3-graph/pull/69)
29+
330
## [1.2.1](https://github.com/danielcaldas/react-d3-graph/tree/1.2.1) (2018-04-22)
431

532
[Full Changelog](https://github.com/danielcaldas/react-d3-graph/compare/1.2.0...1.2.1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![npm](https://img.shields.io/npm/dw/react-d3-graph.svg?style=flat-square)](https://www.npmjs.com/package/react-d3-graph)
77
[![npm](https://img.shields.io/npm/dt/react-d3-graph.svg?style=flat-square)](https://www.npmjs.com/package/react-d3-graph)
88

9-
:book: [1.2.1](https://danielcaldas.github.io/react-d3-graph/docs/index.html)
9+
:book: [1.2.2](https://danielcaldas.github.io/react-d3-graph/docs/index.html)
1010

1111
### _Interactive and configurable graphs with react and d3 effortlessly_
1212

docs/0.3.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h4><a href="https://github.com/danielcaldas/react-d3-graph" target="_blank">
2121
<h4><a href="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html" target="_blank">🔗 Live Demo</a></h4>
2222
<h5>Versions</h5>
2323
<ul>
24-
<li><a href="./index.html">1.2.1 (latest) 🚀</a></li>
24+
<li><a href="./index.html">1.2.2 (latest) 🚀</a></li>
2525
<li><a href="./1.2.0.html">1.2.0</a></li>
2626
<li><a href="./1.0.1.html">1.0.1</a></li>
2727
<li><a href="./1.0.0.html">1.0.0</a></li>

docs/0.4.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h4><a href="https://github.com/danielcaldas/react-d3-graph" target="_blank">
2121
<h4><a href="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html" target="_blank">🔗 Live Demo</a></h4>
2222
<h5>Versions</h5>
2323
<ul>
24-
<li><a href="./index.html">1.2.1 (latest) 🚀</a></li>
24+
<li><a href="./index.html">1.2.2 (latest) 🚀</a></li>
2525
<li><a href="./1.2.0.html">1.2.0</a></li>
2626
<li><a href="./1.0.1.html">1.0.1</a></li>
2727
<li><a href="./1.0.0.html">1.0.0</a></li>

docs/1.0.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h4><a href="https://github.com/danielcaldas/react-d3-graph" target="_blank">
2121
<h4><a href="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html" target="_blank">🔗 Live Demo</a></h4>
2222
<h5>Versions</h5>
2323
<ul>
24-
<li><a href="./index.html">1.2.1 (latest) 🚀</a></li>
24+
<li><a href="./index.html">1.2.2 (latest) 🚀</a></li>
2525
<li><a href="./1.2.0.html">1.2.0</a></li>
2626
<li><a href="./1.0.1.html">1.0.1</a></li>
2727
<li><a href="./1.0.0.html">1.0.0</a></li>

docs/1.0.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h4><a href="https://github.com/danielcaldas/react-d3-graph" target="_blank">
2121
<h4><a href="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html" target="_blank">🔗 Live Demo</a></h4>
2222
<h5>Versions</h5>
2323
<ul>
24-
<li><a href="./index.html">1.2.1 (latest) 🚀</a></li>
24+
<li><a href="./index.html">1.2.2 (latest) 🚀</a></li>
2525
<li><a href="./1.2.0.html">1.2.0</a></li>
2626
<li><a href="./1.0.1.html">1.0.1</a></li>
2727
<li><a href="./1.0.0.html">1.0.0</a></li>

docs/1.2.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h4><a href="https://github.com/danielcaldas/react-d3-graph" target="_blank">
2121
<h4><a href="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html" target="_blank">🔗 Live Demo</a></h4>
2222
<h5>Versions</h5>
2323
<ul>
24-
<li><a href="./index.html">1.2.1 (latest) 🚀</a></li>
24+
<li><a href="./index.html">1.2.2 (latest) 🚀</a></li>
2525
<li><a href="./1.2.0.html">1.2.0</a></li>
2626
<li><a href="./1.0.1.html">1.0.1</a></li>
2727
<li><a href="./1.0.0.html">1.0.0</a></li>

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset='utf-8' />
5-
<title>react-d3-graph 1.2.1 | Documentation</title>
5+
<title>react-d3-graph 1.2.2 | Documentation</title>
66
<meta name='viewport' content='width=device-width,initial-scale=1'>
77
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
88
<link href='assets/style.css' type='text/css' rel='stylesheet' />
@@ -15,13 +15,13 @@
1515
<div class='py1 px2'>
1616
<h3 class='mb0 no-anchor'>react-d3-graph</h3>
1717
<i class="icon-github"></i>
18-
<div class='mb1'><code>1.2.1</code></div>
18+
<div class='mb1'><code>1.2.2</code></div>
1919
<h3>Quick Links</h3>
2020
<h4><a href="https://github.com/danielcaldas/react-d3-graph" target="_blank">🔗 GitHub Repo</a></h4>
2121
<h4><a href="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html" target="_blank">🔗 Live Demo</a></h4>
2222
<h5>Versions</h5>
2323
<ul>
24-
<li><a href="./index.html">1.2.1 (latest) 🚀</a></li>
24+
<li><a href="./index.html">1.2.2 (latest) 🚀</a></li>
2525
<li><a href="./1.2.0.html">1.2.0</a></li>
2626
<li><a href="./1.0.1.html">1.0.1</a></li>
2727
<li><a href="./1.0.0.html">1.0.0</a></li>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)