v1.23.0
What's Changed
🪄 Improvements
- refactor: JSX fragments related rules no longer rely on
jsxPragma
andjsxPragmaFrag
settings to perform their checks by @Rel1cx in #893 - refactor: improve applicability of the
no-useless-fragment
andprefer-shorthand-fragment
rules - refactor: deprecate
settings["react-x"].jsxPragma
andsettings["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
andnew
expression related false positives inno-unnecessary-use-memo
andno-unnecessary-use-callback
by @Rel1cx in #895
Full Changelog: v1.22.2...v1.23.0