Releases: Rel1cx/eslint-react
Releases · Rel1cx/eslint-react
v0.9.5
v0.9.5 (Mon Dec 11 2023)
🪄 Improvements
- Improve rule
jsx/no-leaked-conditional-rendering
error marker position and range - Improve rule
react/no-missing-button-type
error marker position and range - Improve rule
react/no-missing-iframe-sandbox
error marker position and range - Improve rule
react/no-unsafe-iframe-sandbox
error marker position and range
v0.9.4
v0.9.3
v0.9.2
v0.9.2 (Wed Dec 6 2023)
✨ New
- Add rule
react/no-component-will-update
- Add rule
react/no-unsafe-component-will-update
- Add rule
react/no-component-will-receive-props
- Add rule
react/no-unsafe-component-will-receive-props
- Add rule
react/no-set-state-in-component-did-mount
- Add rule
react/no-set-state-in-component-did-update
- Add rule
react/no-set-state-in-component-will-update
v0.9.1
v0.9.0
v0.9.0 (Fri Dec 1 2023)
💥 Breaking Changes
@eslint-react/eslint-plugin-jsx
- Remove
allowExpressions
option from rulejsx/no-useless-fragment
- Remove
@eslint-react/jsx
- Remove
isFragmentWithOnlyTextAndIsNotChild
,isFragmentHasLessThanTwoChildren
,isFragmentWithSingleExpression
from@eslint-react/jsx
's API
- Remove
✨ New
- Add rule
react/no-redundant-should-component-update
🪄 Improvements
- Update Options of rule
jsx/no-useless-fragment
- Optimize bundle size