Skip to content

v1.5.11

Compare
Choose a tag to compare
@Rel1cx Rel1cx released this 08 May 05:38
· 1263 commits to main since this release
e417eb8

v1.5.11 (Wed 08 May 2024)

✨ New

  • Rule no-class-component rule now allows class components with a componentDidCatch method (Thanks to @christopher-buss).
  • Settings reactOptions now supports importSource to specify the import source for React (Thanks to @christopher-buss).

🗑️ Deprecations

  • Deprecate rule no-implicit-key because it is stylistic and opinionated.
  • Deprecate rule no-complicated-conditional-rendering because it is stylistic and opinionated.

🪄 Improvements

  • Refactor React pragma and import name retrieval utils to support custom import source.
  • Update @typescript-eslint's packages to 7.8.0.