@@ -3,36 +3,27 @@ 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.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
18
7
### Added
19
8
- Add Flow 0.53 support ([ #1376 ] [ ] @jseminck )
20
9
- Add [ ` jsx-curly-brace-presence ` ] [ ] rule ([ #1310 ] [ ] @jackyho112 )
21
10
- 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 )
23
12
- Add support for Flow ClassExpressions to [ ` prop-types ` ] [ ] ([ #1400 ] [ ] @jseminck )
24
13
- Add support for Flow read-only props to [ ` no-unused-prop-types ` ] [ ] ([ #1388 ] [ ] @jseminck )
25
14
- 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 )
26
16
27
17
### Fixed
28
18
- Fix [ ` no-unused-state ` ] [ ] to ignore computed property keys ([ #1361 ] [ ] @jackyho112 )
29
19
- Fix [ ` no-typos ` ] [ ] crash ([ #1406 ] [ ] @jseminck )
30
20
- 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
+
32
23
### Changed
33
- - Documentation improvements ([ #1392 ] [ ] @xcatliu , [ #1403 ] [ ] @piperchester )
24
+ - Documentation improvements ([ #1392 ] [ ] @xcatliu , [ #1403 ] [ ] @piperchester , [ # 1432 ] [ ] @ jneuendorf )
34
25
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
36
27
[ #1376 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1376
37
28
[ #1310 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1310
38
29
[ #1364 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1364
@@ -46,6 +37,9 @@ http://i.imgur.com/FcCq9m4.png
46
37
[ #1409 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1409
47
38
[ #1392 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1392
48
39
[ #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
49
43
50
44
## [ 7.3.0] - 2017-08-21
51
45
### Added
0 commit comments