Dan Abramov
0b1d636576
Publish
...
- create-react-app@1.5.2
- react-scripts@1.1.1
2018-02-09 13:20:59 +00:00
Dan Abramov
1a9722f50a
Revert "Set the public path to the asset manifest entries ( #2544 )"
...
This reverts commit bab2c29522 .
I meant to apply it to `next` instead.
2018-02-09 13:20:21 +00:00
Dan Abramov
09d216ecce
Unpin and bump fsevents (for 1.x branch) ( #4006 )
2018-02-09 13:10:41 +00:00
Ian Sutherland
32ea0c0e6d
Update dotenv-expand to fix bug with environment variables that contain a $. ( #4000 )
2018-02-09 13:08:30 +00:00
Alf Eaton
815853db7f
Update instructions for continuous delivery with Netlify ( #3971 )
2018-02-04 15:54:14 +00:00
Ronald Rey
eee29075d6
Include {json,css} files in prettier command ( #3894 )
...
Update User Guide's README.md to include `json` and `css`
files in the command to format the entire project for the first time
with prettier, that it's consistent with the `lint-staged` command.
2018-01-22 13:51:38 +00:00
Robin van der Vleuten
bab2c29522
Set the public path to the asset manifest entries ( #2544 )
2018-01-20 19:31:27 +00:00
Dan Abramov
034c6ad348
1.5.1
2018-01-18 12:08:58 +00:00
Bond
2bf092967f
pin envinfo version to 3.4.2 ( #3853 )
...
See #3837
2018-01-18 11:55:02 +00:00
Dan
e73a783ef1
Publish
...
- babel-preset-react-app@3.1.1
- create-react-app@1.5.0
- eslint-config-react-app@2.1.0
- react-dev-utils@5.0.0
- react-error-overlay@4.0.0
- react-scripts@1.1.0
2018-01-15 00:53:37 +00:00
Dan Abramov
95b26012a4
Tweak section on expanding env variables
2018-01-15 00:36:53 +00:00
Ian Sutherland
b86fe056a3
Add warning when HOST environment variable is set ( #3730 )
...
* Add warning when HOST environment variable is set (#3719 )
* Improve HOST environment variable warning message
* Adjust text and message
Closes #3719
2018-01-14 14:14:37 -05:00
Dan Abramov
22f9fe0d33
Always include destructuring transform ( #3788 )
...
* Always include destructuring transform
* Fix lint
2018-01-14 15:37:00 +00:00
Dan Abramov
1e9eaf3630
Bump detect-port-alt ( #3787 )
...
* Bump detect-port-alt
* Bump again
2018-01-14 15:05:38 +00:00
Dan Abramov
585608e3d6
Update opn ( #3784 )
2018-01-14 10:24:00 +00:00
Dan Abramov
0aeffe62ef
Switch to Yarn Workspaces ( #3755 )
...
* Switch to Yarn Workspaces
* Feedback
* Move flowconfig
* Use publish script
* Keep git status check
* Fix Flow without perf penalty
* Remove Flow from package.json "test"
* Try running it from script directly (?)
* Try magic incantations
* lol flow COME ON
* Try to skip Flow on AppVeyor
* -df
* -df
* -df
* Try to fix CI
* Revert unrelated changes
* Update CONTRIBUTING.md
2018-01-12 01:54:53 +00:00
Dan Abramov
3f7851deab
Try updating Flow ( #3757 )
2018-01-12 00:01:30 +00:00
Jonathan
89bf2fcc55
Adding some more non-conflicting files to validFiles ( #3740 )
2018-01-11 12:29:35 +00:00
Ade Viankakrisna Fadlil
7b881f12e3
move the link for deployment to the bottom ( #3736 )
2018-01-10 17:43:32 +00:00
Ade Viankakrisna Fadlil
7fd37d35ed
add link to deployment docs after build ( #3104 )
...
* add link to deployment docs after build
* Update printHostingInstructions.js
2018-01-10 16:51:12 +00:00
Vladimir Tolstikov
d49744f04c
docs: add info about HTTP caching headers into Firebase section ( #3659 )
2018-01-10 13:02:45 +00:00
Siddharth Doshi
0ec41350db
Use proxy for all request methods other than GET ( #3726 )
...
* Use proxy for all request methods other than GET
* Add comment
2018-01-10 12:00:03 +00:00
Jonathan
72b6eb8c3c
Cleaning up printHostingInstructions a bit ( #3036 )
...
* Replacing literal 'build' with `buildFolder` variable
* Cleaning up the printHostingInstructions a bit
* Fixing undefined variable
2018-01-09 17:41:10 +00:00
Sascha Dens
11f09a16aa
Extend --scripts-version to include .tar.gz format ( #3725 )
...
* Extend --scripts-version to include .tar.gz format
* Removal of debug console.log
2018-01-09 17:34:46 +00:00
Maksym Dogadailo
3a0b836be3
added getProxy ( #3320 )
...
* added getProxy
getProxy checks proxy settings from process.env.https_proxy or Yarn (NPM) config (.npmrc)
* changed yarn for npm to get https-proxy
default value for https-proxy is null, not undefined like in yarn
2018-01-09 17:30:25 +00:00
Ryan McCue
887fd10ed8
Print full directory name from lsof ( #3440 )
...
awk splits lines based on spaces, which causes directory names with spaces to end up in other fields. Using a for loop allows us to print from the 9th field onwards instead of just the 9th field.
2018-01-09 16:07:21 +00:00
Moos
dccc752cac
fix #2223 - [feature] Implement dotenv-expand to accept variable expa… ( #3387 )
...
* fix #2223 - [feature] Implement dotenv-expand to accept variable expansion in dot env files
* add to README TOC
* fix readme
* Update README.md
2018-01-09 16:05:36 +00:00
Trevor Brindle
b507a9aec1
add envinfo package, —info flag ( #3408 )
...
* add envinfo package, —info flag
* update envinfo to use new duplicates option
2018-01-09 16:02:15 +00:00
David Boyne
ab507e62f8
Updated babel-preset-react-app README.md ( #3463 )
...
Added some more documentation to install the babel-preset-react-app making it more clear on how to get started with this preset outside of create-react-app.
2018-01-09 15:59:26 +00:00
Tao Gómez Gil
373687feaf
Add Powershell commands to README.md ( #3515 )
2018-01-09 15:50:20 +00:00
Jonathan
0d716713c4
Allowing "file:<path>" --scripts-version values ( #3629 )
...
* Allowing for local "file:" prefixed scripts packages
* Fixing test failure
2018-01-09 15:49:17 +00:00
Tharaka Wijebandara
10b05c7662
Open editor to exact column from build error overlay ( #3465 )
...
* Open editor to exact column from build error overlay
* Update launch editor validations
2018-01-09 15:47:22 +00:00
shrynx
85bf3a937b
added code-insiders to the editor list ( #3652 )
2018-01-09 15:46:46 +00:00
Danny Calleri
5a0b1ef56d
Better documentation for setupTests.js when ejecting ( #3656 )
...
* Better documentation for setupTests.js when ejecting
When running `npm run eject` before creating `src/setupTests.js`, the resulting `package.json` file, won't contain any entry for it - and this is correct in my opinion, since otherwise Jest will crash - but it's useful to have it documented and avoid pointless waste of time.
* Added additional note about src/setupTests.js
Added another note about src/setupTests.js and `npm run eject` in Testing Components section
* Update README.md
* Update README.md
2018-01-09 15:25:59 +00:00
David Gilbertson
fd1a2441b7
Fix typo ( #3478 )
...
'more' and 'simpler' together is incorrect.
2018-01-09 15:17:19 +00:00
Juhamatti Niemelä
d61a3313f6
Fix asset size comparison for multi build stats ( #3514 )
...
If create-react-app project is ejected and webpack configuration is
modified to multi build setup FileSizeReporter would fail.
In those situations `webpackStats` parameter would contain stats array
for each build. This fix will try to access stats and then falls back
to using plaing webpackStats object.
2018-01-09 15:13:59 +00:00
Evan You
bef40eeb84
Add editor support for Sublime Dev & VSCode Insiders ( #3700 )
2018-01-09 15:10:31 +00:00
Ulrik Strid
c6034703fc
Add link for automatic deployment to azure ( #1791 )
2018-01-09 14:45:51 +00:00
Dan Abramov
d1adff07ff
Document AJAX requests
2018-01-09 14:21:50 +00:00
Daniel Verejan
d3a1765470
Update the string that clears the console. ( #2071 )
...
* Update the string that clears the console.
#1914
I've tested it with Windows 10 and 7, node versions from ~5.0.0 up to 7.7.0.
Didn't managed to test it on 8 but it should be fine.
* Update windows string
Add windows specific string for clearing the console.
2018-01-09 13:46:29 +00:00
Rafael E. Poveda
e3e8cdd699
Support setting none in REACT_EDITOR env variable ( #3721 )
...
* add support to set REACT_EDITOR to none
* change README message
* change condition to avoid problems with editor being null
* move condition to avoid extra code
2018-01-09 12:35:43 +00:00
Dan Abramov
1c8a7f3fec
Document that src/setupTests.js doesn't work if created after ejecting
2018-01-08 23:48:06 +00:00
Dan Abramov
8234e4658d
Add missing TOC entries
2018-01-08 23:30:36 +00:00
Dan Abramov
3a009b3403
Document NODE_PATH
2018-01-08 23:18:17 +00:00
Mae Capozzi
5e2c05151c
Update README.md ( #3717 )
...
* Update README.md with a note that reminds users to prepend REACT_APP_ to their environment variables.
* Based on #865 , where Dan Abramov suggests the person who filed the issue create a PR with these changes.
* Took the language from [Adding Custom Environment Variables](https://github.com/facebookincubator/create-react-app/tree/master/packages/react-scripts/template#adding-custom-environment-variables )
2018-01-08 22:31:43 +00:00
Dan Abramov
ce07e98bbd
Relax no-cond-assign rule ( #3716 )
...
Fixes #2793
2018-01-08 21:34:01 +00:00
Dan Abramov
419e4d8f57
Add a note about Babel
2018-01-08 21:32:01 +00:00
Ernesto García
1b067c5659
Autodetect MacVim editor ( #3545 )
...
Adds support for the error overlay to detect and open the file with the error in MacVim.
Relates to #2636 .
2018-01-08 21:08:29 +00:00
Dan Abramov
7ecbc029c7
Update README.md
2018-01-08 18:51:09 +00:00
Dan Abramov
8bb72919cc
on -> to
2018-01-08 14:42:40 +00:00