@@ -3,36 +3,27 @@ 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.4.0-rc.1] - 2017-09-12
7- ### Added
8- - Add support for increment and decrement operations to [ ` no-direct-mutation-state ` ] [ ] ([ #1386 ] [ ] @zpao )
9-
10- ### Fixed
11- - Fix [ ` prop-types ` ] [ ] and [ ` no-unused-prop-types ` ] [ ] crash with IntersectionTypeAnnotation ([ #1413 ] [ ] @jseminck )
12-
13- [ 7.4.0-rc.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.4.0-rc.0...v7.4.0-rc.1
14- [ #1386 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1386
15- [ #1413 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1413
16-
17- ## [ 7.4.0-rc.0] - 2017-09-05
6+ ## [ 7.4.0] - 2017-09-24
187### Added
198- Add Flow 0.53 support ([ #1376 ] [ ] @jseminck )
209- Add [ ` jsx-curly-brace-presence ` ] [ ] rule ([ #1310 ] [ ] @jackyho112 )
2110- Add support for Flow IntersectionTypeAnnotation to [ ` prop-types ` ] [ ] and [ ` no-unused-prop-types ` ] [ ] ([ #1364 ] [ ] [ #1323 ] [ ] @jseminck )
22- - Add support for Flow TypedArgument to [ ` no-unsed -prop-types ` ] [ ] ([ #1412 ] [ ] @jseminck )
11+ - Add support for Flow TypedArgument to [ ` no-unused -prop-types ` ] [ ] ([ #1412 ] [ ] @jseminck )
2312- Add support for Flow ClassExpressions to [ ` prop-types ` ] [ ] ([ #1400 ] [ ] @jseminck )
2413- Add support for Flow read-only props to [ ` no-unused-prop-types ` ] [ ] ([ #1388 ] [ ] @jseminck )
2514- Add more tests for [ ` prop-types ` ] [ ] and [ ` no-unused-prop-types ` ] [ ] ([ #1381 ] [ ] @DianaSuvorova )
15+ - Add support for increment and decrement operations to [ ` no-direct-mutation-state ` ] [ ] ([ #1386 ] [ ] @zpao )
2616
2717### Fixed
2818- Fix [ ` no-unused-state ` ] [ ] to ignore computed property keys ([ #1361 ] [ ] @jackyho112 )
2919- Fix [ ` no-typos ` ] [ ] crash ([ #1406 ] [ ] @jseminck )
3020- Fix [ ` boolean-prop-naming ` ] [ ] crash ([ #1409 ] [ ] @EvHaus )
31- http://i.imgur.com/FcCq9m4.png
21+ - Fix [ ` prop-types ` ] [ ] and [ ` no-unused-prop-types ` ] [ ] crash with IntersectionTypeAnnotation ([ #1413 ] [ ] @jseminck )
22+
3223### Changed
33- - Documentation improvements ([ #1392 ] [ ] @xcatliu , [ #1403 ] [ ] @piperchester )
24+ - Documentation improvements ([ #1392 ] [ ] @xcatliu , [ #1403 ] [ ] @piperchester , [ # 1432 ] [ ] @ jneuendorf )
3425
35- [ 7.4.0-rc.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.3.0...v7.4.0-rc .0
26+ [ 7.4.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.3.0...v7.4.0
3627[ #1376 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1376
3728[ #1310 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1310
3829[ #1364 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1364
@@ -46,6 +37,9 @@ http://i.imgur.com/FcCq9m4.png
4637[ #1409 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1409
4738[ #1392 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1392
4839[ #1403 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1403
40+ [ #1386 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1386
41+ [ #1413 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1413
42+ [ #1432 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1432
4943
5044## [ 7.3.0] - 2017-08-21
5145### Added
0 commit comments