Skip to content

v3.0.0-beta8

Pre-release
Pre-release
Compare
Choose a tag to compare
@fkling fkling released this 11 Oct 17:09
· 2297 commits to main since this release

(cherry picked changes released in v2.19.0)

New

See v2.19.0.

Fixed

  • See v2.19.0.

  • Flow: Function type definitions without parameter names are now supported. For example:

    type Props = {
      callback: (string) => void,
    }
    

    In such a case the parameter name will simply be empty. See the commit ( #218 ) for an example of the output. Thank you @odinuge!

Other


You can install this version via npm install react-docgen@next.