v5.0.0
Added
Breaking
- Update rules for React 15:
- Add warnings for
LinkedStateMixin,ReactPerf.printDOMandReactPerf.getMeasurementsSummaryMapinno-deprecated - Allow stateless components to return
nullinprefer-stateless-function - Remove SVG attributes warnings (#490)
- Add warnings for
If you're still not using React 15 you can keep the old behavior by setting the React version to 0.14 in the shared settings.
Fixed
- Rewrite
require-render-returnrule (#542, #543) - Fix
prefer-stateless-functioncrash (#544) - Fix external propTypes handling (#545)
- Do not mark inline functions in JSX as components (#546)
Changed
- Update dependencies
- Documentation improvements