Commit f25251f 1 parent ceb73fe commit f25251f Copy full SHA for f25251f
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
6
6
7
7
## Unreleased
8
8
9
+ ## [ 7.36.0] - 2024.09.12
10
+
9
11
### Added
10
12
* [ ` no-string-refs ` ] : allow this.refs in > 18.3.0 ([ #3807 ] [ ] @henryqdineen )
11
13
* [ ` jsx-no-literals ` ] Add ` elementOverrides ` option and the ability to ignore this rule on specific elements ([ #3812 ] [ ] @Pearce-Ropion )
@@ -23,9 +25,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
23
25
* [ types] add jsdoc type annotations ([ #3731 ] [ ] @y-hsgw )
24
26
* [ Tests] ` button-has-type ` : add test case with spread ([ #3731 ] [ ] @y-hsgw )
25
27
28
+ [ 7.36.0 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.2...v7.36.0
26
29
[ #3799 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3799
27
30
[ #3632 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3632
28
-
29
31
[ #3812 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3812
30
32
[ #3731 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3731
31
33
[ #3694 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3667
@@ -38,6 +40,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
38
40
### Fixed
39
41
* [ ` jsx-curly-brace-presence ` ] : avoid autofixing attributes with double quotes to a double quoted attribute ([ #3814 ] [ ] @ljharb )
40
42
43
+ [ 7.35.2 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.1...v7.35.2
41
44
[ #3814 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3814
42
45
43
46
## [ 7.35.1] - 2024.09.02
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.35.2 " ,
3
+ "version" : " 7.36.0 " ,
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