Skip to content

Commit c151c78

Browse files
committed
docs: update changelog to reflect renaming of rules and maintain backward compatibility
1 parent dee960b commit c151c78

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
The following rules have been renamed:
1010

11+
- `react-x/ensure-forward-ref-using-ref` to `react-x/no-useless-forward-ref`
12+
- `@eslint-react/ensure-forward-ref-using-ref` to `@eslint-react/no-useless-forward-ref`
13+
14+
The old rule names will still be available until the next major update to avoid breaking changes.
15+
1116
## v1.32.1 (2025-03-13)
1217

1318
### 🐞 Fixes

apps/website/content/docs/changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ title: Changelog
1212

1313
The following rules have been renamed:
1414

15+
- `react-x/ensure-forward-ref-using-ref` to `react-x/no-useless-forward-ref`
16+
- `@eslint-react/ensure-forward-ref-using-ref` to `@eslint-react/no-useless-forward-ref`
17+
18+
The old rule names will still be available until the next major update to avoid breaking changes.
19+
1520
## v1.32.1 (2025-03-13)
1621

1722
### 🐞 Fixes

0 commit comments

Comments
 (0)