File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed
apps/website/content/docs Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1- ## v2.0.7 (2025-10-13)
1+ ## v2.1.0 (2025-10-13)
22
33### ✨ New
44
55- Add ` strict ` , ` strict-typescript ` , and ` strict-type-checked ` presets by @Rel1cx
66- Add ` no-deprecated ` preset to enable all rules that report deprecated React APIs by @Rel1cx
77
8+ ### 🐞 Fixes
9+
10+ - fix: disallow extra properties in rule options by @andreww2012 in https://github.com/Rel1cx/eslint-react/pull/1263
11+
812### 🪄 Improvements
913
1014- Move some rules from ` recommended ` presets to ` strict ` presets by @Rel1cx , closes #1262
1822 - ` react-dom/no-unsafe-target-blank `
1923- Change ` typescript ` peer dependency version range from ` ^5.9.2 ` to ` ^5 ` by @Rel1cx
2024
21- ** Full Changelog** : https://github.com/Rel1cx/eslint-react/compare/v2.0.6...v2.0.7
25+ ## New Contributors
26+
27+ - @andreww2012 made their first contribution in https://github.com/Rel1cx/eslint-react/pull/1263
28+
29+ ** Full Changelog** : https://github.com/Rel1cx/eslint-react/compare/v2.0.6...v2.1.0
2230
2331## v2.0.6 (2025-10-03)
2432
Original file line number Diff line number Diff line change 22title : Changelog
33---
44
5- ## v2.0.7 (2025-10-13)
5+ ## v2.1.0 (2025-10-13)
66
77### ✨ New
88
99- Add ` strict ` , ` strict-typescript ` , and ` strict-type-checked ` presets by @Rel1cx
1010- Add ` no-deprecated ` preset to enable all rules that report deprecated React APIs by @Rel1cx
1111
12+ ### 🐞 Fixes
13+
14+ - fix: disallow extra properties in rule options by @andreww2012 in https://github.com/Rel1cx/eslint-react/pull/1263
15+
1216### 🪄 Improvements
1317
1418- Move some rules from ` recommended ` presets to ` strict ` presets by @Rel1cx , closes #1262
@@ -22,7 +26,11 @@ title: Changelog
2226 - ` react-dom/no-unsafe-target-blank `
2327- Change ` typescript ` peer dependency version range from ` ^5.9.2 ` to ` ^5 ` by @Rel1cx
2428
25- ** Full Changelog** : https://github.com/Rel1cx/eslint-react/compare/v2.0.6...v2.0.7
29+ ## New Contributors
30+
31+ - @andreww2012 made their first contribution in https://github.com/Rel1cx/eslint-react/pull/1263
32+
33+ ** Full Changelog** : https://github.com/Rel1cx/eslint-react/compare/v2.0.6...v2.1.0
2634
2735## v2.0.6 (2025-10-03)
2836
You can’t perform that action at this time.
0 commit comments