Releases: Winner95/typescript-react-function-component-props-handler
Releases · Winner95/typescript-react-function-component-props-handler
v1.2.0 (November 25th 2025)
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.forwardRefcomponents and add a CI workflow to run the test suite by @Winner95 in #5
New Contributors
- @Winner95 made their first contribution in #4
- @ddouglasz made their first contribution in #2
Full Changelog: v1.1.1...v1.2.0
v1.1.1 (December 1st 2020)
- 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)
- 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