Skip to content

Commit 595c048

Browse files
committed
Add v5.8.2 release notes to changelogs
1 parent 7c3ee27 commit 595c048

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,23 @@
22

33
## Unreleased
44

5+
## v5.8.2 (2026-05-20)
6+
57
### 📝 Documentation
68

7-
- Improved `eslint-plugin-react-x` rule documentation with scenario-based examples, Troubleshooting sections, and Further Reading links across 48 rule docs (#1786).
89
- Added React 19 `use` hook guidance to `error-boundaries`, `rules-of-hooks`, and `no-use-context` docs.
910
- 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).
1012
- Removed inline ESLint error annotations (`^^^`) from documentation examples for better readability (#1785).
13+
- Updated migration guide for `eslint-plugin-react` with additional details.
1114

1215
### 🏗️ Internal
1316

17+
- Set up textlint and fixed inappropriate wording in documentation (#1787).
18+
- Bumped dependencies across workspace packages (#1788).
1419
- Updated `pnpm-lock.yaml`: bumped `nx` to 22.7.2 and `brace-expansion` to 5.0.5.
1520

16-
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v5.8.1...HEAD
21+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v5.8.1...v5.8.2
1722

1823
## v5.8.1 (2026-05-18)
1924

apps/website/content/docs/changelog.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,23 @@ title: Changelog
44

55
## Unreleased
66

7+
## v5.8.2 (2026-05-20)
8+
79
### 📝 Documentation
810

9-
- Improved `eslint-plugin-react-x` rule documentation with scenario-based examples, Troubleshooting sections, and Further Reading links across 48 rule docs (#1786).
1011
- Added React 19 `use` hook guidance to `error-boundaries`, `rules-of-hooks`, and `no-use-context` docs.
1112
- 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).
1214
- Removed inline ESLint error annotations (`^^^`) from documentation examples for better readability (#1785).
15+
- Updated migration guide for `eslint-plugin-react` with additional details.
1316

1417
### 🏗️ Internal
1518

19+
- Set up textlint and fixed inappropriate wording in documentation (#1787).
20+
- Bumped dependencies across workspace packages (#1788).
1621
- Updated `pnpm-lock.yaml`: bumped `nx` to 22.7.2 and `brace-expansion` to 5.0.5.
1722

18-
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v5.8.1...HEAD
23+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v5.8.1...v5.8.2
1924

2025
## v5.8.1 (2026-05-18)
2126

0 commit comments

Comments
 (0)