Releases: bcbcarl/react-c3js
Releases · bcbcarl/react-c3js
0.1.20
Update peer dependencies to allow react@^16.0.0
and react-dom@^16.0.0
. (#30, #31)
0.1.19
Add 'prop-types' as a peer dependency. (#23, #24)
0.1.17
- Use Babel
Object.assign
transform. (#20)
0.1.16
- Addition of unloadBeforeLoad property. #16
0.1.15
- Fix #13: Component cannot be rendered on the server side.
0.1.14
- Use
load()
to update a chart instead of regenerate it.
0.1.12
- Build the library in production mode.
- Move
lib/index.js
to react-c3js.js
.
0.1.11
- Fix Uncaught TypeError: Cannot read property 'getItem' of undefined in Chrome: 54.0.2840.87 (#7).