Skip to content

Releases: reactjs/react-docgen

[email protected]

26 Jan 09:51
63e7bc5
Compare
Choose a tag to compare

Patch Changes

@react-docgen/[email protected]

26 Jan 09:51
63e7bc5
Compare
Choose a tag to compare

@react-docgen/[email protected]

20 Jan 21:19
ad17044
Compare
Choose a tag to compare

Patch Changes

[email protected]

19 Oct 18:21
7d7d210
Compare
Choose a tag to compare

Minor Changes

  • #923
    3033ca0
    Thanks @rvetere! - Support generic types on
    React.forwardRef calls.

    Example:

    react-docgen will now find IButtonProps.

    export const FullWidthButton = forwardRef<HTMLButtonElement, IButtonProps>(
      () => {},
    );

@react-docgen/[email protected]

19 Oct 18:21
7d7d210
Compare
Choose a tag to compare

Patch Changes

[email protected]

12 Jan 00:26
d00d785
Compare
Choose a tag to compare

Patch Changes

  • #890 afe8d02 Thanks @danez! - Do not throw error when using namespace specifiers in export statements

@react-docgen/[email protected]

12 Jan 00:26
d00d785
Compare
Choose a tag to compare

Patch Changes

[email protected]

08 Jan 14:58
fd30cbe
Compare
Choose a tag to compare

Patch Changes

@react-docgen/[email protected]

08 Jan 14:58
fd30cbe
Compare
Choose a tag to compare

Patch Changes

[email protected]

12 Nov 19:54
9994b2e
Compare
Choose a tag to compare

Patch Changes