v2.1.1 (2025-10-13)
What's Changed
✨ New
- Add
strict,strict-typescript, andstrict-type-checkedpresets by @Rel1cx - Add
no-deprecatedpreset to enable all rules that report deprecated React APIs by @Rel1cx
🐞 Fixes
- Disallow extra properties in rule options by @andreww2012 in #1263
🪄 Improvements
- Move some rules from
recommendedpresets tostrictpresets by @Rel1cx, closes #1262react-x/no-unstable-context-valuereact-x/no-unstable-default-propsreact-x/no-unused-class-component-membersreact-x/no-unused-statereact-dom/no-missing-button-typereact-dom/no-missing-iframe-sandboxreact-dom/no-unsafe-iframe-sandboxreact-dom/no-unsafe-target-blank
- Change
typescriptpeer dependency version range from^5.9.2to^5by @Rel1cx
New Contributors
- @andreww2012 made their first contribution in #1263
Full Changelog: v2.0.6...v2.1.1