File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ 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
+
6
17
## [ 7.4.0-rc.0] - 2017-09-05
7
18
### Added
8
19
- Add Flow 0.53 support ([ #1376 ] [ ] @jseminck )
@@ -17,7 +28,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
17
28
- Fix [ ` no-unused-state ` ] [ ] to ignore computed property keys ([ #1361 ] [ ] @jackyho112 )
18
29
- Fix [ ` no-typos ` ] [ ] crash ([ #1406 ] [ ] @jseminck )
19
30
- Fix [ ` boolean-prop-naming ` ] [ ] crash ([ #1409 ] [ ] @EvHaus )
20
-
31
+ http://i.imgur.com/FcCq9m4.png
21
32
### Changed
22
33
- Documentation improvements ([ #1392 ] [ ] @xcatliu , [ #1403 ] [ ] @piperchester )
23
34
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.4.0-rc.0 " ,
3
+ "version" : " 7.4.0-rc.1 " ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments