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

Commit bdc31fa

Browse files
wojtekmajljharb
authored andcommitted
[meta] Fix formatting in CHANGELOG.md
1 parent f9d2c19 commit bdc31fa

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

CHANGELOG.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
## 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`
2424

2525
## 15.7.2
2626
* [Fix] ensure nullish values in `oneOf` do not crash ([#256](https://github.com/facebook/prop-types/issues/256))

0 commit comments

Comments
 (0)