Skip to content

Commit 9e1aad3

Browse files
committed
docs: update changelog for v1.2.0
1 parent 16173f8 commit 9e1aad3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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
13+
314
## v.1.1.1
415

516
* Fix bug for params, which are imported

0 commit comments

Comments
 (0)