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: DX-WEB/react-devtools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: facebook/react-devtools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 283 files changed
  • 1 contributor

Commits on Jul 26, 2019

  1. react-devtools-core standalone bugfix: prevent electron crash

    CSS source maps require the style-loader to use URL.createObjectURL (rather than just a <style> tag). For some reason, this crashes Electron's webview process, which completely breaks the embedded extension inside of Nuclide and other Electron apps. This commit turns (CSS) source maps off for production builds to avoid this crash.
    Brian Vaughn committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    a59c4eb View commit details
    Browse the repository at this point in the history
  2. NPM packages 3.6.2 -> 3.6.3

    Brian Vaughn committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    d839081 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Deleted source from master

    Brian Vaughn committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    d64cfd9 View commit details
    Browse the repository at this point in the history
  2. Updated README to point to main React repo

    Brian Vaughn committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    f76386a View commit details
    Browse the repository at this point in the history
  3. Deleted dotfiles

    Brian Vaughn committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    d25fbb1 View commit details
    Browse the repository at this point in the history
  4. Deleted .github dir

    Brian Vaughn committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    155f616 View commit details
    Browse the repository at this point in the history
  5. Added new disabled issue template

    Brian Vaughn committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    b675f16 View commit details
    Browse the repository at this point in the history
  6. Updated new disabled issue template

    Brian Vaughn committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    c37b8f6 View commit details
    Browse the repository at this point in the history
Loading