Skip to content

v1.33.0 (2025-03-14)

Compare
Choose a tag to compare
@Rel1cx Rel1cx released this 13 Mar 16:45
· 844 commits to main since this release
a8cbb46

What's Changed

🐞 Fixes

  • fix: update rule severity for no-flush-sync and no-void-elements-with-children in recommended presets by @Rel1cx in #988

🪄 Improvements

  • refactor(plugins/x): rename ensure-forward-ref-using-ref to no-useless-forward-ref by @Rel1cx in #987

📝 Changes you should be aware of

The following rules have been renamed:

  • react-x/ensure-forward-ref-using-ref to react-x/no-useless-forward-ref
  • @eslint-react/ensure-forward-ref-using-ref to @eslint-react/no-useless-forward-ref

The old rule names will still be available until the next major update to avoid breaking changes.

Full Changelog: v1.32.1...v1.33.0