This repository was archived by the owner on Mar 3, 2023. It is now read-only.
Releases: storybookjs/react-docgen-typescript
Releases · storybookjs/react-docgen-typescript
v2.2.4-next.1
Update version to v2.2.4-next.1
v2.2.4-next.0
🐛 Bug Fix
⚠️ Pushed to next
- Revert "Resolve issue with first displayName always being used" (@pvasek)
- add tests (@kylemh)
- resolve issue where first display name is always grabbed (@kylemh)
- rawExpression -> rootExpression (@TrevorBurnham)
- feat: Export raw expression when shouldIncludeExpression is set (@TrevorBurnham)
- fix: the merging of PR styleguidist#411 introduced a regression error ([email protected])
- Update package.json (@pvasek)
- Update stale.yml (@pvasek)
- Bump tar in /examples/react-styleguidist-sections-example (@dependabot[bot])
- Bump chownr in /examples/react-styleguidist-sections-example (@dependabot[bot])
- Bump url-parse in /examples/react-styleguidist-sections-example (@dependabot[bot])
- Bump url-parse in /examples/react-styleguidist-example (@dependabot[bot])
- fix: should return props when component defined as const thats been wrapped in React.memo ([email protected])
- Bump follow-redirects in /examples/react-styleguidist-sections-example (@dependabot[bot])
- Bump follow-redirects in /examples/react-styleguidist-example (@dependabot[bot])
- Bump ajv in /examples/react-styleguidist-sections-example (@dependabot[bot])
- Bump ajv from 6.5.3 to 6.12.6 in /examples/react-styleguidist-example (@dependabot[bot])
- Bump pathval from 1.1.0 to 1.1.1 (@dependabot[bot])
- Add support for sub-components (@stevenpetryk)
- Update trimFileName.ts (@pvasek)
- run build on pull request (@ecraig12345)
- Fix trimming of filenames (@ecraig12345)
- Include expression if shouldIncludeExpression is set (@TrevorBurnham)
- Fix tags type (@jt-stripe)
- feat: Provide raw expression as part of parser output (@TrevorBurnham)
- Delete .travis.yml (@pvasek)
- Update README.md (@pvasek)
- Update nodejs.yml (@pvasek)
- fix: CI build fails because parent file resolution is wrong (@pvasek)
- Create stale.yml (@pvasek)
- proper TS error reporting (@mmomtchev)
- Follow alias also for named exports (@rihardsgravis)
- Bump path-parse in /examples/react-styleguidist-sections-example (@dependabot[bot])
- chore: delete the extra object expand (@ron0115)
- fix: resolving imported defaultProps (@DarkGenius)
- feat: get comment info for union type (@ron0115)
- Parse displayName for stateless components whose name dont match the fn (@roddds)
- fix: npm audit fix (@pvasek)
- bumped peerDependency version of typescript (@michelengelen)
- Remove yarn lockfile (@fforres)
- fix: styleguidist#363 (@hazem3500)
- Set up .prettierrc (@shilman)
- Revert formatting changes (@shilman)
- Fix shouldRemoveUndefinedFromOptional in TypeScript strict mode (@shilman)
- Merge remote-tracking branch 'upstream/master' into bugfix/356 (@michelengelen)
- Bump dns-packet in /examples/react-styleguidist-example (@dependabot[bot])
- Bump dns-packet in /examples/react-styleguidist-sections-example (@dependabot[bot])
- Bump codemirror in /examples/react-styleguidist-sections-example (@dependabot[bot])
- Bump codemirror in /examples/react-styleguidist-example (@dependabot[bot])
- Bump hosted-git-info in /examples/react-styleguidist-sections-example (@dependabot[bot])
- Bump hosted-git-info in /examples/react-styleguidist-example (@dependabot[bot])
- Bump lodash in /examples/react-styleguidist-sections-example (@dependabot[bot])
- Bump lodash in /examples/react-styleguidist-example (@dependabot[bot])
- Bump lodash from 4.17.19 to 4.17.21 (@dependabot[bot])
- fixed remaining issues with parsing SymbolDisplayPart[] (@michelengelen)
- bumped version of typescript and @types/node and fixed resulting errors (@michelengelen)
- update (@fforres)
- Adding path to return type (@fforres)
- removed commenting and renamed constant file (@michelengelen)
- added new tests and a method that extracts values from imported variables (@michelengelen)
- added 3 more types to test new identifier fix (@michelengelen)
- added new parsing functionality for
ts.SyntaxKind.Identifier
with recursive call (@michelengelen) - Bump y18n in /examples/react-styleguidist-sections-example (@dependabot[bot])
- Bump y18n from 3.2.1 to 3.2.2 in /examples/react-styleguidist-example (@dependabot[bot])
- chore: add an ability to extend component types by option field ([email protected])
- Bump elliptic in /examples/react-styleguidist-sections-example (@dependabot[bot])
- Bump elliptic in /examples/react-styleguidist-example (@dependabot[bot])
- update fork to 1.21.0, added test to pr (@carmnk)
- loose match, add unit test (@angular-moon)
- improve shouldExtractLiteralValuesFromEnum (@angular-moon)
- chore: Fix readme ([email protected])
- chore: Change parents to declartions, add assertion test ([email protected])
- Infering type from constrained generics (@Muritavo)
- Bump ini in /examples/react-styleguidist-sections-example (@dependabot[bot])
- Bump ini from 1.3.5 to 1.3.7 in /examples/react-styleguidist-example (@dependabot[bot])
- feat: Add parents field to prop information ([email protected])
- chore: Run prettier ([email protected])
- Bump highlight.js in /examples/react-styleguidist-sections-example (@dependabot[bot])
- Bump highlight.js in /examples/react-styleguidist-example (@dependabot[bot])
- Add tagMap to ComponentDoc ([email protected])
- add skipChildrenPropWithoutDoc option (@hipstersmoothie)
- fix: fix when initializer is undefined (@SimplyY)
- Export defaultOptions from parser (@AndrewLeedham)
- Bump http-proxy in /examples/react-styleguidist-sections-example (@dependabot[bot])
- Bump http-proxy in /examples/react-styleguidist-example (@dependabot[bot])
- Bump markdown-to-jsx in /examples/react-styleguidist-example (@dependabot[bot])
- Bump markdown-to-jsx in /examples/react-styleguidist-sections-example (@dependabot[bot])
- fix: 🐛 fixed declarations.length is undefined (@careteenL)
- fix jsDoc visibleName support (@hipstersmoothie)
- fix wrapping default export in React.forwardRef (@hipstersmoothie)
- fix docgen for components wrapped in React.memo (@hipstersmoothie)
- follow default props that are PropertyAccessExpressions (@hipstersmoothie)
- use just the description for JSDoc comment instead of full comment (@hipstersmoothie)
- update typescript version (@hipstersmoothie)
- update travis node version (@hipstersmoothie)
- respect base apparentProperties in unions (@hipstersmoothie)
- Fix "Cannot read property 'getSourceFile' of undefined" (@buhichan)
- tslint replaced with eslint (@pvasek)
- Merge branch 'master' into forwardref (@pvasek)
- Merge branch 'master' into fixed-default-hoc-same-name (@pvasek)
- removed yarn.lock ([email protected])
- Removed yarn.lock ([email protected])
- Bump lodash from 4.17.15 to 4.17.19 ([@dependabot[bot]](https://github....