- 21 Nov, 2017 1 commit
-
-
Joe Haddad authored
-
- 05 Nov, 2017 1 commit
-
-
Ovidiu Cherecheș authored
-
- 31 Oct, 2017 1 commit
-
-
Dan Abramov authored
- babel-preset-react-app@3.1.0 - react-dev-utils@4.2.0 - react-error-overlay@3.0.0 - react-scripts@1.0.15
-
- 28 Oct, 2017 3 commits
-
-
IJAJ MULANI authored
-
Dan Abramov authored
* Bump dependencies * Downgrade source-map back to 0.5.x Not sure what changed there but our bundle snapshot doesn't match with minor changes. I couldn't figure out how to update it, and also whether we need to tweak getPrettyURL in response.
-
Dan Abramov authored
-
- 11 Oct, 2017 3 commits
-
-
Joe Haddad authored
* Use production React version * We cannot strip our own checks if production * Keep the sourcemap during minify * Prevent devtools pollution * Add some comments * sigh
-
Joe Haddad authored
* Add a warning when running minified * Add more robust check * Update index.js
-
Joe Haddad authored
* `react-error-overlay` has no dependencies now (it's bundled) * Use babel 6 for now
-
- 06 Oct, 2017 1 commit
-
-
Tharaka Wijebandara authored
* Implement click-to-open for babel syntax errors in build error overlay * Add click-to-open support for lint errors and refactor parser * Reactor code to reuse open-in-editor functionality in both build and runtime error overlays * Fix some eslint warnings * Add a comment about keeping middleware and dev client in sync * Remove es6 features from webpack dev client * Make open-in-editor functionality to work with new iframe script * Rename `openInEditor` to `editorHandler` - Remove indirection of openInEditorListener - Check editorHandler for null before styling error clickable * Fix flow errors
-
- 03 Oct, 2017 1 commit
-
-
Tharaka Wijebandara authored
* Make error overlay to run in the context of the iframe * Configure webpack to build the entire package * Remove inline raw-loader config * Configure watch mode for error-overlay webpack build * Add polyfills to the error-overlay iframe script * Add header comment * Configure to fail CI on error or warning * Suppress flow-type error on importing iframe-bundle * Change webpack to a dev dependency and pin some versions * Disable webpack cache * Update license headers to MIT
-
- 27 Sep, 2017 1 commit
-
-
Joe Haddad authored
- babel-preset-react-app@3.0.3 - create-react-app@1.4.1 - eslint-config-react-app@2.0.1 - react-dev-utils@4.1.0 - react-error-overlay@2.0.2 - react-scripts@1.0.14
-
- 26 Sep, 2017 1 commit
-
-
Sophie Alpert authored
* File headers BSD+Patents -> MIT * BSD+Patents -> MIT
-
- 11 Sep, 2017 2 commits
-
-
Joe Haddad authored
* Clean target directory before compiling overlay * Use rimraf
- 10 Sep, 2017 1 commit
-
-
Ade Viankakrisna Fadlil authored
* rerun prettier for all files * pin prettier to 1.6.1
-
- 06 Sep, 2017 1 commit
-
-
Joe Haddad authored
* Switch to unix path separators before normalizing path for Windows compatibility * Add comment for posterity * Revert "Add comment for posterity" This reverts commit 742bacee. * Strictly add comment
-
- 02 Sep, 2017 3 commits
-
-
Dan Abramov authored
- react-dev-utils@4.0.1 - react-error-overlay@2.0.1 - react-scripts@1.0.13
-
Jared Palmer authored
* Make error overlay file configurable * Add fallback filename
-
Tharaka Wijebandara authored
-
- 28 Aug, 2017 4 commits
-
-
Dan Abramov authored
- react-dev-utils@4.0.0 - react-error-overlay@2.0.0 - react-scripts@1.0.12
-
Dan Abramov authored
-
Christophe Hurpeau authored
* update babel-runtime dependency in react-error-overlay and react-scripts `babel-runtime@6.23.0` have a dependency on `regenerator-runtime@0.10.5` `babel-runtime@6.26.0` on `regenerator-runtime@0.11.0` > npm ls regenerator-runtime ``` └─┬ react-scripts@1.0.11 ├─┬ babel-core@6.25.0 │ └─┬ babel-runtime@6.26.0 │ └── regenerator-runtime@0.11.0 ├─┬ babel-eslint@7.2.3 │ └─┬ babel-traverse@6.26.0 │ └─┬ babel-runtime@6.26.0 │ └── regenerator-runtime@0.11.0 ├─┬ babel-runtime@6.23.0 │ └── regenerator-runtime@0.10.5 └─┬ react-error-overlay@1.0.10 └─┬ babel-runtime@6.23.0 └── regenerator-runtime@0.10.5 ``` * fix requested changes
-
Tharaka Wijebandara authored
* Convert react-error-overlay to React * Update compile-time error overlay to use react-error-overlay components * Refactor react-error-overlay components to container and presentational components. * Make the compile-time error overlay a part of react-error-overlay package. * Use react-error-overlay as dependency in react-dev-utils to show compile-time errors. * Run Prettier * Move the function name fix into StackFrame itself * Fix clicking on source code snippet to open the code in editor * Use exact objects + minor style tweak * Don't linkify frames that don't exist on the disk * Fix lint * Consolidate iframe rendering logic * Remove circular dependency between react-dev-utils and react-error-overlay * Fix lint * Fix decoupling of react-dev-utils and react-error-overlay by moving middleware * Deduplicate identical errors
-
- 26 Aug, 2017 1 commit
-
-
Dan Abramov authored
-
- 09 Aug, 2017 2 commits
-
-
Joe Haddad authored
- babel-preset-react-app@3.0.2 - create-react-app@1.4.0 - eslint-config-react-app@2.0.0 - react-dev-utils@3.1.0 - react-error-overlay@1.0.10 - react-scripts@1.0.11
-
Joe Haddad authored
* Bump deps * Fix linter errors * Whoops * Try to bump webpack * Update peer deps to min for eslint 4.x
-
- 29 Jun, 2017 2 commits
-
-
Dan Abramov authored
- create-react-app@1.3.3 - react-dev-utils@3.0.2 - react-error-overlay@1.0.9 - react-scripts@1.0.10
-
Joe Haddad authored
Resolves #2670
-
- 28 Jun, 2017 2 commits
-
-
Dan Abramov authored
- babel-preset-react-app@3.0.1 - create-react-app@1.3.2 - eslint-config-react-app@1.0.5 - react-dev-utils@3.0.1 - react-error-overlay@1.0.8 - react-scripts@1.0.8
-
Dan Abramov authored
-
- 27 May, 2017 1 commit
-
-
Dan Abramov authored
- react-dev-utils@3.0.0 - react-error-overlay@1.0.7 - react-scripts@1.0.7
-
- 24 May, 2017 2 commits
-
-
Dan Abramov authored
- eslint-config-react-app@1.0.4 - react-dev-utils@2.0.1 - react-error-overlay@1.0.6 - react-scripts@1.0.6
-
Iain Beeston authored
* Upgraded eslint-plugin-jsx-a11y to 5.0.3 to take advantage of d70ac7d7975819e7a52b85465ec67a0d93eb962a
-
- 22 May, 2017 2 commits
-
-
Dan Abramov authored
- eslint-config-react-app@1.0.3 - react-dev-utils@2.0.0 - react-error-overlay@1.0.5 - react-scripts@1.0.5
-
Dan Abramov authored
- react-error-overlay@1.0.4 - react-scripts@1.0.4
-
- 21 May, 2017 2 commits
-
-
Dan Abramov authored
- eslint-config-react-app@1.0.2 - react-dev-utils@1.0.3 - react-error-overlay@1.0.3 - react-scripts@1.0.3
-
Broda Noel authored
* Wrap console calls into a check * Add another check
-
- 20 May, 2017 2 commits
-
-
Dan Abramov authored
- react-dev-utils@1.0.2 - react-error-overlay@1.0.2 - react-scripts@1.0.2
-
Dan Abramov authored
-