CHANGELOG
15.7.2
[Fix] ensure nullish values in
oneOf
do not crash (#256)[Fix] move
loose-envify
back to production deps, for browerify usage (#203)
15.7.1
15.7.0
[New] Add
.elementType
(#211)[New] add
PropTypes.resetWarningCache
(#178)oneOf
: improve warning when multiple arguments are supplied (#244)Fix
oneOf
when used with Symbols (#224)Clean up mistaken runtime dep, swap envify for loose-envify (#204)
15.6.2
Remove the
fbjs
dependency by inlining some helpers from it (#194))
15.6.1
Fix an issue where outdated BSD license headers were still present in the published bundle #162
15.6.0
Switch from BSD + Patents to MIT license
Add PropTypes.exact, like PropTypes.shape but warns on extra object keys. (@thejameskyle and @aweary in #41 and #87)
15.5.10
15.5.9
15.5.8
15.5.7
15.5.6
Note: this release has a critical issue and was deprecated. Please update to 15.5.7 or higher.
15.5.5
Note: this release has a critical issue and was deprecated. Please update to 15.5.7 or higher.
15.5.4
Note: this release has a critical issue and was deprecated. Please update to 15.5.7 or higher.
Remove the accidentally included typechecking code from the production build.
15.5.3
Note: this release has a critical issue and was deprecated. Please update to 15.5.7 or higher.
15.5.2
Note: this release has a critical issue and was deprecated. Please update to 15.5.7 or higher.
15.5.1
Note: this release has a critical issue and was deprecated. Please update to 15.5.7 or higher.
15.5.0
Note: this release has a critical issue and was deprecated. Please update to 15.5.7 or higher.
Initial release.
Before 15.5.0
PropTypes was previously included in React, but is now a separate package. For earlier history of PropTypes see the React change log.
Last updated