Skip to content

Releases: Winner95/typescript-react-function-component-props-handler

v1.2.0 (November 25th 2025)

25 Nov 22:43
v1.2.0
ae8b145

Choose a tag to compare

What's Changed

  • Add Jest regression test suite, refresh the README for 2025, and configure a safer npm publish setup by @Winner95 in #4
  • Add support for components defined with React.forwardRef(...) (fixing the props parsing issue reported in #3) by @ddouglasz in #2
  • Improve tests for React.forwardRef components and add a CI workflow to run the test suite by @Winner95 in #5

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1 (December 1st 2020)

25 Nov 21:37

Choose a tag to compare

  • Fix bug for param definitions, which are imported from separate file.

Full Changelog: v1.0.0...v1.1.1

npm

  • npm install typescript-react-function-component-props-handler@1.1.1
  • View on npm

v1.0.0 (March 23rd 2020)

25 Nov 21:33

Choose a tag to compare

  • This is a first release for Custom handler to process React function component props for react-docgen.
    It lets you parse props for components typed as React.FC / React.FunctionComponent without rewriting your code.

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

npm

  • npm install typescript-react-function-component-props-handler@1.0.0
  • View on npm