|
1 | 1 | # Change Log |
| 2 | +## [1.0.0](https://github.com/danielcaldas/react-d3-graph/tree/1.0.0) (2017-12-02) |
| 3 | +[Full Changelog](https://github.com/danielcaldas/react-d3-graph/compare/0.4.0...1.0.0) |
| 4 | + |
| 5 | +**Closed issues:** |
| 6 | + |
| 7 | +- How can I get onMouseOverLink event? [\#25](https://github.com/danielcaldas/react-d3-graph/issues/25) |
| 8 | + |
| 9 | +**Fixed bugs:** |
| 10 | + |
| 11 | +- Click one node but another one moves [\#41](https://github.com/danielcaldas/react-d3-graph/issues/41) |
| 12 | + |
| 13 | +**Merged pull requests:** |
| 14 | + |
| 15 | +- Fix/tests coverage [\#44](https://github.com/danielcaldas/react-d3-graph/pull/44) ([danielcaldas](https://github.com/danielcaldas)) |
| 16 | +- Fix/on drag node handler [\#42](https://github.com/danielcaldas/react-d3-graph/pull/42) ([danielcaldas](https://github.com/danielcaldas)) |
| 17 | +- Feature/on mouse over and out link [\#40](https://github.com/danielcaldas/react-d3-graph/pull/40) ([danielcaldas](https://github.com/danielcaldas)) |
| 18 | +- Set proper defaults for Graph component config [\#39](https://github.com/danielcaldas/react-d3-graph/pull/39) ([danielcaldas](https://github.com/danielcaldas)) |
| 19 | +- Fix semantics mouse over methods in Graph component [\#38](https://github.com/danielcaldas/react-d3-graph/pull/38) ([danielcaldas](https://github.com/danielcaldas)) |
2 | 20 |
|
3 | 21 | ## [0.4.0](https://github.com/danielcaldas/react-d3-graph/tree/0.4.0) (2017-11-11) |
4 | 22 | [Full Changelog](https://github.com/danielcaldas/react-d3-graph/compare/0.3.0...0.4.0) |
|
17 | 35 | ## [0.3.0](https://github.com/danielcaldas/react-d3-graph/tree/0.3.0) (2017-10-21) |
18 | 36 | [Full Changelog](https://github.com/danielcaldas/react-d3-graph/compare/0.2.1...0.3.0) |
19 | 37 |
|
20 | | -**Implemented enhancements and Fixed bugs:** |
| 38 | +**Implemented enhancements:** |
| 39 | + |
| 40 | +- Squeezing if "staticGraph": true [\#24](https://github.com/danielcaldas/react-d3-graph/issues/24) |
| 41 | + |
| 42 | +**Fixed bugs:** |
21 | 43 |
|
22 | | -- Squeezing if "staticGraph": true [\#24](https://github.com/danielcaldas/react-d3-graph/issues/24), props to [scoutrul](https://github.com/scoutrul) for reporting this issue. |
| 44 | +- Squeezing if "staticGraph": true [\#24](https://github.com/danielcaldas/react-d3-graph/issues/24) |
23 | 45 |
|
24 | 46 | **Merged pull requests:** |
25 | 47 |
|
|
75 | 97 |
|
76 | 98 |
|
77 | 99 |
|
78 | | -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 100 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments