@@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
5
5
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
+
6
30
## [ 7.8.2] - 2018-05-13
7
31
### Fixed
8
32
* 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
2205
2229
[ `no-this-in-sfc` ] : docs/rules/no-this-in-sfc.md
2206
2230
[ `jsx-sort-default-props` ] : docs/rules/jsx-sort-default-props.md
2207
2231
[ `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