Releases: styleguidist/react-docgen-typescript
Releases · styleguidist/react-docgen-typescript
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
v1.16.4
Lot of fixes by @hipstersmoothie!
Fixed
#158 Intersection types are not documented
#57 Support for Union types
#243 Default props are null when functional component is a declaration
#246 Can't parse union type of component when exported as default
#245 typescript added as peer dependency
Partially fixed
#68 Union types cannot be documented