Skip to content

Releases: danielcaldas/react-d3-graph

Directed graphs, zoom animation and bug fixes

18 Nov 14:54
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Allow nodes to override strokeColor #122

Fixed bugs:

  • Custom onNodeClick handler not triggering on collapsible nodes #136
  • 🐛 Global viewGenerator not been applied to the nodes #130

Closed issues:

  • graph constantly re-rendering even when app is idle? #145
  • Allow users to pass in a function in node.labelProperty #133
  • Drop yarn support for development (stick to npm only) #127
  • Link mouse cursor property #119
  • Center graph on a specific node #102
  • Links with directional arrow #88

Merged pull requests:

JSX Custom node views, several improvements and bug fixing

30 Sep 12:44
Compare
Choose a tag to compare

2.0.0-rc1

Full Changelog

Closed issues:

  • i want to customise node. is it possible ? #90

Merged pull requests:

Collapsible nodes, d3 configurable, d3+react as peer deps

18 Sep 17:29
Compare
Choose a tag to compare

2.0.0-rc0

Full Changelog

Implemented enhancements:

  • Directional links are placed on top of each other #89

Fixed bugs:

  • Error re-rendering Graph when no config prop is set #81

Merged pull requests:

⚠️ Warning ⚠️

From now on d3 and react are peer dependencies, for you this means that you need to explicity add this dependencies to your package.json and install them as well.

...
"peerDependencies": {
        "d3": "^5.5.0",
        "react": "^16.4.1"
},
...

Link custom color

25 Jun 21:51
Compare
Choose a tag to compare

1.3.0 (2018-06-25)

NOTE: This release contains only PR #79 cherry picked from master.

Full Changelog

Merged pull requests:

Bug fixing, build links refactor, move to node 8.11.0

14 May 17:19
Compare
Choose a tag to compare

NOTE: This release contains only some minor fixes picked from master. Out of scope of this relase is
PR Fix/peer dependencies #70 where react and
d3 will pass to the peerDependencies block breaking installs that do not meet the restrictions of
react and d3 versions.

Full Changelog

Fixed bugs:

  • BUG: NO LINK GETS HIGHLIGHTED WHEN NODE ID IS NON-STIRNG #73 props to @iamhosseindhv for reporting

Closed issues:

  • can the graph nodes and line not stacked #58
  • custom add node button #57
  • labelProperty not implemented? #54
  • BUG: NO LINK GETS HIGHLIGHTED WHEN NODE ID IS NON-STIRNG #73

Merged pull requests:

  • Fix/mouse over link highlight #75
  • Fix/link highlight id number #74
  • Feature/move to node 8.11.0 #72
  • Refactor/links build #69

Color for text labels, graph refactor, flexible deps versioning

22 Apr 17:30
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • 100% Width/Height of parent element #63
  • SVG image for node #36

Merged pull requests:

  • Move logic from graph component (highlight updates) #66 (danielcaldas)
  • Feature/update dependencies #65 (danielcaldas)
  • Add fontColor as a configuration option for node's <text> fill property #64 (dmmulroy)

Custom SVG for nodes, update webpack

01 Apr 21:12
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Graph Rerendering #51
  • Feature/provide svg for nodes #60 (danielcaldas) #36

Fixed bugs:

  • Graph Rerendering #51

Merged pull requests:

Bug fixes, static updates, sandbox interactive data

18 Feb 21:21
Compare
Choose a tag to compare

1.0.1

Full Changelog

Fixed bugs:

  • Graph Rendering #51

Merged pull requests:

Highlight Links, bug fixing and testing

02 Dec 19:10
Compare
Choose a tag to compare

Closed issues:

  • How can I get onMouseOverLink event? #25
  • Click one node but another one moves #41

Merged pull requests:

Highlight degree, node upgrade

11 Nov 22:33
Compare
Choose a tag to compare

Implemented enhancements:

  • Node version #29

Merged pull requests: