Skip to content

Commit 3c46ddf

Browse files
committed
[meta] add missing unreleased changelog entries
1 parent 22cc878 commit 3c46ddf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
99
* [`button-has-type`]: support trivial ternary expressions ([#2748][] @Hypnosphi)
1010
* [`jsx-handler-names`]: add `checkInlineFunction` option ([#2761][] @dididy)
1111
* [`jsx-no-literals`]: add `noAttributeStrings` option ([#2782][] @TaLeaMonet)
12+
* [`prop-types`]: add support for `PropTypes.exact` ([#2740][] @jzabala)
13+
* [`jsx-filename-extension`]: Add allow option ([#2746][] @remcohaszing)
1214

1315
### Fixed
1416
* [`function-component-definition`]: ignore object properties ([#2771][] @stefan-wullems)
@@ -23,9 +25,13 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
2325
* [`jsx-props-no-multi-spaces`]: "Expected no line gap between" false positive ([#2792][] @karolina-benitez)
2426
* [`no-unknown-property`]: check attributes with any input case ([#2790][] @julienw)
2527
* [`prop-types`]/[`no-unused-prop-types`]: handle CallExpression in ReturnType ([#2802][] @hank121314)
28+
* [`jsx-uses-react`]: mark fragment variables as used ([#2775][] @remcohaszing)
29+
* [`no-unused-prop-types`]: improve component declared props detection ([#2755][] @jzabala)
30+
* [`jsx-props-no-multi-spaces`]: Show error in multi-line props ([#2756][] @iiison)
2631

2732
### Changed
2833
* [Tests] [`jsx-one-expression-per-line`]: add passing tests ([#2799][] @TaLeaMonet)
34+
* [Tests] [`prop-types`]: add test ([#2757][] @jzabala)
2935

3036
[#2802]: https://github.com/yannickcr/eslint-plugin-react/pull/2802
3137
[#2801]: https://github.com/yannickcr/eslint-plugin-react/pull/2801
@@ -38,12 +44,17 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
3844
[#2782]: https://github.com/yannickcr/eslint-plugin-react/pull/2782
3945
[#2780]: https://github.com/yannickcr/eslint-plugin-react/pull/2780
4046
[#2779]: https://github.com/yannickcr/eslint-plugin-react/pull/2779
47+
[#2775]: https://github.com/yannickcr/eslint-plugin-react/pull/2775
4148
[#2772]: https://github.com/yannickcr/eslint-plugin-react/pull/2772
4249
[#2771]: https://github.com/yannickcr/eslint-plugin-react/pull/2771
4350
[#2770]: https://github.com/yannickcr/eslint-plugin-react/pull/2770
4451
[#2767]: https://github.com/yannickcr/eslint-plugin-react/pull/2767
4552
[#2761]: https://github.com/yannickcr/eslint-plugin-react/pull/2761
53+
[#2757]: https://github.com/yannickcr/eslint-plugin-react/pull/2757
54+
[#2756]: https://github.com/yannickcr/eslint-plugin-react/pull/2756
4655
[#2748]: https://github.com/yannickcr/eslint-plugin-react/pull/2748
56+
[#2746]: https://github.com/yannickcr/eslint-plugin-react/pull/2746
57+
[#2740]: https://github.com/yannickcr/eslint-plugin-react/pull/2740
4758
[#1689]: https://github.com/yannickcr/eslint-plugin-react/pull/1689
4859

4960
## [7.20.6] - 2020.08.12

0 commit comments

Comments
 (0)