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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
3
+
## 1.2.0 – 2025-11-25
4
+
5
+
- Add support for `React.forwardRef(...)` function components - [#2](https://github.com/Winner95/typescript-react-function-component-props-handler/pull/2)
6
+
- Improve handling of components typed as `React.FC` / `React.FunctionComponent`.
7
+
- Add Jest test suite and coverage to guard against regressions.
8
+
- Configure GitHub Actions to run tests on every push and pull request.
9
+
- Refresh README with a step-by-step usage guide and online examples (CodeSandbox / StackBlitz).
10
+
- Note current compatibility and limitations for newer `react-docgen` versions.
11
+
12
+
Full Changelog: https://github.com/Winner95/typescript-react-function-component-props-handler/compare/v1.1.1...v1.2.0
0 commit comments