@@ -3,6 +3,31 @@ 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.10.0] - 2018-06-24
7+ ### Added
8+ * Allow eslint ^5 ([ #1843 ] [ ] @papandreou , @ljharb )
9+ * [ ` no-unsafe ` ] [ ] rule ([ #1831 ] [ ] , [ #1830 ] [ ] @sergei-startsev )
10+ * [ ` no-will-update-set-state ` ] [ ] : Account for ` UNSAFE_ ` methods ([ #1845 ] [ ] , [ #1844 ] [ ] @alexzherdev )
11+
12+ ### Fixed
13+ * [ ` no-typos ` ] [ ] : Fix static propTypes handling ([ #1827 ] [ ] , [ #1677 ] [ ] @alexzherdev )
14+ * [ ` destructuring-assignment ` ] [ ] : Allow LHS ([ #1825 ] [ ] , [ #1728 ] [ ] @alexzherdev )
15+ * [ ` no-unused-prop-types ` ] [ ] : Fix crash when encountering mixed union and intersection flow types ([ #1806 ] [ ] @yannickcr )
16+
17+ ### Changed
18+ * Typo fixes in [ 'jsx-no-target-blank'] [ ] ([ #1805 ] [ ] @ferhatelmas ))
19+
20+ [ #1845 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1845
21+ [ #1844 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1844
22+ [ #1843 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1843
23+ [ #1831 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1831
24+ [ #1830 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1830
25+ [ #1825 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1825
26+ [ #1806 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1806
27+ [ #1805 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1805
28+ [ #1728 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1728
29+ [ #1677 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1677
30+
631## [ 7.9.1] - 2018-06-03
732* Nothing was fixed; this is a republish with some updated deps. ([ #1804 ] [ ] @ljharb )
833
@@ -2235,3 +2260,4 @@ If you're still not using React 15 you can keep the old behavior by setting the
22352260[ `jsx-sort-default-props` ] : docs/rules/jsx-sort-default-props.md
22362261[ `jsx-max-depth` ] : docs/rules/jsx-max-depth.md
22372262[ `jsx-props-no-multi-spaces` ] : docs/rules/jsx-props-no-multi-spaces.md
2263+ [ `no-unsafe` ] : docs/rules/no-unsafe.md
0 commit comments