File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 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.
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+
617## [ 7.4.0-rc.0] - 2017-09-05
718### Added
819- Add Flow 0.53 support ([ #1376 ] [ ] @jseminck )
@@ -17,7 +28,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1728- Fix [ ` no-unused-state ` ] [ ] to ignore computed property keys ([ #1361 ] [ ] @jackyho112 )
1829- Fix [ ` no-typos ` ] [ ] crash ([ #1406 ] [ ] @jseminck )
1930- Fix [ ` boolean-prop-naming ` ] [ ] crash ([ #1409 ] [ ] @EvHaus )
20-
31+ http://i.imgur.com/FcCq9m4.png
2132### Changed
2233- Documentation improvements ([ #1392 ] [ ] @xcatliu , [ #1403 ] [ ] @piperchester )
2334
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.4.0-rc.0 " ,
3+ "version" : " 7.4.0-rc.1 " ,
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments