Skip to content

Commit afcf5f5

Browse files
committed
Update CHANGELOG
1 parent 6398deb commit afcf5f5

File tree

4 files changed

+21
-8
lines changed

4 files changed

+21
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [0.3.0](https://github.com/danielcaldas/react-d3-graph/tree/0.3.0) (2017-10-21)
4+
[Full Changelog](https://github.com/danielcaldas/react-d3-graph/compare/0.2.1...0.3.0)
5+
6+
**Implemented enhancements and Fixed bugs:**
7+
8+
- 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.
9+
10+
**Merged pull requests:**
11+
12+
- Fix/set initial static graph [\#26](https://github.com/danielcaldas/react-d3-graph/pull/26) ([danielcaldas](https://github.com/danielcaldas))
13+
- Refactor/general improvements [\#22](https://github.com/danielcaldas/react-d3-graph/pull/22) ([danielcaldas](https://github.com/danielcaldas))
14+
- Fix typo node.stype -\> node.symbolType [\#21](https://github.com/danielcaldas/react-d3-graph/pull/21) ([danielcaldas](https://github.com/danielcaldas))
15+
- Bump several dependencies to latest. New yarn.lock [\#20](https://github.com/danielcaldas/react-d3-graph/pull/20) ([danielcaldas](https://github.com/danielcaldas))
16+
- Refactor/documentation revisited [\#19](https://github.com/danielcaldas/react-d3-graph/pull/19) ([danielcaldas](https://github.com/danielcaldas))
17+
318
## [0.2.1](https://github.com/danielcaldas/react-d3-graph/tree/0.2.1) (2017-09-17)
419
[Full Changelog](https://github.com/danielcaldas/react-d3-graph/compare/0.2.0...0.2.1)
520

@@ -46,4 +61,4 @@
4661

4762

4863

49-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
64+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-d3-graph · [![Build Status](https://travis-ci.org/danielcaldas/react-d3-graph.svg?branch=master)](https://travis-ci.org/danielcaldas/react-d3-graph) [![npm version](https://img.shields.io/badge/npm-v0.2.1-blue.svg)](https://www.npmjs.com/package/react-d3-graph) [![npm stats](https://img.shields.io/badge/downloads->600-brightgreen.svg)](https://npm-stat.com/) [![probot enabled](https://img.shields.io/badge/probot:stale-enabled-yellow.svg)](https://probot.github.io/)
1+
# react-d3-graph · [![Build Status](https://travis-ci.org/danielcaldas/react-d3-graph.svg?branch=master)](https://travis-ci.org/danielcaldas/react-d3-graph) [![npm version](https://img.shields.io/badge/npm-v0.3.0-blue.svg)](https://www.npmjs.com/package/react-d3-graph) [![npm stats](https://img.shields.io/badge/downloads-700+-brightgreen.svg)](https://npm-stat.com/) [![probot enabled](https://img.shields.io/badge/probot:stale-enabled-yellow.svg)](https://probot.github.io/)
22
[:book:](https://danielcaldas.github.io/react-d3-graph/docs/index.html)
33

44
### *Interactive and configurable graphs with react and d3 effortlessly*
@@ -26,10 +26,8 @@ yarn add react-d3-graph // using yarn
2626
```
2727

2828
## Usage sample
29-
Graph component is the main component for react-d3-graph components, its interface allows its user
30-
to build the graph once the user provides the data, configuration (optional) and callback interactions (also optional).
31-
The code for the live example (<https://danielcaldas.github.io/react-d3-graph/sandbox/index.html>)
32-
can be consulted here <https://github.com/danielcaldas/react-d3-graph/blob/master/sandbox/Sandbox.js>
29+
Graph component is the main component for react-d3-graph components, its interface allows its user to build the graph once the user provides the data, configuration (optional) and callback interactions (also optional).
30+
The code for the [live example](https://danielcaldas.github.io/react-d3-graph/sandbox/index.html) can be consulted [here](https://github.com/danielcaldas/react-d3-graph/blob/master/sandbox/Sandbox.jsx).
3331

3432
```javascript
3533
import { Graph } from 'react-d3-graph';

sandbox/Sandbox.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export default class Sandbox extends React.Component {
244244
</div>
245245
<div className='container__form'>
246246
<h4>
247-
<a href="https://github.com/danielcaldas/react-d3-graph" target="_blank">react-d3-graph v0.2.1</a>
247+
<a href="https://github.com/danielcaldas/react-d3-graph" target="_blank">react-d3-graph</a>
248248
</h4>
249249
<h4>
250250
<a href="https://danielcaldas.github.io/react-d3-graph/docs/index.html" target="_blank">docs</a>

sandbox/rd3g.sandbox.bundle.js

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)