You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## v1.51.2 (2025-06-08)
2
+
3
+
### 🐞 Fixes
4
+
5
+
- fix: skip function components without name in `react-x/prefer-read-only-props` by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1125
6
+
7
+
### 🪄 Improvements
8
+
9
+
- docs: update references from 'Language Config' to 'Project Config' across documentation by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1126
Copy file name to clipboardExpand all lines: apps/website/content/docs/changelog.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
title: Changelog
3
3
---
4
4
5
+
## v1.51.2 (2025-06-08)
6
+
7
+
### 🐞 Fixes
8
+
9
+
- fix: skip function components without name in `react-x/prefer-read-only-props` by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1125
10
+
11
+
### 🪄 Improvements
12
+
13
+
- docs: update references from 'Language Config' to 'Project Config' across documentation by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1126
0 commit comments