- 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-docgenversions.
Full Changelog: https://github.com/Winner95/typescript-react-function-component-props-handler/compare/v1.1.1...v1.2.0
- Fix bug for params, which are imported
- Fix bug for params and arguments defined via destruction
- small updates for
README.md
- initial release