Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 910 Bytes

File metadata and controls

28 lines (17 loc) · 910 Bytes

Changelog

1.2.0 – 2025-11-25

  • Add support for React.forwardRef(...) function components - #2
  • Improve handling of components typed as React.FC / React.FunctionComponent.
  • Add Jest test suite and coverage to guard against regressions.
  • Configure GitHub Actions to run tests on every push and pull request.
  • Refresh README with a step-by-step usage guide and online examples (CodeSandbox / StackBlitz).
  • Note current compatibility and limitations for newer react-docgen versions.

Full Changelog: https://github.com/Winner95/typescript-react-function-component-props-handler/compare/v1.1.1...v1.2.0

v.1.1.1

  • Fix bug for params, which are imported

v.1.1.0

  • Fix bug for params and arguments defined via destruction

v.1.0.1

  • small updates for README.md

v.1.0.0

  • initial release