File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
example
2
2
src
3
3
.jshintrc
4
+ .eslintrc
5
+ .editorconfig
6
+ .npmignore
7
+ webpack.config.min.js
8
+ webpack.config.js
9
+
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ For quick testing the [examples](#examples) might be enough.
79
79
* Tests
80
80
81
81
## Changelog
82
+ * 0.6.1: Fixed 'BarChart.getDOMNode(...) is deprecated.'
82
83
* 0.6.0: Added [ Waveform Chart] ( #waveform ) . Moved to React 0.14.
83
84
* 0.5.2: Fixed default scale for dates
84
85
* 0.5.1: Fixed new props not being used by DefaultScalesMixin
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-d3-components" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.1 " ,
4
4
"description" : " D3 components for React" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
40
40
"postpublish" : " rm -r ./lib" ,
41
41
"build:js" : " webpack && webpack --config webpack.config.min.js"
42
42
}
43
- }
43
+ }
You can’t perform that action at this time.
0 commit comments