Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit b16b7d0

Browse files
mjclawarchriddyp
authored andcommitted
Move PropTypes from React package to prop-types (#36)
* 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
1 parent 8dca49b commit b16b7d0

File tree

142 files changed

+8416
-817
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+8416
-817
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
## [0.9.0] - 2018-02-11
8+
### Changed
9+
- Moved `PropTypes` import from using `react` to using `prop-types` package to support using React 16+ in `dash-renderer`
10+
711
## [0.8.0] - 2017-09-29
812
### Added
913
- A `key` property has been added to every component. See https://reactjs.org/docs/lists-and-keys.html for more about this attribute.

Diff for: dash_html_components/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.0'
1+
__version__ = '0.9.0'

0 commit comments

Comments
 (0)