Skip to content

Releases: jsx-eslint/eslint-plugin-react

v7.11.0

13 Aug 20:33
599c028
Compare
Choose a tag to compare

Added

Fixed

Changed

v7.10.0

25 Jun 20:38
157cc93
Compare
Choose a tag to compare

Added

Fixed

Changed

v7.9.1

04 Jun 04:41
ac10288
Compare
Choose a tag to compare

Nothing was fixed; this is a republish with some updated deps. (#1804 @ljharb)

v7.9.0

03 Jun 21:25
Compare
Choose a tag to compare

Added

Fixed

  • Fix static lifecycle methods validation in sort-comp (#1793 @lynxtaa)
  • Fix crash in no-typos when encountering anonymous react imports (#1796 @jsg2021)
  • Fix ESLint 3 support (#1779)

Changed

  • Documentation improvements (#1794 @lencioni)
  • Update Travis CI configuration to test on multiple ESLint verions

v7.8.2

13 May 13:49
Compare
Choose a tag to compare

Fixed

  • Fix crash in boolean-prop-naming when encountering a required shape prop type (#1791 @pcorpet)

v7.8.1

11 May 23:53
Compare
Choose a tag to compare

Fixed

  • Fix crash in no-deprecated when encountering a class constructor (#1785 @taddei)

v7.8.0

11 May 20:54
Compare
Choose a tag to compare

Added

  • Add support for fragments to react-in-jsx-scope (#1758)
  • Add support for Flow generic PropType to require-default-props (#1724 @miziak)
  • Add component whitelist option to forbid-component-props (#1732 @ThiefMaster)
  • Add support for React 16.3 lifecycle methods to no-unused-prop-types (#1681 @bvaughn)
  • Add support for React 16.3 lifecycle methods to sort-comp (#1767 @joe-denea)
  • Add support for React 16.3 lifecycle methods to no-typos
  • Add support for prevState and nextState to no-unused-state (#1759)
  • Add warnings for componentWillMount, componentWillReceiveProps and componentWillUpdate lifecycle methods in no-deprecated (#1750 @sergei-startsev)

Fixed

Changed

v7.8.0-rc.0

10 May 09:41
Compare
Choose a tag to compare
v7.8.0-rc.0 Pre-release
Pre-release

Added

  • Add support for fragments to react-in-jsx-scope (#1758)
  • Add support for Flow generic PropType to require-default-props (#1724 @miziak)
  • Add component whitelist option to forbid-component-props (#1732 @ThiefMaster)
  • Add support for React 16.3 lifecycle methods to no-unused-prop-types (#1681 @bvaughn)
  • Add support for React 16.3 lifecycle methods to sort-comp (#1767 @joe-denea)
  • Add support for React 16.3 lifecycle methods to no-typos
  • Add support for prevState and nextState to no-unused-state (#1759)
  • Add warnings for componentWillMount, componentWillReceiveProps and componentWillUpdate lifecycle methods in no-deprecated (#1750 @sergei-startsev)

Fixed

Changed

v7.7.0

20 Feb 08:03
abe8381
Compare
Choose a tag to compare

Added

Fixed

Changed

v7.6.1

29 Jan 07:22
f7441bb
Compare
Choose a tag to compare

Fixed