Releases: jsx-eslint/eslint-plugin-react
Releases · jsx-eslint/eslint-plugin-react
v3.4.1
16 Sep 22:50
Compare
Sorry, something went wrong.
No results found
Fixed
Fix jsx-quotes
rule deprecation message (#220 )
v3.4.0
16 Sep 16:43
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added
Changed
Fixed
Fix crash on propTypes declarations with an empty body (#193 @mattyod )
v3.2.3
16 Aug 14:15
Compare
Sorry, something went wrong.
No results found
v3.2.2
11 Aug 10:02
Compare
Sorry, something went wrong.
No results found
Changed
Remove peerDependencies (#178 )
v3.2.1
07 Aug 23:34
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added
Changed
Fixed
Fix object access in jsx-no-undef
(#172 )
v3.1.0
03 Aug 18:38
Compare
Sorry, something went wrong.
No results found
Added
Changed
Update dependencies
Documentation improvements (#167 @ngbrown )
Fixed
Fix comment handling in jsx-curly-spacing
(#165 )