Thanks @patricklafrance: https://github.com/strothj/react-docgen-typescript-loader/pull/73
savePropAsValueString
parser option. If set to true, defaultValue to props will be string. https://github.com/styleguidist/react-docgen-typescript#parseroptionsThanks @folz: https://github.com/strothj/react-docgen-typescript-loader/pull/72
componentNameResolver
parser option. This allows override the
name resolution for components.Thanks @patricklafrance: https://github.com/strothj/react-docgen-typescript-loader/pull/69
type
property attached to generated docs configurable.Thanks @evless: https://github.com/strothj/react-docgen-typescript-loader/pull/64
react-docgen-typescript
to v1.14.1
. @hipstersmoothieThanks @nekitk: https://github.com/strothj/react-docgen-typescript-loader/pull/59
type: { name: "\"blue\" | \"green\"" }
or type: { name: "ColorEnum" }
If true: type: { name: "enum", value: [ { value: "\"blue\"" }, { value: "\"green\""} ] }
react-docgen-typescript
dependency to v1.9.0
includes
and excludes
. Closes #15loader-utils
Webpack page to process loader options. Closes 22.react-docgen-typescript
dependency to v1.6.0
:
> parse can be called with multiple source file paths (thanks to @marionebl PR #91)react-docgen-typescript
dependency to v1.5.0
:
> Remove spread logic.react-docgen-typescript
dependency to v1.2.6
:
> Fix React.SFC-typed functional componentssetDisplayName
now correctly accepts false
value.