- 16 Sep, 2017 2 commits
-
-
Rasmus Eneman authored
Fixes #3106
-
Tharaka Wijebandara authored
-
- 13 Sep, 2017 1 commit
-
-
David Leger authored
* Resolved issue #2971 - changed h2 to h1 in template to adhere to accessibility guidelines. - Added h1 styles to maintain same font size. * Added header tag to template Corrected templete to use semantically correct header tag for header instead of div * Added className for App-title - Added className="App-title" to h1 tag - Changed CSS selector to target class instead of element
-
- 12 Sep, 2017 1 commit
-
-
Ade Viankakrisna Fadlil authored
This reverts commit fcb6dc55.
-
- 11 Sep, 2017 3 commits
-
-
gulderov authored
* Auto-detect running editor on Linux for error overlay Basic support of auto detecting running editor for #2636. Tested on Ubuntu 16.04. It detects few editors. JetBrains products should start by wrapper like /usr/local/bin/webstorm. Otherwise it takes a lot of time to open editor. * Comments fixed. * List all processes owned by you * Comment rewording
-
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
-
- 09 Sep, 2017 1 commit
-
-
Joe Haddad authored
* Reload the page when an error has occurred Fixes #3096 * Use a global boolean instead
-
- 07 Sep, 2017 1 commit
-
-
Ade Viankakrisna Fadlil authored
* run npm 5.4.0 in CI * run npm cache clean with --force in CI * use link instead of install * Update e2e-installs.sh * Update e2e-kitchensink.sh * Update e2e-simple.sh
-
- 06 Sep, 2017 2 commits
-
-
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
-
Jon Crenshaw authored
The `npm install` script for outside usage instructions is outdated. Updated to match the package's current peer dependencies.
-
- 03 Sep, 2017 1 commit
-
-
Tharaka Wijebandara authored
-
- 02 Sep, 2017 6 commits
-
-
Dan Abramov authored
- react-dev-utils@4.0.1 - react-error-overlay@2.0.1 - react-scripts@1.0.13
-
Dan Abramov authored
-
Dan Abramov authored
-
Jared Palmer authored
* Make error overlay file configurable * Add fallback filename
-
Anthony authored
-
Tharaka Wijebandara authored
-
- 01 Sep, 2017 2 commits
-
-
Erik J. Sturcke authored
-
Tharaka Wijebandara authored
-
- 28 Aug, 2017 6 commits
-
-
Dan Abramov authored
- react-dev-utils@4.0.0 - react-error-overlay@2.0.0 - react-scripts@1.0.12
-
Dan Abramov authored
-
Dan Abramov authored
-
Sylvain Baronnet 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
-
- 27 Aug, 2017 1 commit
-
-
Joe Haddad authored
-
- 26 Aug, 2017 1 commit
-
-
Dan Abramov authored
-
- 21 Aug, 2017 1 commit
-
-
Ekaterina Prigara authored
* Debugging in WebStorm * Fixed formatting for shortcuts * Added note about default URL
-
- 16 Aug, 2017 1 commit
-
-
Yann Pringault authored
* Fix docs for `printFileSizesAfterBuild` * Add optionals parameters for `printFileSizesAfterBuild`
-
- 14 Aug, 2017 1 commit
-
-
Pier-Luc Gendreau authored
The service was rebranded to xervo.io and was completely shut down in April 2017
-
- 10 Aug, 2017 1 commit
-
-
Joe Haddad authored
-
- 09 Aug, 2017 7 commits
-
-
Thomas Bassetto authored
Fixing a small typo.
-
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
* Prepare for release * Make sure there's a break
-
Joe Haddad authored
* Bump deps * Fix linter errors * Whoops * Try to bump webpack * Update peer deps to min for eslint 4.x
-
Joe Haddad authored
-
Ade Viankakrisna Fadlil authored
* use env variable to disable source maps * Rename to use SOURCE_MAP with explicit value * Update webpack.config.prod.js
-
Stéphane Goetz authored
* Move the reduction of the messages to a single place in the place it is used. * Fix variable name
-