@@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
55
6+ ## [ 7.9.0]  - 2018-06-03 
7+ ### Added  
8+ *  Add [ ` jsx-props-no-multi-spaces ` ] [ ]  rule ([ #1755  ] [ ]  @ThiefMaster  )
9+ *  Add ` first `  option to [ ` jsx-indent-props ` ] [ ]  ([ #398  ] [ ]  @ThiefMaster  )
10+ *  Add ` enforceDynamicLinks `  option to [ ` jsx-no-target-blank ` ] [ ]  ([ #1737  ] [ ]  @kenearley  )
11+ 
12+ ### Fixed  
13+ *  Fix static lifecycle methods validation in [ ` sort-comp ` ] [ ]  ([ #1793  ] [ ]  @lynxtaa  )
14+ *  Fix crash in [ ` no-typos ` ] [ ]  when encountering anonymous react imports ([ #1796  ] [ ]  @jsg2021  )
15+ *  Fix ESLint 3 support ([ #1779  ] [ ] )
16+ 
17+ ### Changed  
18+ *  Documentation improvements ([ #1794  ] [ ]  @lencioni  )
19+ *  Update Travis CI configuration to test on multiple ESLint verions
20+ 
21+ [ 7.9.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.2...v7.9.0 
22+ [ #1755 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1755 
23+ [ #398 ] : https://github.com/yannickcr/eslint-plugin-react/issues/398 
24+ [ #1737 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1737 
25+ [ #1793 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1793 
26+ [ #1796 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1796 
27+ [ #1779 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1779 
28+ [ #1794 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1794 
29+ 
630## [ 7.8.2]  - 2018-05-13 
731### Fixed  
832*  Fix crash in [ ` boolean-prop-naming ` ] [ ]  when encountering a required shape prop type ([ #1791  ] [ ]  @pcorpet  )
@@ -2205,3 +2229,4 @@ If you're still not using React 15 you can keep the old behavior by setting the
22052229[ `no-this-in-sfc` ] : docs/rules/no-this-in-sfc.md 
22062230[ `jsx-sort-default-props` ] : docs/rules/jsx-sort-default-props.md 
22072231[ `jsx-max-depth` ] : docs/rules/jsx-max-depth.md 
2232+ [ `jsx-props-no-multi-spaces` ] : docs/rules/jsx-props-no-multi-spaces.md 
0 commit comments