File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,15 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
10
10
* [ ` hook-use-state ` ] : add ` allowDestructuredState ` option ([ #3449 ] [ ] @ljharb )
11
11
* add [ ` sort-default-props ` ] and deprecate [ ` jsx-sort-default-props ` ] ([ #1861 ] [ ] @alexzherdev )
12
12
13
+ [ #3449 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3449
14
+ [ #3424 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3429
15
+ [ #1861 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/1861
16
+
13
17
### Fixed
14
18
* [ ` no-unknown-property ` ] : allow ` allowFullScreen ` on ` iframe ` ([ #3455 ] [ ] @almeidx )
15
19
20
+ [ 7.31.10 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.9...v7.31.10
16
21
[ #3455 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3455
17
- [ #3449 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3449
18
- [ #3424 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3429
19
- [ #1861 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/1861
20
22
21
23
## [ 7.31.9] - 2022.10.09
22
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.31.9 " ,
3
+ "version" : " 7.31.10 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
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