File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 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
66
77## Unreleased
88
9+ ## [ 7.36.0] - 2024.09.12
10+
911### Added
1012* [ ` no-string-refs ` ] : allow this.refs in > 18.3.0 ([ #3807 ] [ ] @henryqdineen )
1113* [ ` 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
2325* [ types] add jsdoc type annotations ([ #3731 ] [ ] @y-hsgw )
2426* [ Tests] ` button-has-type ` : add test case with spread ([ #3731 ] [ ] @y-hsgw )
2527
28+ [ 7.36.0 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.2...v7.36.0
2629[ #3799 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3799
2730[ #3632 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3632
28-
2931[ #3812 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3812
3032[ #3731 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3731
3133[ #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
3840### Fixed
3941* [ ` jsx-curly-brace-presence ` ] : avoid autofixing attributes with double quotes to a double quoted attribute ([ #3814 ] [ ] @ljharb )
4042
43+ [ 7.35.2 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.1...v7.35.2
4144[ #3814 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3814
4245
4346## [ 7.35.1] - 2024.09.02
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.35.2 " ,
3+ "version" : " 7.36.0 " ,
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments