Skip to content

Releases: jsx-eslint/eslint-plugin-react

v3.4.1

16 Sep 22:50
Compare
Choose a tag to compare

Fixed

  • Fix jsx-quotes rule deprecation message (#220)

v3.4.0

16 Sep 16:43
Compare
Choose a tag to compare

Added

  • Add namespaced JSX support to jsx-no-undef (#219 @zertosh)
  • Add option to jsx-closing-bracket-location to configure different styles for self-closing and non-empty tags (#208 @evocateur)

Deprecated

  • Deprecate jsx-quotes rule, will now trigger a warning if used (#217)

v3.3.2

09 Sep 22:42
Compare
Choose a tag to compare

Changed

  • Add state in lifecycle methods for sort-comp rule (#197 @mathieudutour)
  • Treat component with render which returns createElement as valid (#206 @epmatsw)

Fixed

  • Fix allowed methods on arrayOf in prop-types (#146)
  • Fix default configuration for jsx-boolean-value (#210)

v3.3.1

31 Aug 23:26
Compare
Choose a tag to compare

Changed

  • Update dependencies
  • Update changelog to follow the Keep a CHANGELOG standards
  • Documentation improvements (#198 @lencioni)

Fixed

  • Fix jsx-closing-bracket-location for multiline props (#199)

v3.3.0

26 Aug 15:31
Compare
Choose a tag to compare

Added

Changed

  • Update dependencies

Fixed

  • Fix crash on propTypes declarations with an empty body (#193 @mattyod)

v3.2.3

16 Aug 14:15
Compare
Choose a tag to compare

Changed

  • Update dependencies

Fixed

v3.2.2

11 Aug 10:02
Compare
Choose a tag to compare

Changed

  • Remove peerDependencies (#178)

v3.2.1

07 Aug 23:34
Compare
Choose a tag to compare

Fixed

  • Fix crash when propTypes don't have any parent (#182)
  • Fix jsx-no-literals reporting errors outside JSX (#183 @CalebMorris)

v3.2.0

04 Aug 00:36
Compare
Choose a tag to compare

Added

Changed

  • Update dependencies

Fixed

  • Fix object access in jsx-no-undef (#172)

v3.1.0

03 Aug 18:38
Compare
Choose a tag to compare

Added

Changed

  • Update dependencies
  • Documentation improvements (#167 @ngbrown)

Fixed

  • Fix comment handling in jsx-curly-spacing (#165)