v1.5.11 (Wed 08 May 2024)
✨ New
- Rule
no-class-componentrule now allows class components with acomponentDidCatchmethod (Thanks to @christopher-buss) - Settings
reactOptionsnow supportsimportSourceto specify the import source for React (Thanks to @christopher-buss)
🗑️ Deprecations
- Deprecate rule
no-implicit-keybecause it is stylistic and opinionated - Deprecate rule
no-complicated-conditional-renderingbecause it is stylistic and opinionated
🪄 Improvements
- Refactor React pragma and import name retrieval utils to support custom import source
- Update
@typescript-eslint's packages to7.8.0