Skip to content

v1.23.0

Compare
Choose a tag to compare
@Rel1cx Rel1cx released this 31 Dec 10:41
· 1536 commits to main since this release
8182809

What's Changed

🪄 Improvements

  • refactor: JSX fragments related rules no longer rely on jsxPragma and jsxPragmaFrag settings to perform their checks by @Rel1cx in #893
  • refactor: improve applicability of the no-useless-fragment and prefer-shorthand-fragment rules
  • refactor: deprecate settings["react-x"].jsxPragma and settings["react-x"].jsxPragmaFrag as they are no longer needed by any rules
  • refactor: replace short-unique-id w/ uid by @SukkaW in #894

🐞 Fixes

  • fix(plugins/hooks-extra): fix call and new expression related false positives in no-unnecessary-use-memo and no-unnecessary-use-callback by @Rel1cx in #895

Full Changelog: v1.22.2...v1.23.0