Skip to content

Releases: spotify/reactochart

v.1.1.0

28 Aug 22:46
5a88c0d
Compare
Choose a tag to compare
  • #99 Adds d3 line generator and curve prop to LineChart - thanks @scottsheffield!
  • #102 Adds offset prop to XAxis and YAxis labels
  • #103 Fix issue with doc generation with TreeMap

v.1.0.1

06 Jul 20:31
824f0e7
Compare
Choose a tag to compare
  • #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

v1.0.0

28 Jun 17:40
a1a2f8c
Compare
Choose a tag to compare

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.

Breaking Changes

  • Per #63 Include css in root, the stylesheet has been moved to
import "reactochart/styles.css"
  • #85 PieChart - Deprecates markerLineClass in favor of markerLineClassName

v0.4.8

08 Jun 20:22
8565c13
Compare
Choose a tag to compare

v0.4.7

31 May 21:13
0e14dd7
Compare
Choose a tag to compare
  • #73 Add step labeling to sankey

v0.4.6

21 May 18:26
94c453c
Compare
Choose a tag to compare
  • #66 IMPORTANT - Namespace CSS
  • #63 Include css in root
  • #65 Test for AreaBarChart
  • #67 Add disableMouseWheelZoom to ZoomContainer

v0.4.5

18 Apr 18:03
Compare
Choose a tag to compare
  • #56 Add react-docgen to devDependencies.

v0.3.1

15 Nov 20:43
Compare
Choose a tag to compare
  • Fixed issues with webpack config which caused failure to rebuild when files changed
  • More unit tests for bar chart
  • Better props documentation for bar chart

v0.3.0

15 Nov 20:37
Compare
Choose a tag to compare
Merge pull request #45 from spotify/0.3.0

0.3.0 Release