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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,23 @@
2
2
3
3
## Unreleased
4
4
5
+
## v5.8.2 (2026-05-20)
6
+
5
7
### 📝 Documentation
6
8
7
-
- Improved `eslint-plugin-react-x` rule documentation with scenario-based examples, Troubleshooting sections, and Further Reading links across 48 rule docs (#1786).
8
9
- Added React 19 `use` hook guidance to `error-boundaries`, `rules-of-hooks`, and `no-use-context` docs.
9
10
- Added migration examples and corrected rule descriptions for class-component-related rules.
11
+
- Improved `eslint-plugin-react-x` rule documentation with scenario-based examples, Troubleshooting sections, and Further Reading links across 48 rule docs (#1786).
10
12
- Removed inline ESLint error annotations (`^^^`) from documentation examples for better readability (#1785).
13
+
- Updated migration guide for `eslint-plugin-react` with additional details.
11
14
12
15
### 🏗️ Internal
13
16
17
+
- Set up textlint and fixed inappropriate wording in documentation (#1787).
18
+
- Bumped dependencies across workspace packages (#1788).
14
19
- Updated `pnpm-lock.yaml`: bumped `nx` to 22.7.2 and `brace-expansion` to 5.0.5.
Copy file name to clipboardExpand all lines: apps/website/content/docs/changelog.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,23 @@ title: Changelog
4
4
5
5
## Unreleased
6
6
7
+
## v5.8.2 (2026-05-20)
8
+
7
9
### 📝 Documentation
8
10
9
-
- Improved `eslint-plugin-react-x` rule documentation with scenario-based examples, Troubleshooting sections, and Further Reading links across 48 rule docs (#1786).
10
11
- Added React 19 `use` hook guidance to `error-boundaries`, `rules-of-hooks`, and `no-use-context` docs.
11
12
- Added migration examples and corrected rule descriptions for class-component-related rules.
13
+
- Improved `eslint-plugin-react-x` rule documentation with scenario-based examples, Troubleshooting sections, and Further Reading links across 48 rule docs (#1786).
12
14
- Removed inline ESLint error annotations (`^^^`) from documentation examples for better readability (#1785).
15
+
- Updated migration guide for `eslint-plugin-react` with additional details.
13
16
14
17
### 🏗️ Internal
15
18
19
+
- Set up textlint and fixed inappropriate wording in documentation (#1787).
20
+
- Bumped dependencies across workspace packages (#1788).
16
21
- Updated `pnpm-lock.yaml`: bumped `nx` to 22.7.2 and `brace-expansion` to 5.0.5.
0 commit comments