Skip to content

Releases: styleguidist/react-docgen-typescript

v1.12.3

06 Jan 20:31
e72ba26
Compare
Choose a tag to compare
  • Fix for filename -> js identifier conversion has broken conversion #167 thanks to @RoystonS and his PR #168

v1.12.2

20 Nov 16:46
55fd133
Compare
Choose a tag to compare
  • fix: failing if component names are not js identifiers - thanks to @Diokuz and his PR #157
  • fix: #134 Give a better error message when using a custom tsconfig with an invalid include path by PR #156

v1.12.1

15 Nov 21:16
e1ddc3d
Compare
Choose a tag to compare
  • fix exportName for functional components
  • fix commentSource missing component types

thanks to @BeroBurny and his PR #153

v1.12.0

02 Nov 22:33
727fa66
Compare
Choose a tag to compare

v1.11.0

19 Oct 04:58
a015d1c
Compare
Choose a tag to compare
  • component name and description is extracted even when no props are present - thanks to @fabioelia and his PR #142

v1.10.0

07 Oct 20:30
42ec4f2
Compare
Choose a tag to compare
  • Fix comments with \r\n breaking on runtime - thanks to @JoaoMosmann and his PR #136
  • Determine parent fileNames relative to the current directory - thanks to @thomascmost and his PR #138
  • Fix enum default values - thanks to @veiko and her PR #139
  • Exports for Parser thanks to @mutsys and his PR #140

v1.9.1

21 Sep 14:57
028315c
Compare
Choose a tag to compare
  • exporting getDefaultExportForFile - thanks to @ bebraw and his PR #130

v1.9.0

20 Sep 15:43
1aefd28
Compare
Choose a tag to compare
  • fix #123 styleguidist warnings caused by crash of react-docgen-typescript- thanks to @bebraw and his PR #125
  • possibility to define component names - thanks to @bebraw and his PR #127

v1.8.1

11 Sep 20:11
Compare
Choose a tag to compare
  • fix for #121 - The example code don't work
  • fix for #120 - programProvider is not a function
  • fix for #92 - console.log causes TypeError in parser

v1.8.0

01 Sep 17:35
13f5570
Compare
Choose a tag to compare
  • possibility to pass factory method that creates instance of TS program class - thanks to @strothj and his PR #119