Mato Ilic
5414cff033
Create empty package.json in e2e test ( #1401 ) ( #1402 )
...
* Create empty package.json in e2e test
Create empty package.json in e2e test while installing packaged CLI to prevent installation issues.
* Use "npm init" to initialize package.json instead of just writing an empty object into it.
* Fix typo
2017-03-05 17:13:26 +00:00
Pierre Bertet
d07accbd09
Fix openBrowser() when BROWSER=open on macOS ( #1690 )
...
* Fix openBrowser() when BROWSER=open on macOS
* Tweaks
2017-03-05 16:42:13 +00:00
Dan Abramov
23f85d3f42
Trigger AppVeyor cache cleanup
2017-03-05 16:14:04 +00:00
Dan Abramov
9d8096e6ff
Link Appveyor caches to appveyor.cleanup-cache.txt
2017-03-05 16:13:46 +00:00
Dan Abramov
ae61bf65ca
Create appveyor.cleanup-cache.txt
2017-03-05 16:13:22 +00:00
Ade Viankakrisna Fadlil
4ec5af39ac
add double quotes to escape spaces in paths in e2e ( #1707 )
...
* add double quotes to escape spaces in path
* Change $* to "$@" props to @n3tr
* escape spaces in path for all e2e tests
2017-03-05 15:42:10 +00:00
Chris Drackett
19a46724fb
Add support for ignoreRestSiblings in no-unused-vars ( #1705 )
...
* updating eslint to 3.16.1
* add support for ignoreRestSiblings in eslint
http://eslint.org/docs/rules/no-unused-vars#ignorerestsiblings
* updating eslint to 3.16.1 in `react-scripts`
* updating eslint
* missing `^`
* missing ^
* pinning main eslint and updating readme
* Pin ESLint version
2017-03-05 14:54:33 +00:00
Ryan Platte
3fe828929f
Update now.sh deployment instructions. ( #1710 )
...
* Update now.sh deployment instructions.
Incorporates changes announced at https://zeit.co/blog/now-static that streamline Now deployments from CRA projects.
* Remove unintentional reference to deployed app.
No emergency; just didn't intend to tout or send traffic to my prototype.
2017-03-05 14:44:35 +00:00
Ade Viankakrisna Fadlil
443ca23d55
Add docs for apache's client side routing setting ( #1717 )
...
* Add docs for apache's client side routing setting
* Tweak advice
2017-03-05 14:07:19 +00:00
Joe Haddad
8951fbe7a3
Lerna 2.0.0-beta.38 expects packages entry
2017-03-04 12:59:09 -05:00
Ade Viankakrisna Fadlil
b421ed9047
pin and bump lerna ( #1688 )
2017-03-04 13:52:37 +00:00
pd4d10
72695a1c7c
Remove unneeded url lib ( #1715 )
...
Remove unused `url` import in Webpack config
2017-03-04 13:31:12 +00:00
Daniel Grant
b88d6655eb
Modularise scripts ( #1433 )
...
* Refactor start script into modules
* Move dev server config into config file
* Replace eject file whitelist with a "remove-file-on-eject" flag
* Move utils into scripts folder (for inclusion in ejection)
* Add missed changes
* Pass showInstructions as an argument
* Fix eject bug
* Don't eject babelTransform
2017-03-03 22:05:07 -05:00
Chris Drackett
59cab8f590
Improve reliability of port hint. ( #1696 )
...
* fixing things for people with the username `cwd`
closes #1694
* combine awk into a single command and add escaping
2017-03-03 13:03:07 -05:00
Joe Haddad
c7a9daeb80
Fix Jest tests for Cygwin
2017-03-02 22:33:47 -05:00
Travis Giggy
db64278dd6
Diagnostic code ( #1695 )
...
* Adding diagnostic code as requested by @gaearon
* Oops
2017-03-02 21:51:22 +00:00
Simen Bekkhus
45d1d247df
Update extract-text-webpack-plugin to latest ( #1700 )
2017-03-02 10:22:23 -05:00
Dan Abramov
404c354196
Suggest to use .env for enabling polling mode ( #1698 )
2017-03-02 12:29:44 +00:00
Joe Haddad
43139bc093
Re-enable e2e-install directory test
2017-03-01 20:11:08 -05:00
Myk Klemme
af6a0fffc1
Fixed missing flag in first preprocess command ( #1687 )
2017-03-01 01:41:09 -05:00
Dan Abramov
60ba9f2b11
Suggest CRA 1.2.1 in changelog
2017-03-01 02:49:56 +00:00
Joe Haddad
1a838dcc13
Published CLI from 0.9.x
...
- create-react-app@1.2.1
2017-02-28 20:56:12 -05:00
Joe Haddad
342867e147
appveyor: Build all branches
2017-02-28 20:56:12 -05:00
Dan Abramov
10a8dc66d3
Published 0.9.3 from 0.9.x
...
- create-react-app@1.2.0
- react-scripts@0.9.3
2017-02-28 20:56:00 -05:00
Joe Haddad
a85ae1d951
False expression should not be in dependencies
2017-02-28 18:03:37 -05:00
Dan Abramov
ee3b788f8f
Add "migrating" section for 0.9.3
2017-02-28 17:35:00 +00:00
Dan Abramov
15e1ec287f
Add 0.9.3 changelog ( #1683 )
2017-02-28 17:33:12 +00:00
Simon Vocella
bf948bf24d
Use offline cached version with yarn when it's possible ( #1423 )
...
* add --offline flag when we are using yarn and we are offline
* Revert changes to init script
We only run these commands for backward compat mode, in which we wouldn't receive the offline flag anyway
* Don't pass isOnline to init script because it doesn't need it
* Don't ping the Yarn registry if user doesn't have Yarn
* Remove unused/wrong arguments
* Move logs to error handler
* Fix error handling
* Report to the user that they're offline
2017-02-28 15:27:53 +00:00
Johann Hubert Sonntagbauer
2b824d8bc3
add X-FORWARDED headers for proxy requests ( #1677 )
2017-02-28 14:07:29 +00:00
Dan Abramov
7c899fc392
Revert "Enable eslint caching in development" ( #1665 )
2017-02-28 14:02:45 +00:00
Johann Hubert Sonntagbauer
3509dcd1f7
fix project cleanup on windows ( #1675 )
2017-02-28 14:00:58 +00:00
Johann Hubert Sonntagbauer
c51a6119a7
add project name validation ( #1662 )
...
* add project name validation
* Tweak console output
2017-02-28 13:58:15 +00:00
Joe Haddad
715968ecc1
Remove Windows 0.10 simple test
2017-02-28 08:50:28 -05:00
Johann Hubert Sonntagbauer
2d93ae125f
fix react dependency versions during initial install ( #1669 )
...
* fix react dependency versions during initial install
* add review remarks
2017-02-28 13:45:41 +00:00
Joe Haddad
a3a223aa1e
Add appveyor.yml ( #1648 )
...
* Add appveyor.yml
* Execute mocha directly in e2e test
* Replace e2e process substitution
* Kill nohup node processes after e2e
* Disable known failing Windows test
* Only build master
2017-02-27 18:41:49 -05:00
Joe Haddad
a1858c7b38
Fix e2e-simple (cont.)
2017-02-27 18:39:41 -05:00
Joe Haddad
d0695f7d5d
Fix e2e when used with cold cache ( #1667 )
...
Resolves #1666
2017-02-27 10:46:42 -05:00
Ryan Sullivan
432ba82ad2
Set Chrome userDataDir to be under .vscode folder ( #1657 )
2017-02-27 01:10:42 +00:00
Dan Abramov
68e9bb9d86
Format differently
2017-02-26 14:00:22 +00:00
Dan Abramov
e1e28d961a
Merge changelogs
2017-02-26 13:56:26 +00:00
Dan Abramov
ba5da93b58
0.9.2
2017-02-26 13:52:58 +00:00
Dan Abramov
fbae44aec7
Add 0.9.2 changelog
v0.9.2
2017-02-26 13:38:21 +00:00
Dan Abramov
2f6fac9f93
Fix npm test on Windows ( #1647 )
2017-02-26 13:35:24 +00:00
Dan Abramov
253c1e01c4
Add a note about known issue
2017-02-26 13:00:43 +00:00
Joe Haddad
f68cc67cc7
Update changelog
2017-02-25 22:10:39 -05:00
Joe Haddad
e1aaf39718
Add changelog for 0.9.1
2017-02-25 22:10:39 -05:00
Joe Haddad
f3d8ffff0f
Published 0.9.1 at 9e2624f332
...
- babel-preset-react-app@2.1.1
- create-react-app@1.1.0
- eslint-config-react-app@0.5.2
- react-dev-utils@0.5.1
- react-scripts@0.9.1
2017-02-25 22:10:11 -05:00
Vicente Jr Yuchitcho
6876c40259
Gracefully handle initial installation error ( #1512 )
...
* Gracefully handle initial installation error
* Print out message when problem occurs
* Delete project folder on errors
* Fix directory deleting message
Resolves #1505
2017-02-25 11:48:53 -05:00
Joe Haddad
2288ddf3b6
Support & test import() for non-bundled code ( #1615 )
...
* Test basic import syntax
* Compile import() in test, only support syntax otherwise
2017-02-25 00:03:12 -05:00
Dan Abramov
3289c32021
Fix up broken line
2017-02-24 22:29:36 +00:00