Commit 459504b
Rc 2.1.0 (#130)
* add react-storybook
* split stories into isolated includes (Sections)
* added some more examples for mixed, and mixed multi-line
* Provide a fix for #114 by determining which series to add/remove/update by a dataset key as opposed to array index. The dataset key is determined via a keyProvider function which defaults to dataset.label
* replace Array.includes with Array.indexOf for backwards compatibility reasons
* Added support for inline plugins (see [email protected]) and modified mixed data example to include an example plugin
* missing ref in shouldComponentUpdate
* added latest storybook
* updated README
* Use prop-type package instead of React.PropType
In 15.5, instead of accessing PropTypes from the main React object,
install the prop-types package and import them from there.
https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes
* Fix lint test
* fixed tests and added a graph1 parent f87495e commit 459504b
File tree
17 files changed
+9694
-145
lines changed- .storybook
- dist
- example/src
- components
- lib
- src
- stories
- test/__tests__
17 files changed
+9694
-145
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
31 | 42 | | |
32 | 43 | | |
33 | 44 | | |
| |||
0 commit comments