Releases: jsx-eslint/eslint-plugin-react
Releases · jsx-eslint/eslint-plugin-react
v3.4.1
Fixed
- Fix
jsx-quotes
rule deprecation message (#220)
v3.4.0
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
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
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
Added
Changed
Fixed
- Fix crash on propTypes declarations with an empty body (#193 @mattyod)
v3.2.2
Changed
- Remove peerDependencies (#178)
v3.2.1
Fixed
- Fix crash when propTypes don't have any parent (#182)
- Fix jsx-no-literals reporting errors outside JSX (#183 @CalebMorris)
v3.2.0
Added
Changed
Fixed
- Fix object access in
jsx-no-undef
(#172)
v3.1.0
Added
Changed
- Update dependencies
- Documentation improvements (#167 @ngbrown)
Fixed
- Fix comment handling in
jsx-curly-spacing
(#165)