Skip to content

Releases: jsx-eslint/eslint-plugin-react

v7.29.4

13 Mar 23:33
v7.29.4
73ad445
Compare
Choose a tag to compare

Fixed

v7.29.3

03 Mar 23:06
v7.29.3
7484aca
Compare
Choose a tag to compare

Fixed

v7.29.2

26 Feb 07:36
v7.29.2
e972bd7
Compare
Choose a tag to compare

v7.29.1

25 Feb 19:02
v7.29.1
7f44ecc
Compare
Choose a tag to compare

Fixed

v7.29.0

25 Feb 18:07
v7.29.0
ddcc5b3
Compare
Choose a tag to compare

Added

Fixed

Changed

New Contributors

Full Changelog: v7.28.0...v7.29.0

v7.28.0

05 Jan 06:33
v7.28.0
9be55ed
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.27.1...v7.28.0

v7.27.1

05 Jan 06:33
v7.27.1
94826da
Compare
Choose a tag to compare

What's Changed

  • [Fix] no-unused-class-component-methods: add getChildContext lifecycle method by @yoyo837 in #3136
  • [readme] fix syntax typo by @moselhy in #3141
  • [Fix] prop-types: fix false positives on renames in object destructuring by @golopot in #3142

New Contributors

Full Changelog: v7.27.0...v7.27.1

v7.27.0

05 Jan 06:33
v7.27.0
21e01b6
Compare
Choose a tag to compare

What's Changed

  • [New] add no-unused-class-component-methods by @pawelnvk in #2239
  • [New] Add no-arrow-function-lifecycle rule by @ngtan in #1980
  • [react/jsx-uses-vars]: False negative on HTML elements used in JSX by @karlhorky in #2916
  • [Fix] propTypes: add VoidFunctionComponent to react generic list by @vedadeepta in #3092
  • [Fix] no-arrow-function-lifecycle: prevent crashing on ClassProperty by @AriPerkkio in #3098
  • [Dev Deps] Upgrade eslint-plugin-eslint-plugin to v4 by @bmish in #3105
  • [Tests] use parsers.all + features to maximally repeat test cases across parsers, plus fixes by @ljharb in #3108
  • [Fix] display-name: unwrap TS as expressions by @ljharb in #3110
  • [Fix] no-unstable-components: improve handling of objects containing render functions by @fizwidget in #3111
  • [Fix] prop-types, propTypes: add forwardRef<>, ForwardRefRenderFunction<> prop-types by @vedadeepta in #3112
  • [Tests] test on the new babel eslint parser by @ljharb in #3113
  • [Dev Deps] update eslint-remote-tester by @AriPerkkio in #3118
  • [New] add no-invalid-html-attribute rule by @Nokel81 in #2863
  • [Dev Deps] update eslint-remote-tester-run-action by @AriPerkkio in #3120
  • [Fix] destructuring-assignment, component detection: improve component detection by @vedadeepta in #3122
  • [Docs] jsx-no-target-blank: adjust options description by @gebsh in #3124
  • [New] support eslint 8.x by @MichaelDeBoey in #3059

New Contributors

Full Changelog: v7.26.1...v7.27.0

v7.26.1

25 Oct 03:48
v7.26.1
119a7f3
Compare
Choose a tag to compare

What's Changed

  • Pin link to code in react-in-jsx-scope docs by @lencioni in #3081
  • [Docs] jsx-max-props-per-line: fix options example by @MrRaiter in #3083
  • [Fix] jsx-no-target-blank: improve error messages by @cutiful in #3088

New Contributors

Full Changelog: v7.26.0...v7.26.1

v7.26.0

28 Sep 19:39
v7.26.0
8cf47a8
Compare
Choose a tag to compare

Added

Fixed

Changed