Skip to content

Commit

Permalink
Move PropTypes from React package to prop-types (plotly#36)
Browse files Browse the repository at this point in the history
* Update generate-components to use prop-types for PropTypes (supporting React 16)
Update components to use prop-types
Move react (and react-dom) to peerDependencies to support multiple versions (15.4+ and 16.0+)
Add package-lock.json

* Update tests to include __init__ for finding tests package.

* 0.8.1

* 0.9.0

* Bump version to 0.9.0 and update CHANGELOG

* Remove mismatched components from previous release

* Add back Base.react.js

* integration tests

* rerun publish

* trigger ci build

* Update generate-components to use prop-types for PropTypes (supporting React 16)
Update components to use prop-types
Move react (and react-dom) to peerDependencies to support multiple versions (15.4+ and 16.0+)
Add package-lock.json

* Update tests to include __init__ for finding tests package.

* 0.8.1

* 0.9.0

* Bump version to 0.9.0 and update CHANGELOG

* Remove mismatched components from previous release

* Add back Base.react.js
  • Loading branch information
mjclawar committed Feb 23, 2018
1 parent 7fbe918 commit d6d7907
Show file tree
Hide file tree
Showing 142 changed files with 8,416 additions and 817 deletions.
4 changes: 4 additions & 0 deletions packages/dash-html-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.9.0] - 2018-02-11
### Changed
- Moved `PropTypes` import from using `react` to using `prop-types` package to support using React 16+ in `dash-renderer`

## [0.8.0] - 2017-09-29
### Added
- A `key` property has been added to every component. See https://reactjs.org/docs/lists-and-keys.html for more about this attribute.
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.0'
__version__ = '0.9.0'
Loading

0 comments on commit d6d7907

Please sign in to comment.