Skip to content

Conversation

@consense
Copy link

  • add react-storybook

  • split stories into isolated includes (Sections)

  • added some more examples for mixed, and mixed multi-line

  • Provide a fix for Unable to dynamically add/remove series reactchartjs/react-chartjs-2#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 graph

* 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 graph
@consense consense merged commit 7327226 into ScreenAware:master Jun 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants