Releases: jsx-eslint/eslint-plugin-react
Releases · jsx-eslint/eslint-plugin-react
v1.6.0
Added
- Add
jsx-no-undef
rule
- Add
jsx-quotes
rule (#12)
- Add
@jsx
pragma support (#23)
Changed
- Allow
this.getState
references (not calls) in lifecycle methods (#22 @benmosher)
- Update dependencies
Fixed
- Fix
react-in-jsx-scope
in Node.js env
- Fix usage of propTypes with an external object (#9)
v1.5.0
Added
Fixed
- Fix
jsx-uses-react
for ESLint 0.17.0
v1.4.1
Fixed
- Fix
this.props.children
marked as missing in props validation (#7)
- Fix usage of
this.props
without property (#8)
v1.4.0
Added
Changed
- Update
prop-types
to check props usage insead of propTypes presence (#4)
v1.3.0
Added
- Add
no-did-mount-set-state
rule
- Add
no-did-update-set-state
rule
Changed
v1.2.2
Changed
Fixed
- Fix childs detection in
self-closing-comp
(#3)
v1.2.1
Changed
- Update Readme
- Update dependencies
- Update
wrap-multilines
and self-closing-comp
rules for ESLint 0.13.0
v1.2.0
Added
- Add
self-closing-comp
rule
Fixed
- Fix
display-name
and prop-types
rules
v1.1.0
Added
- Add
display-name
rule
- Add
wrap-multilines
rule
- Add rules documentation
- Add rules tests