v7.8.0-rc.0
Pre-release
Pre-release
·
1541 commits
to master
since this release
Added
- Add support for fragments to
react-in-jsx-scope(#1758) - Add support for Flow generic PropType to
require-default-props(#1724 @miziak) - Add component whitelist option to
forbid-component-props(#1732 @ThiefMaster) - Add support for React 16.3 lifecycle methods to
no-unused-prop-types(#1681 @bvaughn) - Add support for React 16.3 lifecycle methods to
sort-comp(#1767 @joe-denea) - Add support for React 16.3 lifecycle methods to
no-typos - Add support for
prevStateandnextStatetono-unused-state(#1759) - Add warnings for
componentWillMount,componentWillReceivePropsandcomponentWillUpdatelifecycle methods inno-deprecated(#1750 @sergei-startsev)
Fixed
- Fix
no-typosfalse positive on customPropTypeclasses (#1389 @brettdh) - Fix
boolean-prop-namingto handle required props (#1389 @louisscruz) - Fix
jsx-curly-brace-presenceto allow whitespace JSX container (#1717 @sharmilajesupaul) - Fix
jsx-no-bindto handle ternary conditions (#1722 @gwenaellarmet)
Changed
- Documentation improvements (#1699 @ronanmathew, #1743 @ybiquitous, #1753 @awthwathje, #1783 @chentsulin, #1703 @ferhatelmas)