Skip to content

Releases: reactjs/react-docgen

[email protected]

23 Apr 18:35
2918ea9
Compare
Choose a tag to compare

Major Changes

  • #942
    c3dfead
    Thanks @danez! - Drop support for Node.js 16, 17,
    18, 19 and 21.

    With this react-docgen version Node.js support is:

    • Node.js 20.9.0 or newer 20.x versions
    • Node.js 22.0.0 or any newer version

Patch Changes

  • #993
    06c2fae
    Thanks @danez! - Fixed crash when classes with
    private fields are used

@react-docgen/[email protected]

23 Apr 18:35
2918ea9
Compare
Choose a tag to compare

Major Changes

  • #942
    c3dfead
    Thanks @danez! - Drop support for Node.js 16, 17,
    18, 19 and 21.

    With this react-docgen version Node.js support is:

    • Node.js 20.9.0 or newer 20.x versions
    • Node.js 22.0.0 or any newer version

Patch Changes

[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

Patch Changes

@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