File tree Expand file tree Collapse file tree 16 files changed +991
-463
lines changed
Expand file tree Collapse file tree 16 files changed +991
-463
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 2.0.0-rc1] ( https://github.com/danielcaldas/react-d3-graph/tree/2.0.0-rc1 )
4+
5+ [ Full Changelog] ( https://github.com/danielcaldas/react-d3-graph/compare/2.0.0-rc0...2.0.0-rc1 )
6+
7+ ** Closed issues:**
8+
9+ * i want to customise node. is it possible ? [ \# 90] ( https://github.com/danielcaldas/react-d3-graph/issues/90 )
10+
11+ ** Merged pull requests:**
12+
13+ * Remove snapshoot structures for nodes and links [ \# 118] ( https://github.com/danielcaldas/react-d3-graph/pull/118 ) ([ danielcaldas] ( https://github.com/danielcaldas ) )
14+ * Fix/Check for d3 config is updated [ \# 117] ( https://github.com/danielcaldas/react-d3-graph/pull/117 ) ([ danielcaldas] ( https://github.com/danielcaldas ) )
15+ * Feature/documentation overall improvements [ \# 116] ( https://github.com/danielcaldas/react-d3-graph/pull/116 ) ([ danielcaldas] ( https://github.com/danielcaldas ) )
16+ * Fix/defensive code for curve types [ \# 115] ( https://github.com/danielcaldas/react-d3-graph/pull/115 ) ([ danielcaldas] ( https://github.com/danielcaldas ) )
17+ * Fix/graph unnecessary calls to graph forces config [ \# 114] ( https://github.com/danielcaldas/react-d3-graph/pull/114 ) ([ danielcaldas] ( https://github.com/danielcaldas ) )
18+ * Customize nodes with JSX views [ \# 103] ( https://github.com/danielcaldas/react-d3-graph/pull/103 ) ([ LonelyPrincess] ( https://github.com/LonelyPrincess ) )
19+
320## [ 2.0.0-rc0] ( https://github.com/danielcaldas/react-d3-graph/tree/2.0.0-rc0 )
421
522[ Full Changelog] ( https://github.com/danielcaldas/react-d3-graph/compare/1.3.0...2.0.0-rc0 )
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 "> 2.0.0-rc0 (latest) 🚀</ a > </ li >
24+ < li > < a href ="./index.html "> 2.0.0-rc1 (latest) 🚀</ a > </ li >
2525 < li > < a href ="./1.3.0.html "> 1.3.0</ a > </ li >
2626 < li > < a href ="./1.2.2.html "> 1.2.2</ a > </ li >
2727 < li > < a href ="./1.2.0.html "> 1.2.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 "> 2.0.0-rc0 (latest) 🚀</ a > </ li >
24+ < li > < a href ="./index.html "> 2.0.0-rc1 (latest) 🚀</ a > </ li >
2525 < li > < a href ="./1.3.0.html "> 1.3.0</ a > </ li >
2626 < li > < a href ="./1.2.2.html "> 1.2.2</ a > </ li >
2727 < li > < a href ="./1.2.0.html "> 1.2.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 "> 2.0.0-rc0 (latest) 🚀</ a > </ li >
24+ < li > < a href ="./index.html "> 2.0.0-rc1 (latest) 🚀</ a > </ li >
2525 < li > < a href ="./1.3.0.html "> 1.3.0</ a > </ li >
2626 < li > < a href ="./1.2.2.html "> 1.2.2</ a > </ li >
2727 < li > < a href ="./1.2.0.html "> 1.2.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 "> 2.0.0-rc0 (latest) 🚀</ a > </ li >
24+ < li > < a href ="./index.html "> 2.0.0-rc1 (latest) 🚀</ a > </ li >
2525 < li > < a href ="./1.3.0.html "> 1.3.0</ a > </ li >
2626 < li > < a href ="./1.2.2.html "> 1.2.2</ a > </ li >
2727 < li > < a href ="./1.2.0.html "> 1.2.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 "> 2.0.0-rc0 (latest) 🚀</ a > </ li >
24+ < li > < a href ="./index.html "> 2.0.0-rc1 (latest) 🚀</ a > </ li >
2525 < li > < a href ="./1.3.0.html "> 1.3.0</ a > </ li >
2626 < li > < a href ="./1.2.2.html "> 1.2.2</ a > </ li >
2727 < li > < a href ="./1.2.0.html "> 1.2.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 "> 2.0.0-rc0 (latest) 🚀</ a > </ li >
24+ < li > < a href ="./index.html "> 2.0.0-rc1 (latest) 🚀</ a > </ li >
2525 < li > < a href ="./1.3.0.html "> 1.3.0</ a > </ li >
2626 < li > < a href ="./1.2.2.html "> 1.2.2</ a > </ li >
2727 < li > < a href ="./1.2.0.html "> 1.2.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 "> 2.0.0-rc0 (latest) 🚀</ a > </ li >
24+ < li > < a href ="./index.html "> 2.0.0-rc1 (latest) 🚀</ a > </ li >
2525 < li > < a href ="./1.3.0.html "> 1.3.0</ a > </ li >
2626 < li > < a href ="./1.2.2.html "> 1.2.2</ a > </ li >
2727 < li > < a href ="./1.2.0.html "> 1.2.0</ a > </ li >
You can’t perform that action at this time.
0 commit comments