File tree 2 files changed +12
-1
lines changed
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.
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.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
+
6
17
## [ 7.6.0] - 2018-01-25
7
18
### Added
8
19
* Add [ ` forbid-dom-props ` ] [ ] rule ([ #1562 ] [ ] @davazp )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.6.0 " ,
3
+ "version" : " 7.6.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