Skip to content

Commit b42e4f0

Browse files
committed
Merge remote-tracking branch 'origin/new_rule-jsx-no-leaked-zero' into new_rule-jsx-no-leaked-zero
2 parents a5f2290 + 6b7b191 commit b42e4f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1010
* [`no-unknown-property`]: Allow crossOrigin on image tag (SVG) ([#3251][] @zpao)
1111
* [`jsx-tag-spacing`]: Add `multiline-always` option ([#3260][] @Nokel81)
1212
* [`function-component-definition`]: replace `var` by `const` in certain situations ([#3248][] @JohnBerd @SimeonC)
13+
* add [`jsx-no-leaked-render`] ([#3203][] @Belco90)
1314

1415
### Fixed
1516
* [`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
2627
* [Refactor] [`no-deprecated`]: improve performance ([#3271][] @golopot)
2728
* [Refactor] [`no-did-mount-set-state`], [`no-did-update-set-state`], [`no-will-update-set-state`]: improve performance ([#3272][] @golopot)
2829
* [Refactor] improve performance by avoiding unnecessary `Components.detect` ([#3273][] @golopot)
30+
* [Refactor] add `isParenthesized` AST util ([#3203][] @Belco90)
2931

3032
[#3273]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3273
3133
[#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
3941
[#3258]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3258
4042
[#3254]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3254
4143
[#3251]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3251
44+
[#3203]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3203
4245
[#3248]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3248
4346
[#3244]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3244
4447
[#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
36833686
[`jsx-no-comment-textnodes`]: docs/rules/jsx-no-comment-textnodes.md
36843687
[`jsx-no-constructed-context-values`]: docs/rules/jsx-no-constructed-context-values.md
36853688
[`jsx-no-duplicate-props`]: docs/rules/jsx-no-duplicate-props.md
3689+
[`jsx-no-leaked-render`]: docs/rules/jsx-no-leaked-render.md
36863690
[`jsx-no-literals`]: docs/rules/jsx-no-literals.md
36873691
[`jsx-no-script-url`]: docs/rules/jsx-no-script-url.md
36883692
[`jsx-no-target-blank`]: docs/rules/jsx-no-target-blank.md

0 commit comments

Comments
 (0)