Skip to content

Commit

Permalink
gh-pages <- 1.0.1 release (#96)
Browse files Browse the repository at this point in the history
* Remove legacy return from RangeBarChart (#93)

* Remove legacy return from RangeBarChart

* Lint fix

* Minor bug fixes (#94)

* Fix ScatterPlot pointStyle propType

* Fix proptypes for XAxis and YAxis labels

* Add test for label formatting

* Rebuild docs

* Fix docs for treemap and sankey diagram and rebuild docs

* v1.0.1 release (#95)

* Fix merge conflict code (#97)
  • Loading branch information
Kris Salvador authored Jul 6, 2018
1 parent 28e786b commit 575fb04
Show file tree
Hide file tree
Showing 31 changed files with 195,855 additions and 307 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.1 (2018-07-06)

- [#94](https://github.com/spotify/reactochart/pull/94) Minor Bug Fixes
- Update propType `pointStyle` for ScatterPlot to be of type object or accessor func
- Update propType `format` XAxis and YAxis (which is passed to X and YAxisLabel) to be of type string or accessor function
- Update TreeMap and SankeyDiagram docs

## 1.0.0 (2018-06-28)

Although this is a major release, there aren't many breaking changes that weren't noted in previous releases. Additions include more tests, clean up of component API docs, minor bug fixes and feature adds and better consistency for chart props.
Expand Down
Loading

0 comments on commit 575fb04

Please sign in to comment.