Skip to content

Releases: styleguidist/react-docgen-typescript

v1.20.4

30 Aug 10:47
be298ce
Compare
Choose a tag to compare

v1.20.3

24 Aug 20:07
dc9ba09
Compare
Choose a tag to compare
  • 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

15 Aug 13:49
756f849
Compare
Choose a tag to compare

v1.20.1

22 Jul 05:22
8fd5445
Compare
Choose a tag to compare
  • fix - Cannot read property 'getSourceFile' of undefined thanks to @buhichan PR 276

v1.20.0

19 Jul 17:46
Compare
Choose a tag to compare

v1.18.0

19 Jun 19:54
d8efa5e
Compare
Choose a tag to compare
  • feat: adds the ability to generate docs for static sub-components - thanks to @hipstersmoothie PR #265

v1.17.1

14 Jun 18:42
ef523b2
Compare
Choose a tag to compare
  • fix: Components using React.forwardRef get the name ForwardRefExoticComponent (#215) - thanks to @hipstersmoothie PR #263

v1.17.0

13 Jun 13:12
2c61b6d
Compare
Choose a tag to compare

v1.16.6

08 Jun 19:00
4338c05
Compare
Choose a tag to compare

v1.16.5

23 May 18:25
6da1086
Compare
Choose a tag to compare
  • 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