File tree Expand file tree Collapse file tree 13 files changed +42
-15
lines changed
Expand file tree Collapse file tree 13 files changed +42
-15
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ typings/
6767dist
6868lib
6969coverage
70- sandbox /rd3g.sandbox.bundle.js.map
7170gen-docs
7271.DS_Store
7372cypress /videos /
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 ' />
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 >
You can’t perform that action at this time.
0 commit comments