Releases: styleguidist/react-docgen-typescript
Releases · styleguidist/react-docgen-typescript
v1.12.5
- no changes in the library itself, just fixes in
package.json
to fix #185
v1.12.4
fix: support for styled components v4 #179 (PR: #181)
v1.12.3
- Fix for filename -> js identifier conversion has broken conversion #167 thanks to @RoystonS and his PR #168
v1.12.2
- 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
- fix
exportName
for functional components
- fix
commentSource
missing component types
thanks to @BeroBurny and his PR #153
v1.11.0
- component name and description is extracted even when no props are present - thanks to @fabioelia and his PR #142
v1.10.0
- 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
- exporting
getDefaultExportForFile
- thanks to @ bebraw and his PR #130
v1.9.0
- 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