Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sartaj10 committed Aug 15, 2018
1 parent 5675d30 commit a33e673
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
19 changes: 10 additions & 9 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@

Bug fixes:

* Corrects the wrong order for testing style type (Fixes #277)
* Correctly stacking in area charts when some points are bad (Fixes #284)
* Adds prop to hide TimeAxis (Fixes #295)
* Adds function argument while styling barcharts (Fixes #291)
* Adds a prop `marginBottom` to the `Legend` component (Fixes #243)
* Doesn't draw a `BarChart` when the height of the rectangle is 0 (Fixes #294)
* Removes warnings on climate example (Fixes #257)
* Exposes x, y and time value to onBackgroundClick method in `ChartContainer` (Fixes #296)
* TimeMarker can be custom styled (Fixes #304)
* Corrects the wrong order for testing style type (Fixes [#277](https://github.com/esnet/react-timeseries-charts/issues/277))
* Correctly stacking in area charts when some points are bad (Fixes [#284](https://github.com/esnet/react-timeseries-charts/issues/284))
* Adds prop to hide TimeAxis (Fixes [#295](https://github.com/esnet/react-timeseries-charts/issues/295))
* Adds function argument while styling barcharts (Fixes [#291](https://github.com/esnet/react-timeseries-charts/issues/291))
* Adds a prop `marginBottom` to the `Legend` component (Fixes [#243](https://github.com/esnet/react-timeseries-charts/issues/243))
* Doesn't draw a `BarChart` when the height of the rectangle is 0 (Fixes [#294](https://github.com/esnet/react-timeseries-charts/issues/294))
* Removes warnings on climate example (Fixes [#257](https://github.com/esnet/react-timeseries-charts/issues/257))
* Exposes x, y and time value to onBackgroundClick method in `ChartContainer` (Fixes [#296](https://github.com/esnet/react-timeseries-charts/issues/296))
* TimeMarker can be custom styled (Fixes [#304](https://github.com/esnet/react-timeseries-charts/issues/304))
* Ability to style legend (Fixes [#112](https://github.com/esnet/react-timeseries-charts/issues/112))

## v0.15.0

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"scripts": {
"docs": "echo \"*** Building API docs\n\" && react-docgen src/components -x js -o src/website/packages/charts/api/docs.json --pretty",
"lint": "eslint src/components/*.js",
"test": "npm run lint",
"build": "echo \"*** Building lib\n\" && rm -rf lib/* && babel src/components --optional runtime --stage 0 --out-dir lib/components && babel src/js --optional runtime --stage 0 --out-dir lib/js && babel src/entry.js --optional runtime --stage 0 --out-file lib/entry.js",
"start-website": "react-scripts start",
Expand Down

0 comments on commit a33e673

Please sign in to comment.