Highlights
This release uses the prop-types
package to avoid deprecation warnings in react@^15.5
. It also adds an entry in peerDependencies
to specify the supported versions of React.
The API is unchanged, but this is a minor version bump because of the peerDependencies
change.
Commits
- 85795ed Use prop-types package (#14) (@btmills)
- 3902284 Add React to peerDependencies (#14) (@btmills)
- 489ab94 Use yarn (#14) (@btmills)
- 4363e9a Upgrade React for examples (#14) (@btmills)