@@ -10,6 +10,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
10
10
* [ ` no-unknown-property ` ] : Allow crossOrigin on image tag (SVG) ([ #3251 ] [ ] @zpao )
11
11
* [ ` jsx-tag-spacing ` ] : Add ` multiline-always ` option ([ #3260 ] [ ] @Nokel81 )
12
12
* [ ` function-component-definition ` ] : replace ` var ` by ` const ` in certain situations ([ #3248 ] [ ] @JohnBerd @SimeonC )
13
+ * add [ ` jsx-no-leaked-render ` ] ([ #3203 ] [ ] @Belco90 )
13
14
14
15
### Fixed
15
16
* [ ` hook-use-state ` ] : Allow UPPERCASE setState setter prefixes ([ #3244 ] [ ] @duncanbeevers )
@@ -26,6 +27,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
26
27
* [ Refactor] [ ` no-deprecated ` ] : improve performance ([ #3271 ] [ ] @golopot )
27
28
* [ Refactor] [ ` no-did-mount-set-state ` ] , [ ` no-did-update-set-state ` ] , [ ` no-will-update-set-state ` ] : improve performance ([ #3272 ] [ ] @golopot )
28
29
* [ Refactor] improve performance by avoiding unnecessary ` Components.detect ` ([ #3273 ] [ ] @golopot )
30
+ * [ Refactor] add ` isParenthesized ` AST util ([ #3203 ] [ ] @Belco90 )
29
31
30
32
[ #3273 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3273
31
33
[ #3272 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3272
@@ -39,6 +41,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
39
41
[ #3258 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3258
40
42
[ #3254 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3254
41
43
[ #3251 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3251
44
+ [ #3203 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3203
42
45
[ #3248 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3248
43
46
[ #3244 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3244
44
47
[ #3235 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3235
@@ -3683,6 +3686,7 @@ If you're still not using React 15 you can keep the old behavior by setting the
3683
3686
[ `jsx-no-comment-textnodes` ] : docs/rules/jsx-no-comment-textnodes.md
3684
3687
[ `jsx-no-constructed-context-values` ] : docs/rules/jsx-no-constructed-context-values.md
3685
3688
[ `jsx-no-duplicate-props` ] : docs/rules/jsx-no-duplicate-props.md
3689
+ [ `jsx-no-leaked-render` ] : docs/rules/jsx-no-leaked-render.md
3686
3690
[ `jsx-no-literals` ] : docs/rules/jsx-no-literals.md
3687
3691
[ `jsx-no-script-url` ] : docs/rules/jsx-no-script-url.md
3688
3692
[ `jsx-no-target-blank` ] : docs/rules/jsx-no-target-blank.md
0 commit comments