@@ -3,6 +3,60 @@ 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.11.0]  - 2018-08-13 
7+ ### Added  
8+ *  [ ` jsx-one-expression-per-line ` ] [ ] : add "allow" option ([ #1924  ] [ ] , @alexzherdev  )
9+ *  [ ` sort-prop-types ` ] [ ] : add autofix ([ #1891  ] [ ] , @finnp  )
10+ *  [ ` jsx-no-bind ` ] [ ] : Add ignoreDOMComponents option ([ #1868  ] [ ] , @alexzherdev  )
11+ *  Output a warning if React version is missing in settings ([ #1857  ] [ ] , @alexzherdev  )
12+ 
13+ ### Fixed  
14+ *  [ ` destructuring-assignment ` ] [ ] : Ignore class properties ([ #1909  ] [ ] , @alexzherdev  )
15+ *  [ ` destructuring-assignment ` ] [ ] , component detection: ignore components with confidence = 0 ([ #1907  ] [ ] , @alexzherdev  )
16+ *  [ ` boolean-prop-naming ` ] [ ] : Handle inline Flow type ([ #1905  ] [ ] , @alexzherdev  )
17+ *  [ ` jsx-props-no-multi-spaces ` ] [ ] : Handle member expressions ([ #1890  ] [ ] , @alexzherdev  )
18+ *  [ ` sort-comp ` ] [ ] : Allow methods to belong to any matching group ([ #1858  ] [ ] , @nosilleg  )
19+ *  [ ` jsx-sort-props ` ] [ ] : Fix ` reservedFirst `  ([ #1883  ] [ ] , @fleischie  )
20+ *  [ ` prop-types ` ] [ ] : (flow) Stop crashing on undefined or null properties ([ #1860  ] [ ] , @nicholas-l  )
21+ *  [ ` no-unknown-property ` ] [ ] : Make attribute "charset" valid ([ #1863  ] [ ] , @silvenon  )
22+ *  [ ` no-deprecated ` ] [ ] : report identifier AST node instead of the class node ([ #1854  ] [ ] , @jsnajdr  )
23+ *  [ ` button-has-type ` ] [ ] : Account for pragma ([ #1851  ] [ ] , @alexzherdev  )
24+ *  [ ` button-has-type ` ] [ ] : improve error message when an identifier is used as the value ([ #1874  ] [ ] , @ljharb  )
25+ *  support JSXText nodes alongside Literal nodes (@ljharb  )
26+ 
27+ ### Changed  
28+ *  Extract propTypes detection code ([ #1911  ] [ ] , @alexzherdev  )
29+ *  Fix broken links in changelog ([ #1849  ] [ ] , @alexzherdev  )
30+ *  [ ` no-unused-state ` ] [ ] : combine spread visitors (@ljharb  )
31+ *  [ ` jsx-one-expression-per-line ` ] [ ] : Fix JSX Syntax in docs ([ #1867  ] [ ] , @peter-mouland  )
32+ *  [ ` jsx-max-depth ` ] [ ] , [ ` jsx-sort-default-props ` ] [ ] : add missing docs urls ([ #1880  ] [ ] , @flyerhzm  )
33+ *  [ ` jsx-indent ` ] [ ] : add test cases ([ #1892  ] [ ] , @alexzherdev  )
34+ *  [ ` prop-types ` ] [ ] : add test cases ([ #1898  ] [ ] , @alexzherdev  )
35+ *  Add a helper function for determining function-like expressions ([ #1914  ] [ ] , @alexzherdev  )
36+ *  [ ` jsx-props-no-multi-spaces ` ] [ ] : update docs ([ #1918  ] [ ] , @
37+ 
38+ [ #1924 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1924 
39+ [ #1914 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1914 
40+ [ #1911 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1911 
41+ [ #1909 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1909 
42+ [ #1907 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1907 
43+ [ #1905 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1905 
44+ [ #1898 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1898 
45+ [ #1892 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1892 
46+ [ #1891 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1891 
47+ [ #1883 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1883 
48+ [ #1880 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1880 
49+ [ #1874 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1874 
50+ [ #1868 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1868 
51+ [ #1867 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1867 
52+ [ #1863 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1863 
53+ [ #1860 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1860 
54+ [ #1858 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1858 
55+ [ #1857 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1857 
56+ [ #1854 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1854 
57+ [ #1851 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1851 
58+ [ #1849 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1849 
59+ 
660## [ 7.10.0]  - 2018-06-24 
761### Added  
862*  Allow eslint ^5 ([ #1843  ] [ ]  @papandreou  , @ljharb  )
0 commit comments