File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.15.3
4+
5+ > Aug 15, 2018
6+
7+ * Add feature to add style prop to ` LabelAxis ` component
8+ * Refactor ` AreaChart ` code
9+
10+ Bug fixes:
11+
12+ * Corrects the wrong order for testing style type (Fixes #277 )
13+ * Correctly stacking in area charts when some points are bad (Fixes #284 )
14+ * Adds prop to hide TimeAxis (Fixes #295 )
15+ * Adds function argument while styling barcharts (Fixes #291 )
16+ * Adds a prop ` marginBottom ` to the ` Legend ` component (Fixes #243 )
17+ * Doesn't draw a ` BarChart ` when the height of the rectangle is 0 (Fixes #294 )
18+ * Removes warnings on climate example (Fixes #257 )
19+ * Exposes x, y and time value to onBackgroundClick method in ` ChartContainer ` (Fixes #296 )
20+ * TimeMarker can be custom styled (Fixes #304 )
21+
322## v0.15.0
423
524> May 22, 2018
Original file line number Diff line number Diff line change 1717 },
1818 "scripts" : {
1919 "docs" : " echo \" *** Building API docs\n\" && react-docgen src/components -x js -o src/website/packages/charts/api/docs.json --pretty" ,
20- "lint" : " eslint src/components/*.js" ,
2120 "test" : " npm run lint" ,
2221 "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" ,
2322 "start-website" : " react-scripts start" ,
2423 "build-website" : " echo \" *** Building website\n\" && rm -rf docs && react-scripts build && mv build docs" ,
25- "precommit" : " lint-staged" ,
26- "prettier" : " prettier --print-width 100 --tab-width 4 --write \" ./src/**/*.js\" "
24+ "precommit" : " lint-staged"
2725 },
2826 "lint-staged" : {
2927 "*.js" : [
3028 " prettier --print-width 100 --tab-width 4 --write" ,
3129 " git add"
3230 ]
3331 },
34- "pre-commit" : [
35- " lint" ,
36- " build"
37- ],
3832 "license" : " BSD-3-Clause-LBNL" ,
3933 "dependencies" : {
4034 "array.prototype.fill" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments