|
1 | 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` |
| 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 | 24 |
|
25 | 25 | ## 15.7.2
|
26 | 26 | * [Fix] ensure nullish values in `oneOf` do not crash ([#256](https://github.com/facebook/prop-types/issues/256))
|
|
0 commit comments