Skip to content

Commit e323812

Browse files
committed
docs: update changelog
1 parent 822d8b0 commit e323812

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
## v1.23.0 (Draft)
1+
## v1.23.0 (Tue 31 Dec 2024)
22

33
### 🪄 Improvements
44

5-
- refactor: JSX fragments related rules no longer rely on `jsxPragma` and `jsxFragmentPragma` settings to perform their checks
5+
- refactor: JSX fragments related rules no longer rely on `jsxPragma` and `jsxPragmaFrag` settings to perform their checks by @rEl1cx in <https://github.com/rEl1cx/eslint-react/pull/893>
66
- refactor: improve applicability of the `no-useless-fragment` and `prefer-shorthand-fragment` rules
7-
- refactor: deprecate `settings["react-x"].jsxPragma` and `settings["react-x"].jsxFragmentPragma` as they are no longer needed by any rules
7+
- refactor: deprecate `settings["react-x"].jsxPragma` and `settings["react-x"].jsxPragmaFrag` as they are no longer needed by any rules
8+
- refactor: replace `short-unique-id` w/ `uid` by @SukkaW in <https://github.com/rEl1cx/eslint-react/pull/894>
89

910
### 🐞 Fixes
1011

11-
- fix(plugins/hooks-extra): fix `call` and `new` expression related false positives in `no-unnecessary-use-memo` and `no-unnecessary-use-callback`
12+
- 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 <https://github.com/rEl1cx/eslint-react/pull/895>
1213

1314
## v1.22.2 (Mon 30 Dec 2024)
1415

0 commit comments

Comments
 (0)