Releases: styleguidist/react-docgen-typescript
Releases · styleguidist/react-docgen-typescript
v1.20.4
v1.20.3
- fix docgen for default exports wrapped in React.memo or React.forwardRef - thanks to @hipstersmoothie PR #288
- follow default props that are PropertyAccessExpressions - thanks to @hipstersmoothie PR #286
v1.20.2
- use just the description for JSDoc comment instead of full comment - thanks to @hipstersmoothie PR #283
- respect base apparentProperties in unions - thanks to @hipstersmoothie PR #272
v1.20.1
v1.20.0
- handle complex generic props - thanks to @hipstersmoothie PR #268
- added ability to handle more complex union types - thanks to @davidlindley PR #269
- Added filter to remove same name components - thanks to @davidlindley PR #270
- Read default prop values from inside a forwardRef - thanks to @Tigge PR #271
v1.18.0
v1.17.1
v1.17.0
v1.16.6
v1.16.5
- fixes: #176 Incorrectly parse props with several named exports and consts - thanks to @hipstersmoothie and his PR #253
- fix parse error for export default interface - thanks to @ddelbondio and his PR #257