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

Commit 3807e16

Browse files
committed
v15.7.0
1 parent 36f829e commit 3807e16

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 15.7.0
2+
* [New] Add `.elementType` ([#211](https://github.com/facebook/prop-types/pull/211))
3+
* [New] add `PropTypes.resetWarningCache` ([#178](https://github.com/facebook/prop-types/pull/178))
4+
* `oneOf`: improve warning when multiple arguments are supplied ([#244](https://github.com/facebook/prop-types/pull/244))
5+
* Fix `oneOf` when used with Symbols ([#224](https://github.com/facebook/prop-types/pull/224))
6+
* Avoid relying on `hasOwnProperty` being present on values' prototypes ([#112](https://github.com/facebook/prop-types/pull/112), [#187](https://github.com/facebook/prop-types/pull/187))
7+
* Improve readme ([#248](https://github.com/facebook/prop-types/pull/248), [#233](https://github.com/facebook/prop-types/pull/233))
8+
* Clean up mistaken runtime dep, swap envify for loose-envify ([#204](https://github.com/facebook/prop-types/pull/204))
9+
110
## 15.6.2
211
* Remove the `fbjs` dependency by inlining some helpers from it ([#194](https://github.com/facebook/prop-types/pull/194)))
312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prop-types",
3-
"version": "15.6.2",
3+
"version": "15.7.0",
44
"description": "Runtime type checking for React props and similar objects.",
55
"main": "index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)