Dan Abramov
de839e9cc5
Update ISSUE_TEMPLATE.md
2017-06-26 15:10:12 +01:00
Dan Abramov
7a8466a560
Update ISSUE_TEMPLATE.md
2017-06-26 15:09:34 +01:00
Dan Abramov
4289fcef84
Whitespace
2017-06-26 15:08:37 +01:00
Dan Abramov
d468a80f25
Update issue & PR templates ( #2618 )
...
* New issue template
* Update PULL_REQUEST_TEMPLATE.md
* Update ISSUE_TEMPLATE.md
2017-06-26 15:02:42 +01:00
Dan Abramov
70e36f04f4
Warn about npm 5 in issue template
2017-06-23 17:26:42 +01:00
Joe Haddad
31a4d14b33
Fix a potential issue ( #2569 )
2017-06-19 13:27:02 -04:00
varnav
5b38c5439d
Check if CI variable is set to 'false' ( #2501 )
...
* Fix incorrect check if CI variable is set to true
Originally build would fail on warnings with any value of CI environment variable. Now it will correctly check if it's true.
Discussed here: https://github.com/facebookincubator/create-react-app/issues/2453
* Check for "not false" instead of "not true"
After discussion we decided that this will be closer to current functionality and not break anything.
2017-06-19 12:36:28 -04:00
Levin Rickert
b1c0faaffe
Show warning when trying to run on port below 1024 without admin permissions under Linux ( #2518 )
2017-06-19 18:00:11 +02:00
Andi N. Dirgantara
2ab7ead907
Fix wrong comment on Proxy guide ( #2447 )
...
It should be `baz` instead of `bar` on last example.
2017-06-18 12:52:34 -04:00
Roman
e6f99359e8
Fix broken link to React Router docs ( #2538 )
...
* Update README.md
Fix broken link to React Router documentation
* Update README.md
2017-06-18 12:50:19 -04:00
Joseph Frazier
acb1957555
Upgrade fsevents to 1.1.2 ( #2550 )
...
This eliminates a `yarn` warning on OSX machines running Node.js 8. See
here for details: https://github.com/strongloop/fsevents/issues/170
You can see an example of the warning in the second screenshot in
https://github.com/facebookincubator/create-react-app/issues/2422#issuecomment-305218252
2017-06-18 12:48:40 -04:00
Khang Lu
67f6163b0d
Simplify flow init docs ( #2522 )
...
- Call `npm run flow --init` won't create a .flowconfig file, it should be `npm run flow init`
2017-06-12 13:19:12 -04:00
Michael Shilman
9b3cf2f57d
Fix link to Storybook docs ( #2521 )
2017-06-11 23:15:26 -04:00
Alexandre Nicastro
cccd855fc8
Fix minor docs typo ( #2500 )
2017-06-08 02:41:29 -04:00
Glenn Reyes
054778f4db
chore(templates): Move GitHub templates to hidden .github folder ( #2489 )
2017-06-07 15:44:46 +01:00
Stanislas Ormières
9438c5bbc1
Update webpack links to point to webpack 2 ( #2492 )
...
* Update README.md to make links to webpack point to webpack.js.org instead
insteade of webpack 1 webpack.githup.io
2017-06-07 15:43:22 +01:00
Joe Haddad
dc4ce606ef
Unscope detect-port ( #2483 )
...
Resolves #2481
2017-06-06 14:02:27 -04:00
Zac Kwan
c78c1fae62
Added NamedModulesPlugin in webpack.config.dev.js ( #2458 )
...
* Added NamedModulesPlugin in webpack.config.dev.js
* Update webpack.config.dev.js
2017-06-06 14:06:39 +01:00
bryankang
b264b8de33
Prioritize index.css over the implicit App.css ( #2470 )
2017-06-06 00:36:13 +01:00
Norbert de Langen
e898215b7f
re-add storybook && update the documentation and links ( #2331 )
...
* re-add storybook && update the documentation and links
* Change to new documentation domain
2017-06-04 08:14:16 -04:00
Ryan Sullivan
d1f37d98ab
Update Travis CI Node versions in User Guide ( #2454 )
...
Removed Node v4 (CRA only supports Node >= 6)
2017-06-02 14:05:25 +01:00
Rustem Kakimov
e91648a9bb
Fix docs typo ( #2420 )
...
"ensuring that you web app" ->
"ensuring that your web app"
2017-05-31 09:40:46 -04:00
Marius Wirtherle
02f88ba157
Add WebStorm >2017 launchEditor Support ( #2414 )
2017-05-30 14:00:16 +01:00
Lufty Wiranda
19c5277593
docs: update jest-enzyme section ( #2392 )
...
since CRA now use the latest version of Jest under the hood,
`jest-enzyme` v3.2.0 is now working perfectly fine
2017-05-29 19:50:32 +01:00
Frédéric Miserey
bcf398d75b
Fix detection of parent directory in ModuleScopePlugin ( #2405 )
...
* Fix detection of parent directory
* Correct parent directory detection fix
Add windows specific path and extend to issuer path
2017-05-29 19:49:57 +01:00
Ro Savage
32f82c03cb
Added cache clear to e2e scripts ( #2400 )
...
* Added cache clear to e2e scripts
* Install latest yarn on AppVeyor to avoid windows crashing bug in yarn
* Alternative fix for yarn crashing e2e tests on windows machines
2017-05-29 19:00:43 +01:00
Ro Savage
e6ddfb0411
Fix kill command in e2e-kitchensink.sh cleanup ( #2397 )
2017-05-29 11:09:40 +01:00
Dan Abramov
3f342383c3
Revert "Catch "No tests found" during CI" ( #2390 )
...
* Revert "Fix wrong path expansion in end-to-end test (#2388 )"
This reverts commit 2aafaad72d .
* Revert "Suggest just "yarn build" (#2385 )"
This reverts commit 70bf12505c .
* Revert "Catch "No tests found" during CI (#2387 )"
This reverts commit 5317b3f910 .
2017-05-27 23:26:03 +01:00
Dan Abramov
2aafaad72d
Fix wrong path expansion in end-to-end test ( #2388 )
...
* Update e2e-kitchensink.sh
* Try again (differently)
2017-05-27 21:38:00 +01:00
Dan Abramov
70bf12505c
Suggest just "yarn build" ( #2385 )
2017-05-27 21:26:53 +01:00
Fabrizio Castellarin
5317b3f910
Catch "No tests found" during CI ( #2387 )
2017-05-27 20:32:12 +01:00
Dan Abramov
58d8c5c05c
Publish
...
- react-dev-utils@3.0.0
- react-error-overlay@1.0.7
- react-scripts@1.0.7
react-scripts@1.0.7
v1.0.7
react-error-overlay@1.0.7
react-dev-utils@3.0.0
2017-05-27 12:42:54 +01:00
Dan Abramov
84efd45031
Add changelog for 1.0.7 ( #2384 )
2017-05-27 12:41:44 +01:00
Dan Abramov
1421010ae2
Update webpack to 2.6.1 ( #2383 )
2017-05-27 12:38:40 +01:00
Dan Abramov
2069e8ac43
Consistently set environment variables ( #2382 )
2017-05-27 12:37:07 +01:00
David Ascher
f6d8544033
Disable comparisons feature in uglify compression in production ( #2379 )
...
* Disable a micro-option in uglify that appears to be buggy
See https://github.com/facebookincubator/create-react-app/issues/2376
* wrong plugin
* Add a comment
2017-05-27 12:36:42 +01:00
Zac Kwan
c1ba38dbf5
Removed the overriding of reduce_vars to false since webpack v2.6.0 included the fixed for Uglify bug ( #2351 )
2017-05-27 12:33:13 +01:00
Mirza Joldic
fbaeff2d6e
Update README.md for now deployments ( #2372 )
...
Simplified steps for deploying app to `now` as a static site. No need to `serve` script in `package.json` file. As of May 15, 2017, all static deployments on `now` are free and unlimited.
2017-05-26 12:33:02 +01:00
Jin Zheng
b60f55c6bf
Print file sizes with correct build folder path. ( #2361 )
...
* Print file sizes with correct build folder path.
* Just use the print the basename.
2017-05-25 16:18:29 +01:00
Dan Abramov
36e279da13
Fix broken links ( #2350 )
2017-05-24 16:49:56 +01:00
Emanuele Ingrosso
90f9c6bbf9
Update webpack to v2.6.0 in react-scripts ( #2349 )
2017-05-24 14:57:34 +01:00
Dan Abramov
7a1873c0a7
Publish
...
- eslint-config-react-app@1.0.4
- react-dev-utils@2.0.1
- react-error-overlay@1.0.6
- react-scripts@1.0.6
react-error-overlay@1.0.6
react-dev-utils@2.0.1
eslint-config-react-app@1.0.4
v1.0.6
react-scripts@1.0.6
2017-05-24 13:22:25 +01:00
Dan Abramov
e4f7d54745
Add changelog for 1.0.6 ( #2348 )
2017-05-24 13:21:50 +01:00
Ryan Sullivan
55fe1369d7
Add navigateFallbackWhitelist /__* to SW Precache config ( #2347 )
...
* Add navigateFallbackWhitelist /__* to SW Precache config
* Add comments
2017-05-24 13:07:45 +01:00
Iain Beeston
0d2989ba6d
Resolve flow errors in eslint JSX a11y ( #2346 )
...
* Upgraded eslint-plugin-jsx-a11y to 5.0.3 to take advantage of
d70ac7d7975819e7a52b85465ec67a0d93eb962a
2017-05-24 11:01:31 +01:00
Joe Haddad
a29808a2c8
Don't resolve localhost if on network ( #2332 )
...
* Don't resolve if on network
* Update WebpackDevServerUtils.js
2017-05-24 11:00:24 +01:00
Dan Abramov
913689fa4b
Update CHANGELOG.md
2017-05-23 16:58:52 +01:00
Jesse Palmer
bef503e752
Add missing files to README ( #2334 )
...
* add missing files
* Update README.md
2017-05-23 02:00:30 -04:00
Dan Abramov
2558c3e32f
Publish
...
- eslint-config-react-app@1.0.3
- react-dev-utils@2.0.0
- react-error-overlay@1.0.5
- react-scripts@1.0.5
v1.0.5
2017-05-22 17:09:28 +01:00
Dan Abramov
6e9b73014a
Add "Migrating" section
2017-05-22 17:09:02 +01:00