Skip to content

react-docgen@6.0.0-rc.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@danez-bot danez-bot released this 30 Apr 09:36
· 848 commits to main since this release
c5f032a

Major Changes

  • #786
    0a2481d
    Thanks @danez! - Renamed the method toObject to
    build in the DocumentationBuilder.

    This method might be used by integrations.

Minor Changes

  • #786
    0a2481d
    Thanks @danez! - Export the type for the
    DocumentationBuilder.

  • #786
    0a2481d
    Thanks @danez! - The types NodePath and
    babelTypes are now exported.

    These types are useful when building integrations in TypeScript.

    babelTypes includes all types from @babel/types.

Patch Changes

  • #767
    a684d82
    Thanks @danez! - Fix handling of PropTypes.oneOf
    to handle unresolved imported values correctly

  • #769
    e08e08d
    Thanks @danez! - Correctly resolve the values in
    an Object.values() call