File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
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.6.1] - 2018-01-28
7+ ### Fixed
8+ * Flow: fix crash in [ ` prop-types ` ] [ ] with recursive type annotations ([ #1653 ] [ ] @jetpacmonkey )
9+ * Fix [ ` no-unknown-property ` ] [ ] to properly recognize ` crossOrigin ` instead of ` crossorigin ` , and allow it on ` link ` tags. ([ #1659 ] [ ] @jzDev )
10+ * Fix [ ` no-access-state-in-setstate ` ] [ ] to handle object spread ([ #1657 ] [ ] @ljharb )
11+
12+ [ 7.6.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.6.0...v7.6.1
13+ [ #1659 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1659
14+ [ #1657 ] : https://github.com/yannickcr/eslint-plugin-react/issue/1657
15+ [ #1653 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1653
16+
617## [ 7.6.0] - 2018-01-25
718### Added
819* Add [ ` forbid-dom-props ` ] [ ] rule ([ #1562 ] [ ] @davazp )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.6.0 " ,
3+ "version" : " 7.6.1 " ,
44 "author" :
" Yannick Croissant <[email protected] >" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments