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

Commit 307a0f5

Browse files
committed
v15.8.0
1 parent aa90f53 commit 307a0f5

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 15.8.0
2+
[New] add `PropTypes.bigint` (#365)
3+
[New] `oneOfType`: Add expected types to warning (#198)
4+
[New] Add type check for validator for 'shape' and 'exact' (#234)
5+
[Fix] `checkPropTypes`: Friendlier message when using a type checker that is not a function (#51)
6+
[Refactor] extract `has` (#261, #125, #124)
7+
[readme] Fix branch name (master -> main) (#364)
8+
[readme] Clarify usage of `elementType` (#335)
9+
[docs] highlighted the func name (#321)
10+
[docs] Typo fix in example (#300)
11+
[docs] Add instructions for intentional inclusion of validation in production. (#262)
12+
[docs] `PropTypes.node`: add link to react docs
13+
[docs] Improve wording for `checkPropTypes` (#258)
14+
[meta] Add a package `sideEffects` field. (#350)
15+
[meta] use `in-publish` to avoid running the build on install
16+
[deps] regenerate yarn.lock
17+
[deps] update `react-is` (#347, #346, #345, #340, #338)
18+
[eslint] enable some rules (#360)
19+
[Tests] Use GH Actions (#363)
20+
[Tests] Fix spelling (#318)
21+
[Tests] Fixed typo: 'Any type *should* accept any value' (#281)
22+
[Tests] fix broken tests; test the build process
23+
[Dev Deps] update `browserify`, `bundle-collapser`, `eslint`, `in-publish`, `react`, `uglifyify`, `uglifyjs`
24+
125
## 15.7.2
226
* [Fix] ensure nullish values in `oneOf` do not crash ([#256](https://github.com/facebook/prop-types/issues/256))
327
* [Fix] move `loose-envify` back to production deps, for browerify usage ([#203](https://github.com/facebook/prop-types/issues/203))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prop-types",
3-
"version": "15.7.2",
3+
"version": "15.8.0",
44
"description": "Runtime type checking for React props and similar objects.",
55
"sideEffects": false,
66
"main": "index.js",

0 commit comments

Comments
 (0)