- 22 May, 2017 2 commits
-
-
Dan Abramov authored
-
Pavol Madar authored
-
- 21 May, 2017 3 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
-
Joe Haddad authored
* Ensure address is private Resolves #2296 * adjust rule * Update WebpackDevServerUtils.js
-
Broda Noel authored
* Wrap console calls into a check * Add another check
-
- 20 May, 2017 6 commits
-
-
Dan Abramov authored
- react-dev-utils@1.0.2 - react-error-overlay@1.0.2 - react-scripts@1.0.2
-
Jeffrey Posnick authored
* Provide a no-op SW that will be served by the dev environment. * Hide no-op service worker from user
-
Dan Abramov authored
-
Dan Abramov authored
-
Malcolm authored
-
- 19 May, 2017 4 commits
-
-
Jonathan authored
* Adding missing dependency * Pinning text-table dependency
-
Dan Abramov authored
- eslint-config-react-app@1.0.1 - react-dev-utils@1.0.1 - react-error-overlay@1.0.1 - react-scripts@1.0.1
-
chyipin authored
* Show customized build path for serve instruction * Remove cyan
-
Joe Haddad authored
Closes #2232
-
- 18 May, 2017 7 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
* Show warnings for builds * Move WebpackDevServer helpers into react-dev-utils
-
Brian Vaughn authored
* Fixed several of the issues and nits from PR: * Moved margin between header and file name to header, so when content was scrolled, the header would remain more separate * Made build-time and runtime overlays better match * Secondary error <pre> style now uses yellow bg instead of red * 'Scrollable Header' (see above comment to why this is necessary) but I did increase the max-height from 35% to 50%. * Fixed header and 'X' button vertical alignment * Temporary stack margin fix * Move "N errors" to the top
-
Dan Abramov authored
-
- 17 May, 2017 4 commits
-
-
Brian Vaughn authored
* Tweaked overlay styles * Tweaked pre-style * Clicked to background overlay dismiss * Tidied up styles tobe more mobile Safari friendly * Re-enabled pre-wrap * Margin fixes * Base font-size 10 -> 11px * Error overlay is full-screen now based on feedback * Make "N errors on the page" visible again * Fix bottom margin of frame location and lack of tab nav * Add tooltip to close button * Bring compile error styles closer to runtime overlay * s/when/if/
-
Joe Haddad authored
* Correct readme * Add tests * Update README.md
-
Dan Abramov authored
-
Joe Haddad authored
* Add module scope plugin * Oops * Add comments * Check windows seps too * More descriptive error * Document it
-
- 16 May, 2017 5 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Alison Monteiro authored
* react-dev-utils/openBrowser now supports urls with 2+ params Fixed #2047 * react-dev-utils/openBrowser: encode url before open the browser
-
Dan Abramov authored
* Bump dependencies * Bump CSS deps * Somehow I missed dotenv * Bump ESLint deps * Tweak ESLint rules
-
- 15 May, 2017 9 commits
-
-
Gabriel Aumala authored
* Support node scripts in BROWSER Modify OpenBrowser.js to run node scripts specified with the BROWSER environment variable . If the value of the BROWSER environment variable ends with '.js' a child process is spawned to execute the script with node.js. Any arguments passed to npm start are also passed to this script, as well as the url where the app is served. The command executed in the child process is: node <pathToScript> [OPTIONS] <url> Update User Guide. * Tweak code style * Pin dep * Comment out 0.10 docs
-
Joe Haddad authored
-
Dan Abramov authored
-
Joe Haddad authored
-
James Blight authored
* Change proxy handling to allow multiple proxies to be specified in package.json. * Up webpack-dev-server to 2.4.2 Webpack Dev Server version 2.4.2 handles the external websocket upgrade for all proxies * Fix the listen() call * Switch to correct default host * Remove promises and extract to react-dev-utils * oops
-
Joe Haddad authored
* Warn for missing braces * Overlay, too
-
Joe Haddad authored
-
Dan Abramov authored
-
Dan Abramov authored
* Tweak error and warning output * Add a colon
-