Skip to content

Merge from upstream #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 491 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
491 commits
Select commit Hold shift + click to select a range
b555192
Explain how to debug tests (#2992)
MattMorgis Nov 14, 2017
801fec2
Fix dead link (#3453)
vannio Nov 15, 2017
daf8df1
Add a localhost-only log message pointing folks to the PWA docs. (#3455)
jeffposnick Nov 15, 2017
47af4b4
Fix broken link to href-no-hash eslint rule (#3460)
hazolsky Nov 17, 2017
657d145
Fix misspelling (#3468)
Nov 19, 2017
c789794
Fix run-time error unregistering (#3474)
Timer Nov 21, 2017
032e621
Update Prettier editor integration link (#3503)
gaving Nov 25, 2017
733ba3a
Add link to nvm-windows (#3489)
davidgilbertson Nov 27, 2017
770fdf4
Update User Guide with deploying to GitHub User pages (#3510)
aaronlna Nov 27, 2017
9af0422
Unmount the App in the default test (#3511)
gaearon Nov 27, 2017
af291f3
Add mjs and jsx filename extensions to file-loader exclude pattern (#…
iansu Dec 7, 2017
a1c5b8f
Updates comment to reflect codebase (#3576)
rahulcs Dec 11, 2017
bd682de
Fixed typo in webpack.config.dev.js (#3601)
nmenglund Dec 15, 2017
ed5c48c
Updated Debugging Tests for VSCode (#3605)
amadeogallardo Dec 18, 2017
76e3165
Use friendlier syntax for setting env var on Windows (#3533)
cdanielsen Jan 2, 2018
5d7845a
Update README.md (#3645)
elie222 Jan 2, 2018
12120f6
Fix typo in the User Guide (#3670)
qbahers Jan 2, 2018
8cae659
Fix path regex match bug (#3686)
Norris1z Jan 4, 2018
bb71830
Document adding a router (#3709)
gaearon Jan 8, 2018
ece9523
Link to an explanation for forking react-scripts (#3710)
gaearon Jan 8, 2018
1c9301a
Add a section on supported browsers
gaearon Jan 8, 2018
1908dd1
Link to a new user guide section
gaearon Jan 8, 2018
f175c90
Link to section about routing
gaearon Jan 8, 2018
5537126
Link to React docs
gaearon Jan 8, 2018
4f0cdcf
Fix the router doc
gaearon Jan 8, 2018
16934fa
Add a section on publishing components to npm
gaearon Jan 8, 2018
8bb7291
on -> to
gaearon Jan 8, 2018
6c594ad
Link to a new help section
gaearon Jan 8, 2018
0ce8185
Use npx in README
gaearon Jan 8, 2018
43e794d
Add a link to an overview
gaearon Jan 8, 2018
7f081ad
Rewrite README
gaearon Jan 8, 2018
965eddc
Update README.md
gaearon Jan 8, 2018
5e2290b
Update README.md
gaearon Jan 8, 2018
4bbff3b
Update README.md
gaearon Jan 8, 2018
b2f48ce
Update README.md
gaearon Jan 8, 2018
7ecbc02
Update README.md
gaearon Jan 8, 2018
58e31f9
Update readme.md (#3712)
iamclaytonray Jan 8, 2018
077dc22
Update README.md
gaearon Jan 8, 2018
1b067c5
Autodetect MacVim editor (#3545)
gnapse Jan 8, 2018
419e4d8
Add a note about Babel
gaearon Jan 8, 2018
ce07e98
Relax no-cond-assign rule (#3716)
gaearon Jan 8, 2018
5e2c051
Update README.md (#3717)
maecapozzi Jan 8, 2018
3a009b3
Document NODE_PATH
gaearon Jan 8, 2018
8234e46
Add missing TOC entries
gaearon Jan 8, 2018
9d13edc
Add missing TOC entry
gaearon Jan 8, 2018
21d0723
Be clearer
gaearon Jan 8, 2018
1c8a7f3
Document that src/setupTests.js doesn't work if created after ejecting
gaearon Jan 8, 2018
e3e8cdd
Support setting none in REACT_EDITOR env variable (#3721)
raerpo Jan 9, 2018
d3a1765
Update the string that clears the console. (#2071)
Jan 9, 2018
d1adff0
Document AJAX requests
gaearon Jan 9, 2018
ea1b81b
Add data fetching doc to TOC
gaearon Jan 9, 2018
c603470
Add link for automatic deployment to azure (#1791)
ulrikstrid Jan 9, 2018
bef40ee
Add editor support for Sublime Dev & VSCode Insiders (#3700)
yyx990803 Jan 9, 2018
d61a331
Fix asset size comparison for multi build stats (#3514)
iiska Jan 9, 2018
fd1a244
Fix typo (#3478)
davidgilbertson Jan 9, 2018
344ddfa
Add SVG asciicast (#3677)
marionebl Jan 9, 2018
5a0b1ef
Better documentation for setupTests.js when ejecting (#3656)
dannycalleri Jan 9, 2018
85bf3a9
added code-insiders to the editor list (#3652)
shrynx Jan 9, 2018
10b05c7
Open editor to exact column from build error overlay (#3465)
tharakawj Jan 9, 2018
0d71671
Allowing "file:<path>" --scripts-version values (#3629)
GreenGremlin Jan 9, 2018
5d154cb
Travis CI use trusty instead precise (#3661)
andykenward Jan 9, 2018
373687f
Add Powershell commands to README.md (#3515)
Gua-naiko-che Jan 9, 2018
ab507e6
Updated babel-preset-react-app README.md (#3463)
boyney123 Jan 9, 2018
b507a9a
add envinfo package, —info flag (#3408)
tabrindle Jan 9, 2018
dccc752
fix #2223 - [feature] Implement dotenv-expand to accept variable expa…
moos Jan 9, 2018
887fd10
Print full directory name from lsof (#3440)
rmccue Jan 9, 2018
3a0b836
added getProxy (#3320)
mdogadailo Jan 9, 2018
11f09a1
Extend --scripts-version to include .tar.gz format (#3725)
SaschaDens Jan 9, 2018
b20b96a
Port cra.sh development task to javascript (#2309)
ianschmitz Jan 9, 2018
c162920
Documentation to help windows contributors (#2841)
Dubes Jan 9, 2018
72b6eb8
Cleaning up printHostingInstructions a bit (#3036)
GreenGremlin Jan 9, 2018
91d968f
Update README.md to note Neutrino's support of react components (#3729)
eliperelman Jan 9, 2018
0ec4135
Use proxy for all request methods other than GET (#3726)
sidoshi Jan 10, 2018
d49744f
docs: add info about HTTP caching headers into Firebase section (#3659)
bobrosoft Jan 10, 2018
70b3a4d
Lint against files with old license (#3361)
gaearon Jan 10, 2018
7fd37d3
add link to deployment docs after build (#3104)
viankakrisna Jan 10, 2018
7b881f1
move the link for deployment to the bottom (#3736)
viankakrisna Jan 10, 2018
a03524c
Use latest npm in e2e tests (#3735)
gaearon Jan 10, 2018
dcd8ea6
Always use Yarn on CI (#3738)
gaearon Jan 10, 2018
d29d41b
Try to use Yarn in more E2E scripts (#3739)
gaearon Jan 11, 2018
99c14e7
Separate old Node E2E test (#3742)
gaearon Jan 11, 2018
75d71e1
Use private registry (#3744)
Timer Jan 11, 2018
29e06fc
Follow-up: use private registry (#3746)
Timer Jan 11, 2018
ebddb83
Remove redundant steps in e2e tests (#3747)
Timer Jan 11, 2018
1098a4a
Oops
Timer Jan 11, 2018
9e4589f
Merge pull request #165 from johnnyreilly/master
wmonk Nov 27, 2017
05d5a6c
Merge pull request #199 from DorianGrey/master
DorianGrey Nov 30, 2017
586a50f
Merge pull request #201 from StefanSchoof/patch-1
DorianGrey Dec 6, 2017
10d283e
Merge pull request #204 from StefanSchoof/patch-1
DorianGrey Dec 6, 2017
cc52d21
Fix package.json
wmonk Jan 11, 2018
1061fde
Merge facebookincubator/[email protected]
wmonk Jan 11, 2018
237c0fa
Fix Missing Variable
wmonk Jan 11, 2018
6f0c62f
Fix
wmonk Jan 11, 2018
89bf2fc
Adding some more non-conflicting files to validFiles (#3740)
GreenGremlin Jan 11, 2018
4c0bf03
Delete old file
gaearon Jan 11, 2018
bb74fb6
Update JestConfig Creation
wmonk Jan 11, 2018
16af26f
Readd Missing raf Package
wmonk Jan 11, 2018
0d43626
Update package.json dependencies
wmonk Jan 11, 2018
b072857
Update react-dev-utils
wmonk Jan 11, 2018
b02fe66
clean up changes to npm and yarn registry (#3756)
viankakrisna Jan 11, 2018
3f7851d
Try updating Flow (#3757)
gaearon Jan 12, 2018
0aeffe6
Switch to Yarn Workspaces (#3755)
gaearon Jan 12, 2018
3f09947
Pin Lerna
gaearon Jan 12, 2018
13c0e7f
Readd transformIgnorePatterns
wmonk Jan 12, 2018
238af4b
Enable Yarn check files (#3769)
Timer Jan 13, 2018
4786bec
Merge pull request #220 from wmonk/2.9.0
wmonk Jan 13, 2018
bbdefca
v2.10.0
wmonk Jan 13, 2018
22e52e1
Update changelog for 2.10.0
wmonk Jan 13, 2018
e637c79
Update createJestConfig.js
wmonk Jan 13, 2018
d5b370d
Fixed problem with tsconfig.json baseUrl and paths
diabelb Jan 13, 2018
a3d33c4
Add an explicit link to Code of Conduct (#3781)
gaearon Jan 14, 2018
585608e
Update opn (#3784)
gaearon Jan 14, 2018
7714810
Add npx note to quick overview
gaearon Jan 14, 2018
1e9eaf3
Bump detect-port-alt (#3787)
gaearon Jan 14, 2018
22f9fe0
Always include destructuring transform (#3788)
gaearon Jan 14, 2018
ea32709
Merge pull request #221 from wmonk/2.10.0
wmonk Jan 14, 2018
de8f8ea
Update changelog for 2.11.0
wmonk Jan 14, 2018
69c215b
v2.11.0
wmonk Jan 14, 2018
4e65443
Update typescript to 2.6.2
wmonk Jan 14, 2018
9f7f90c
Merge pull request #225 from wmonk/update-ts
wmonk Jan 14, 2018
fe2f3a7
Update README For 2.12.0
wmonk Jan 14, 2018
d467b98
v2.12.0
wmonk Jan 14, 2018
b86fe05
Add warning when HOST environment variable is set (#3730)
iansu Jan 14, 2018
12d0544
Test Node 9 on CI (#3793)
gaearon Jan 14, 2018
95b2601
Tweak section on expanding env variables
gaearon Jan 15, 2018
aa5bdcd
Changelog for 1.1.0 (#3795)
gaearon Jan 15, 2018
e73a783
Publish
gaearon Jan 15, 2018
d979964
Tweak publishing note
gaearon Jan 15, 2018
6b94639
Merge pull request #223 from diabelb/master
DorianGrey Jan 15, 2018
2bf0929
pin envinfo version to 3.4.2 (#3853)
bondz Jan 18, 2018
034c6ad
1.5.1
gaearon Jan 18, 2018
934fb11
Documented how to define custom module formats for the TypeScript com…
joshtynjala Jan 18, 2018
3a40ac0
Include TypeScript as devDependency in boilerplate output
ianschmitz Nov 5, 2017
d5e5bb5
Merge pull request #231 from joshtynjala/import-images-docs
DorianGrey Jan 20, 2018
bab2c29
Set the public path to the asset manifest entries (#2544)
robinvdvleuten Jan 20, 2018
e7a8320
Merge pull request #181 from ianschmitz/ts-devdep
DorianGrey Jan 22, 2018
eee2907
Include `{json,css}` files in prettier command (#3894)
reyronald Jan 22, 2018
b40c8c5
Remove tslint-loader from prod build (again)
DorianGrey Jan 22, 2018
ee891ee
Merge pull request #233 from DorianGrey/remove-tslint-loader
DorianGrey Jan 22, 2018
6e288ac
v2.13.0
Jan 22, 2018
875552b
Update README For 2.13.0
Jan 22, 2018
679d470
fix typo in changelog
stephtr Jan 22, 2018
7c5a37b
Merge pull request #234 from stephtr/patch-1
wmonk Jan 22, 2018
7133b35
Remove unnecessary js(x) files from template.
DorianGrey Jan 23, 2018
7c0032b
Merge pull request #237 from DorianGrey/remove-unnecessary-js-files
DorianGrey Jan 25, 2018
7149b37
Add migration instruction for 2.13.0
DorianGrey Jan 31, 2018
815853d
Update instructions for continuous delivery with Netlify (#3971)
hubgit Feb 4, 2018
32ea0c0
Update dotenv-expand to fix bug with environment variables that conta…
iansu Feb 9, 2018
09d216e
Unpin and bump fsevents (for 1.x branch) (#4006)
gaearon Feb 9, 2018
984d661
Add 1.1.1 changelog
gaearon Feb 9, 2018
1a9722f
Revert "Set the public path to the asset manifest entries (#2544)"
gaearon Feb 9, 2018
0b1d636
Publish
gaearon Feb 9, 2018
ec0a39e
Added the abillity to import js and jsx files with ts-loader (#242)
GeeWee Feb 13, 2018
39d6c62
Uglifyjs update for es6 support (#249)
thetric Feb 19, 2018
29a1f12
Add missing space
adambowles Feb 27, 2018
c0a959e
fix(readme): use react-scripts-ts in scripts instead of react-scripts
kaminskypavel Feb 28, 2018
75d5145
fix(readme): use the prepacked logo.svg as an example in "Adding Imag…
kaminskypavel Feb 28, 2018
58fb532
Merge pull request #265 from adambowles/patch-2
DorianGrey Mar 1, 2018
e6b2473
Merge pull request #267 from kaminskypavel/patch-1
DorianGrey Mar 1, 2018
0dbb821
Merge pull request #268 from kaminskypavel/patch-2
DorianGrey Mar 1, 2018
93eb130
Update README For 2.14.0
wmonk Mar 14, 2018
021b42a
v2.14.0
wmonk Mar 14, 2018
36e61c0
Merge [email protected]
wmonk Mar 14, 2018
c6375ed
`.mjs` should not resolve before .js files (#4085)
leebyron Mar 22, 2018
cb1608b
Add troubleshooting for Github Pages (#4197)
Mar 23, 2018
78a4fd0
Replace TSLint rules with presets (#281)
nielsdB97 Mar 23, 2018
b946dbb
updated file-loader exclusion
winstonewert Mar 26, 2018
780a457
Add 1.1.2 changelog (#4242)
gaearon Apr 2, 2018
609aeea
Publish
gaearon Apr 2, 2018
d639e90
Work around Jest environment resolving bug (#4247)
gaearon Apr 3, 2018
f040d85
Changelog for 1.1.3
gaearon Apr 3, 2018
408db51
Publish
gaearon Apr 3, 2018
110fded
Update detect-port-alt (#4250)
Timer Apr 4, 2018
305bd70
Changelog for 1.1.4
Timer Apr 4, 2018
dfbc71c
Publish
Timer Apr 4, 2018
a11f2f6
Merge pull request #286 from winstonewert/master
DorianGrey Apr 6, 2018
c91a1a2
fix(wepack.config.prod.js): set ecma option for compress and output to 5
Apr 8, 2018
244650d
Merge pull request #297 from meandmax/fix-uglify-config
DorianGrey Apr 9, 2018
be1dfe7
Add Facebooks Travis File
wmonk Apr 9, 2018
fec29ab
Fix Build
wmonk Apr 9, 2018
7db4c43
Use Old Test Setup
wmonk Apr 9, 2018
00e385e
Readd Bootstrap.js
wmonk Apr 9, 2018
1a27e6a
Merge pull request #277 from wmonk/react-scripts-1.1.1
wmonk Apr 9, 2018
7a79e68
Merge commit 'dfbc71ce2ae07547a8544cce14a1a23fac99e071'
wmonk Apr 9, 2018
994924d
Update README For 2.15.0
wmonk Apr 9, 2018
6f0fd49
v2.15.0
wmonk Apr 9, 2018
3d26394
Respect explicitly set --watchAll, and favor it over --watch (#298)
DorianGrey Apr 11, 2018
ae9f8a8
fix(modules): remove duplicate mjs from jest config
StevenLangbroek Apr 13, 2018
d4b2f2e
Merge pull request #305 from StevenLangbroek/fix_mjs_resolution
wmonk Apr 13, 2018
23e7670
Update README For 2.15.1
wmonk Apr 13, 2018
55bdf73
v2.15.1
wmonk Apr 13, 2018
97d5561
Fix travis build (#302)
DorianGrey Apr 27, 2018
10b727f
Stick @types/node to 9.6.7 to avoid problems with 10.0.0 (#315)
DorianGrey May 2, 2018
e17362e
Allow `moduleNameMapper` config override (#303)
sebald May 9, 2018
5d8776c
Allow using different tsconfig files for dev and build
DorianGrey Apr 9, 2018
6fd7c19
Revert "Allow using different tsconfig files for dev and build"
DorianGrey May 11, 2018
d90d4df
Revert "Allow `moduleNameMapper` config override (#303)"
DorianGrey May 11, 2018
f8b28e6
Revert "Stick @types/node to 9.6.7 to avoid problems with 10.0.0 (#315)"
DorianGrey May 11, 2018
e321e19
Merge pull request #321 from wmonk/revert-315-stick-node-types
wmonk May 11, 2018
fbe252d
v2.16.0
wmonk May 13, 2018
f1e5c22
Update README For 2.16.0
wmonk May 13, 2018
66e5feb
Update migration instructions for 2.16.0
DorianGrey May 15, 2018
7d6e77c
Travis build/e2e-kitchensink: Outstanding behavior fixes...
DorianGrey May 2, 2018
29c8b00
exclude coverage from tslint.json
alexandrudanpop Jun 12, 2018
7e2a0be
Merge pull request #340 from alexandrudanpop/#339_tslint_fix
wmonk Jun 12, 2018
c27879b
Use correct tsconfig file for TsconfigPathsPlugin
DorianGrey May 15, 2018
6edb4ff
Resolve merge conflict
AndrewKvalheim Jun 25, 2018
26e43db
fix: do not add ESLint config to ejected app
aurerua Jun 28, 2018
608e0e2
Merge pull request #351 from aurerua/master
wmonk Jul 2, 2018
e4b1f94
Merge pull request #347 from AndrewKvalheim/patch-1
DorianGrey Jul 5, 2018
75ee15f
Update README For 2.17.0
wmonk Aug 5, 2018
2ffd32b
v2.17.0
wmonk Aug 5, 2018
aadae6a
fix: don't let uglify-es inline functions with arguments
ppvg Aug 6, 2018
5b4e661
Makes getting started a one-liner
codereviewvideos Aug 23, 2018
e2f8470
(chore) tune up TypeScript compiler
r3nya Aug 24, 2018
54255b0
Add tslib
r3nya Aug 25, 2018
393cf6c
fix(jest,npm): Explicitly set testURL for jest; remove npm cache clea…
DorianGrey Aug 28, 2018
ce416aa
Merge pull request #381 from r3nya/patch-1
DorianGrey Aug 28, 2018
8b5b8ae
Merge pull request #377 from ppvg/master
DorianGrey Aug 28, 2018
7329dd5
Lift all react-scripts-ts content to root
wmonk Aug 5, 2018
a2f15fb
Update Tests For CI
wmonk Aug 5, 2018
798da0a
Update package version before testing
wmonk Aug 5, 2018
eb1533d
Update verdaccio
wmonk Aug 5, 2018
ea7b9cb
Update Verdaccio Again
Aug 31, 2018
382b748
Remove Kitchen Sink Stuff
Aug 31, 2018
52a51b4
Update Test Stuff
Aug 31, 2018
50d4ae5
Merge pull request #227 from wmonk/break-fork-link
wmonk Aug 31, 2018
990e6bc
Replace README
Aug 31, 2018
29867a0
Update dependencies to match upstream
Aug 31, 2018
b60cbad
Update More Dependencies
Aug 31, 2018
92b112a
Reset Package Versions
wmonk Sep 2, 2018
55ea269
Downgrade TS Packages
wmonk Sep 2, 2018
c716736
Update README.md
wmonk Sep 2, 2018
4c49969
Merge pull request #380 from codereviewvideos/patch-1
wmonk Sep 2, 2018
0dfd82f
Update README
wmonk Sep 2, 2018
48bcfe7
Update README.md
wmonk Sep 2, 2018
2fc595c
Fix links in migration instructions
csantero Sep 4, 2018
f3c855e
Fixed link to the tsconfig.prod.json example
ajhool Sep 4, 2018
d567326
Merge pull request #393 from ajhool/readme-link-fix
wmonk Sep 4, 2018
067b8fc
Merge pull request #391 from csantero/patch-1
wmonk Sep 4, 2018
6b92ca6
added a wider range of common image formats
JoshuaRabiu Sep 16, 2018
aaac716
Update config for Jest
r3nya Sep 27, 2018
24ebcd4
Merge pull request #401 from JoshuaScript/JoshuaScript-patch-1
DorianGrey Sep 28, 2018
88f8aa1
Update createJestConfig.js
r3nya Sep 28, 2018
10a5957
Merge pull request #406 from r3nya/patch-1
wmonk Sep 28, 2018
4d530db
3.0.0
Sep 28, 2018
2cb3de9
3.1.0
Sep 28, 2018
f936f01
chore(package): update description, repository, and bugs.url
bitjson Oct 12, 2018
eb34688
Merge pull request #420 from bitjson/master
DorianGrey Oct 12, 2018
ef987c1
Update README.md
wmonk Dec 12, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 3 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,11 @@
---
# Use Ubuntu Precise instead of new default Trusty which cause build fail
# with pre installed yarn v0.17.8
# https://github.com/facebookincubator/create-react-app/issues/3054
# TODO: remove after Trusty environment is updated with a lastet version of yarn
dist: precise
dist: trusty
language: node_js
node_js:
- 6
- 8
- 9
cache:
directories:
- node_modules
- packages/create-react-app/node_modules
- packages/react-scripts/node_modules
install: true
script:
- 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi'
env:
global:
- USE_YARN=no
matrix:
- TEST_SUITE=simple
- TEST_SUITE=install
# There's a weird Yarn/Lerna bug related to prerelease versions.
# TODO: reenable after we ship 1.0.
# - node_js: 6
# env: USE_YARN=yes TEST_SUITE=simple
- 'tasks/e2e-simple.sh'
3 changes: 3 additions & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--install.no-lockfile true
--install.check-files true
--add.no-lockfile true
1,374 changes: 0 additions & 1,374 deletions CHANGELOG-0.x.md

This file was deleted.

1,210 changes: 0 additions & 1,210 deletions CHANGELOG.md

This file was deleted.

119 changes: 0 additions & 119 deletions CONTRIBUTING.md

This file was deleted.

30 changes: 0 additions & 30 deletions LICENSE

This file was deleted.

33 changes: 0 additions & 33 deletions PATENTS

This file was deleted.

Loading