Releases: jsx-eslint/eslint-plugin-react
Releases · jsx-eslint/eslint-plugin-react
v2.5.0
03 Jun 23:16
Compare
Sorry, something went wrong.
No results found
Added
Add option to make wrap-multilines
more granular (#94 @PiPeep)
Changed
v2.4.0
03 Jun 23:16
Compare
Sorry, something went wrong.
No results found
Added
Changed
Fixed
Fix itemID in no-unknown-property
rule (#85 @cody )
Fix license field in package.json (#90 @zertosh )
Fix usage of contructor in sort-comp
options (#88 )
v2.3.0
14 May 18:37
Compare
Sorry, something went wrong.
No results found
Added
Add sort-comp
rule (#39 )
Add allow-in-func
option to no-did-mount-set-state
(#56 )
Changed
Update dependencies
Improve errors locations for prop-types
Fixed
Fix quoted propTypes in ES6 (#77 )
v2.2.0
21 Apr 22:40
Compare
Sorry, something went wrong.
No results found
Added
Changed
Fixed
Fix variables marked as used when a prop has the same name (#69 @burnnat )
v2.1.1
16 Apr 23:41
Compare
Sorry, something went wrong.
No results found
Added
Add support for classes static properties (#43 )
Add tests for the babel-eslint
parser
Add ESLint as peerDependency (#63 @AlexKVal )
Changed
v2.1.0
06 Apr 21:25
Compare
Sorry, something went wrong.
No results found
Added
Add jsx-boolean-value
rule (#11 )
Add support for static methods in display-name
and prop-types
(#48 )
Changed
Update jsx-sort-props
to reset the alphabetical verification on spread (#47 @zertosh )
Update jsx-uses-vars
to be enabled by default (#49 @banderson )
Fixed
Fix describing comment for hasSpreadOperator() method (#53 @AlexKVal )
v2.0.2
30 Mar 23:50
Compare
Sorry, something went wrong.
No results found
Fixed
Fix ignore rest spread when destructuring props (#46 )
Fix component detection in prop-types
and display-name
(#45 )
Fix spread handling in jsx-sort-props
(#42 @zertosh )
v2.0.1
29 Mar 23:20
Compare
Sorry, something went wrong.
No results found
Fixed
Fix props detection when used in an object (#41 )
v2.0.0
29 Mar 23:19
Compare
Sorry, something went wrong.
No results found
Added
Add jsx-sort-props
rule (#16 )
Add no-unknown-property
rule (#28 )
Add ignore option to prop-types
rule
Changed
Breaking
In prop-types
the children prop is no longer ignored
Fixed
Fix components are now detected when using ES6 classes (#24 )
Fix prop-types
now return the right line/column (#33 )
Fix props are now detected when destructuring (#27 )
Fix only check for computed property names in prop-types
(#36 @burnnat )
v1.6.1
29 Mar 23:16
Compare
Sorry, something went wrong.
No results found
Changed
Update jsx-quotes
documentation
Fixed
Fix jsx-no-undef
with babel-eslint
(#30 )
Fix jsx-quotes
on Literal childs (#29 )