Skip to content

Releases: jsx-eslint/eslint-plugin-react

v7.21.4

19 Oct 23:39
v7.21.4
632639b
Compare
Choose a tag to compare
v7.21.4

v7.20.0

13 May 03:15
25bf6cc
Compare
Choose a tag to compare

Added

Fixed

Docs

Changed

  • [Deps] Move "semver" to devDependencies (#2595 @rajivshah3)
  • [eslint] remove operator-linebreak override (#2578 @golopot)
  • [Tests] button-has-type: ensure no mistakenly allowed identifiers named button/submit/reset (#2625 @golopot)
  • [Tests] displayName: add a test case (#2593 @golopot)
  • [Dev Deps] update @types/eslint, @types/estree, @types/node, @typescript-eslint/parser, coveralls, eslint-config-airbnb-base, eslint-plugin-import, typescript

v7.17.0

29 Nov 07:21
027ebd9
Compare
Choose a tag to compare

Added

Fixed

Changed

v7.16.0

29 Nov 06:44
fb3210b
Compare
Choose a tag to compare

Added

Fixed

v7.15.1

29 Nov 06:43
e336aef
Compare
Choose a tag to compare

Fixed

Changed

v7.15.0

29 Nov 06:42
b45219a
Compare
Choose a tag to compare

Added

Fixed

Changed

v7.14.3

22 Jul 22:31
Compare
Choose a tag to compare

Fixed

  • Fix prop-types to ignore validation when Flow indexers are used (#2330 @yannickcr)
  • Fix error being thrown after the first warning when react version cannot be detected (#2336 @abhishekdev)
  • Fix component detection when memo and forwardRef are used together (#2349 @yannickcr)

Changed

v7.14.2

24 Jun 20:39
Compare
Choose a tag to compare

Fixed

v7.14.1

24 Jun 11:18
Compare
Choose a tag to compare

Fixed

  • Fix prop-types crash on multiple destructuring (#2319 @golopot)

v7.14.0

23 Jun 21:47
Compare
Choose a tag to compare

Added

Fixed

  • Fix no-did-mount-set-state and no-did-update-set-state to handle cDU and cDM defined as class properties (#1595 @jaaberg)
  • Fix sort-prop-types cash when a shape PropType is defined in a variable (#1749 @alexzherdev)
  • Fix no-unused-state false positive when using state of non-lifecycle method (#2274 @golopot)
  • Fix static-property-placement false positive when accessing static property inside method (#2283 @dmason30)
  • Fix prop-type detection for annotated props with default value (#2298 @yannickcr)

Changed