Joe Haddad
dfbc71ce2a
Publish
...
- react-dev-utils@5.0.1
- react-scripts@1.1.4
2018-04-03 20:27:48 -04:00
Dan Abramov
408db51973
Publish
...
- react-scripts@1.1.3
2018-04-03 18:30:53 +01:00
Dan Abramov
d639e90bfa
Work around Jest environment resolving bug ( #4247 )
2018-04-03 18:03:08 +01:00
Dan Abramov
609aeea67b
Publish
...
- react-scripts@1.1.2
2018-04-03 00:48:34 +01:00
Vicente Plata
cb1608b3e0
Add troubleshooting for Github Pages ( #4197 )
...
Add troubleshooting for an issue that has to do with either 2FA, or using Windows, or both, when trying to deploy an app via gh-pages
2018-03-23 11:07:25 +01:00
Lee Byron
c6375edc07
.mjs should not resolve before .js files (#4085 )
...
Support for .mjs files added in #3239 did not account for npm libraries which ship native mjs files alongside js files. This accounts for this by ensuring .js files resolve before their accompanying .mjs file. Note that this is not an ideal end state since selecting a .mjs over a .js extension should be the result of whether `import` was used instead of `require()` in a node environment with native ESM support (currently via `--experimental-modules`). Instead, this change just *always* selects a .js extension before the .mjs extension if it exists.
This unbreaks support for using GraphQL (relay, apollo, etc) within create-react-app projects.
2018-03-22 10:27:23 -04:00
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
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
Vladimir Tolstikov
d49744f04c
docs: add info about HTTP caching headers into Firebase section ( #3659 )
2018-01-10 13:02:45 +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
Tao Gómez Gil
373687feaf
Add Powershell commands to README.md ( #3515 )
2018-01-09 15:50:20 +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
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
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
419e4d8f57
Add a note about Babel
2018-01-08 21:32:01 +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
Dan Abramov
16934fad47
Add a section on publishing components to npm
2018-01-08 14:40:24 +00:00
Dan Abramov
4f0cdcffa9
Fix the router doc
2018-01-08 14:36:28 +00:00
Dan Abramov
553712636d
Link to React docs
2018-01-08 14:33:03 +00:00
Dan Abramov
1c9301ad2f
Add a section on supported browsers
2018-01-08 14:29:14 +00:00
Dan Abramov
ece9523056
Link to an explanation for forking react-scripts ( #3710 )
2018-01-08 14:16:45 +00:00
Dan Abramov
bb718307ba
Document adding a router ( #3709 )
2018-01-08 14:02:26 +00:00
Quentin Bahers
12120f6f55
Fix typo in the User Guide ( #3670 )
...
Replace `provide a lot value` with `provide a lot of value`.
2018-01-02 11:53:45 -05:00
Elie
5d7845a733
Update README.md ( #3645 )
2018-01-02 11:15:32 -05:00
Christian Danielsen
76e3165412
Use friendlier syntax for setting env var on Windows ( #3533 )
...
* use safer/more aesthetic syntax
* fix typo
2018-01-02 11:01:42 -05:00
Amadeo Gallardo
ed5c48c81b
Updated Debugging Tests for VSCode ( #3605 )
...
The launch configuration code provided is not compatible with VSCode since version 1.19.
The proposed documentation change is based on the response by a VSCode team member.
References:
https://github.com/facebookincubator/create-react-app/issues/3602#issuecomment-352075571
https://github.com/Microsoft/vscode/issues/40293#issuecomment-352017028
2017-12-18 15:36:32 -05:00
Nils Magnus Englund
bd682de1f6
Fixed typo in webpack.config.dev.js ( #3601 )
...
Replaced `it's` with `its`
2017-12-15 13:17:33 -05:00
Rahul Chanila
a1c5b8f705
Updates comment to reflect codebase ( #3576 )
...
the code got updated from `detect()` to `choosePort` while the comment did not.
2017-12-10 21:10:19 -05:00
Ian Sutherland
af291f3cb6
Add mjs and jsx filename extensions to file-loader exclude pattern ( #3537 )
2017-12-07 13:20:45 -05:00
Dan Abramov
9af042263f
Unmount the App in the default test ( #3511 )
2017-11-27 22:32:57 +00:00
Aaron Lamb
770fdf4ba1
Update User Guide with deploying to GitHub User pages ( #3510 )
2017-11-27 16:28:42 -05:00
Gavin Gilmour
032e62196e
Update Prettier editor integration link ( #3503 )
2017-11-25 13:52:32 +00:00
JANG SUN HYUK
657d145f34
Fix misspelling ( #3468 )
2017-11-19 16:16:41 +00:00
Jeffrey Posnick
daf8df1ab3
Add a localhost-only log message pointing folks to the PWA docs. ( #3455 )
2017-11-15 13:51:35 -05:00