Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reactjs/react-docgen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: reactjs/react-docgen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.x
Choose a head ref
  • 5 commits
  • 13 files changed
  • 3 contributors

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    a0824f0 View commit details
    Browse the repository at this point in the history
  2. Fix resolving of more than two Flow Utility types (#345)

    * Refactor code to do unwrapping of flow utility types in one place
    
    * Simplify unwrapping of utility types
    
    * Restore old functionality of returning falsey value
    danez committed May 3, 2019
    Configuration menu
    Copy the full SHA
    3152057 View commit details
    Browse the repository at this point in the history
  3. 4.1.1

    danez committed May 3, 2019
    Configuration menu
    Copy the full SHA
    036be3d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. fix: type inference on forwardRef components (#392)

    # Conflicts:
    #	src/__tests__/__snapshots__/main-test.js.snap
    #	src/__tests__/main-test.js
    #	src/handlers/flowTypeHandler.js
    #	src/utils/getFlowTypeFromReactComponent.js
    jquense authored and danez committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    c4b3f54 View commit details
    Browse the repository at this point in the history
  2. Support ts(x) file parsing using CLI (#391)

    Kureev authored and danez committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    2037c20 View commit details
    Browse the repository at this point in the history
Loading