File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55
66## Unreleased
77
8+ ## [ 7.31.7] - 2022.09.05
9+
810### Fixed
911* [ ` no-unknown-property ` ] : avoid warning on ` fbt ` nodes entirely ([ #3391 ] [ ] @ljharb )
1012* [ ` no-unknown-property ` ] : add ` download ` property support for ` a ` and ` area ` ([ #3394 ] [ ] @HJain13 )
@@ -18,6 +20,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1820* [ ` no-unknown-property ` ] : React lowercases ` data- ` attrs ([ #3395 ] [ ] @ljharb )
1921* [ ` no-unknown-property ` ] : add ` valign ` on table components ([ #3389 ] [ ] @ljharb )
2022
23+ [ 7.31.7 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.6...v7.31.7
2124[ #3407 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3407
2225[ #3406 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3406
2326[ #3405 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3405
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.31.6 " ,
3+ "version" : " 7.31.7 " ,
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