Releases: jsx-eslint/eslint-plugin-react
Releases · jsx-eslint/eslint-plugin-react
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)
v3.0.0
Added
- Add jsx-no-duplicate-props rule (#161 @hummlas)
- Add allowMultiline option to the
jsx-curly-spacing
rule (#156 @mathieumg)
Breaking
- In
jsx-curly-spacing
braces spanning multiple lines are now allowed with never
option (#156 @mathieumg)
Fixed
- Fix multiple var and destructuring handling in
props-types
(#159)
- Fix crash when retrieving propType name (#163)
v2.7.1
Changed
- Update peerDependencies requirements (#154)
- Update codebase for ESLint v1.0.0
- Change oneOfType to actually keep the child types (#148 @CalebMorris)
- Documentation improvements (#147 @lencioni)
v2.7.0
Added
Fixed
- Fix properties limitations on propTypes (#139)
- Fix component detection (#144)