Skip to content
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

Merge in v3.0.1 #27

Open
wants to merge 138 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
138 commits
Select commit Hold shift + click to select a range
84c1c54
Upgrade Docusaurus and enable new features
yangshun Feb 8, 2019
c6eca6e
Add information for usage custom registries on e2e testing #4488 (#5767)
juanpicado Feb 11, 2019
8944aab
Merge pull request #6365 from yangshun/docusaurus-upgrade
amyrlam Feb 13, 2019
67e8e2c
Update stale.yml
ianschmitz Feb 14, 2019
319cf9b
Add forward ref to SVG Component (#5457)
GasimGasimzada Feb 14, 2019
8026a51
Update the docs to match #5846
gaearon Feb 15, 2019
df3e73f
Exclude `.d.ts` files from TypeScript glob
lifeiscontent Feb 17, 2019
09def49
Revert "Switch to eval-source-map (#5060)" (#6444)
ianschmitz Feb 18, 2019
a8af55d
Only use `yarn.lock.cached` if using the default Yarn registry (#6253)
Feb 18, 2019
8a12ddf
Fix typo in doc (#6454)
DenrizSusam Feb 18, 2019
6a5b3cd
Speed up TypeScript v2 (#6406)
ianschmitz Feb 19, 2019
0b8cfa1
Add CODEOWNERS
iansu Feb 19, 2019
d57fd37
Convert all bit.ly links from http to https (#6239)
leighhalliday Feb 19, 2019
df03772
revert sass sourcemaps in development
Feb 20, 2019
28f5427
revert css sourcemaps in development (#6472)
Feb 20, 2019
87191e6
Remove latest Node version from Travis config (#6474)
iansu Feb 20, 2019
6c8e2e5
Use contenthash instead of chunkhash for better long-term caching (#6…
ianschmitz Feb 21, 2019
43129f1
remove webpack-bundle-analyzer
Feb 21, 2019
e7a427a
remove webpack-bundle-analyzer
Feb 21, 2019
da2d047
Merge branch 'master' of https://github.com/bugzpodder/create-react-app
Feb 21, 2019
a5c6112
Fix a typo
adyouri Feb 21, 2019
01ecfc1
Analyse also dependencies bundle (#6438)
Kamahl19 Feb 21, 2019
38ae734
minor typo fix in openBrowser
mattfwood Feb 21, 2019
9fcc45a
Merge pull request #6482 from mattfwood/patch-1
petetnt Feb 21, 2019
b8386fe
Merge pull request #6481 from adyouri/master
amyrlam Feb 21, 2019
140e182
remove stats json
Feb 21, 2019
4a4d2ef
remove argv
Feb 21, 2019
7ec3647
Improved language used in markdown code blocks. (#6419)
cherouvim Feb 22, 2019
01fbb79
removed redundant statements (#6254)
saranshkataria Feb 22, 2019
0793d48
Remove AppVeyor config files (#6493)
iansu Feb 22, 2019
ff19e0a
Fix build deployment instruction link appends comma at end (#6511)
sbimochan Feb 24, 2019
7782f9d
Prepare 2.1.6 release
iansu Mar 6, 2019
b5887dc
Publish
iansu Mar 6, 2019
b2cf28b
Revert "Speed up TypeScript v2 (#6406)" (#6585)
iansu Mar 7, 2019
3a37bb0
Prepare 2.1.7 release
iansu Mar 7, 2019
e69ad37
Publish
iansu Mar 7, 2019
1548a0a
Reapply "Speed up TypeScript v2 (#6406)" (#6586)
iansu Mar 7, 2019
529a3d7
Prepare 2.1.8 release
iansu Mar 7, 2019
c17e25b
Publish
iansu Mar 7, 2019
6a034ba
[docs] revert removal of newlines from html (#6386)
JBallin Mar 9, 2019
c54e36d
Update webpack-dev-server to 3.2.1 (#6483)
ThePrez Mar 9, 2019
bac0287
Enable click to go to error in console for TypeScript (#6502)
johnnyreilly Mar 10, 2019
2591590
Update html-webpack-plugin (#6361)
Aftabnack Mar 10, 2019
ed86da9
Convert JSON.stringify \n to os.EOL when writing tsconfig.json (#6610)
mikebeaton Mar 11, 2019
e4fdac2
Change class components to functional components in templates (#6451)
xiaoxiangmoe Mar 11, 2019
1a04b96
Type check JSON files (#6615)
ianschmitz Mar 11, 2019
5b77280
Make compiler variable const instead of let (#6621)
Primajin Mar 11, 2019
3c9c21a
Upgrade dependencies (#6614)
ianschmitz Mar 12, 2019
dc133a3
Stage files for commit after ejecting (#5960)
clickclickonsal Mar 12, 2019
b60f56f
change named import into default import (#6625)
xiaoxiangmoe Mar 12, 2019
a500ede
Add note about npx caching (#6374)
TaylorBriggs Mar 13, 2019
88d6f02
Add empty mock for http2 (#5686)
kjin Mar 14, 2019
f4f20a2
Support browserslist in @babel/preset-env (#6608)
ianschmitz Mar 14, 2019
7ae3146
Support React Hooks (#5602) (#5997)
EivindArvesen Mar 15, 2019
eee8491
Add TypeScript linting support (#6513)
ianschmitz Mar 15, 2019
3be3576
Update to Jest 24 (#6278)
lorenzorapetti Mar 15, 2019
b0cbf2c
Prepare 3.0.0 alpha release
iansu Mar 15, 2019
6902736
Unpin eslint-config-react-hooks dependency (#6653)
iansu Mar 15, 2019
7864ba3
Add wait: false when opening app in browser (#5821)
Mar 15, 2019
5861d6e
Bump babel-eslint peerDependency in eslint-config-react-app (#6662)
dalcib Mar 16, 2019
8175f1e
Remove unused eslint comment (#6674)
mohitsinghs Mar 18, 2019
c5087e6
Remove shrink-to-fit=no from templates (#6669)
rifaidev Mar 18, 2019
4734d4e
Merge branch 'master' into master
Mar 19, 2019
b424737
Change app component declaration from arrow function to regular funct…
iansu Mar 19, 2019
a1f6397
Remove duplicate url key in Docusaurus siteConfig (#6690)
charpeni Mar 21, 2019
5c637a4
Add deployment instructions with AWS Amplify (#6208)
swaminator Mar 21, 2019
d3b19f9
Add clarifying documentation for how to add a sass stylesheet on Wind…
monish001 Mar 24, 2019
5acb286
Kill verdaccio in CI tasks cleanup (#6700)
santoshyadavdev Mar 26, 2019
fb6851d
Docs: Add clarifying note about naming variables (#6491)
stephengodderidge Mar 26, 2019
1a61db5
Remove project property from @typescript-eslint/parser options (#6701)
jackwilsdon Mar 29, 2019
9514cb8
Remove --coverage + --watch workaround (#4176)
stipsan Apr 2, 2019
d42f888
Document .graphql and .gql file loading with graphql.macro (#5481)
petetnt Apr 3, 2019
e630238
Add explanation for adding everything as dependencies to docs (#6082)
attaradev Apr 3, 2019
76fea02
Cleanup Jest config (#6654)
ianschmitz Apr 4, 2019
bf7d1c4
Add temporary workaround for Babel dependency issues in installs test…
iansu Apr 4, 2019
001c23e
Enable futureEmitAssets in webpack config (#6696)
iansu Apr 4, 2019
42640df
Only suggest that tsconfig.json is incorrect when SyntaxError is caug…
Andarist Apr 4, 2019
ac15fae
Fix unlogged yarn pnp message (#6759)
heyimalex Apr 4, 2019
3e336d9
fix: terser-webpack-plugin hanging on WSL (#6732)
endiliey Apr 5, 2019
b8a47d9
Replace deprecated SFC with FunctionComponent (#6746)
iamandrewluca Apr 5, 2019
f1523a6
Add temporary workaround for Babel dependency issues in kitchensink-e…
iansu Apr 5, 2019
ffcd896
Update to workbox-webpack-plugin v4 (#6725)
r0ughnex Apr 5, 2019
550274e
Adds PostCSS Normalize (#5810)
mrchief Apr 5, 2019
c03d6b1
Update fork-ts-checker-webpack-plugin out of alpha (#6739)
pelotom Apr 6, 2019
91ddd61
Update dependency versions (#6767)
ianschmitz Apr 6, 2019
7114965
Update to core-js@3
ianschmitz Apr 6, 2019
278c62c
Revert "Update to core-js@3"
ianschmitz Apr 6, 2019
ebabd18
Change NODE_ENV and PUBLIC_URL to readonly (#6750)
xiaoxiangmoe Apr 7, 2019
a1d6aef
Add Render deployment section (#6695)
anurag Apr 8, 2019
a8a3ccf
Update link to React Testing Library docs (#6772)
fjoshuajr Apr 8, 2019
80b69ed
Warn when using react-scripts-ts (#6770)
ianschmitz Apr 9, 2019
dac046d
Fix code comment typo (#6775)
bestseob93 Apr 9, 2019
b676bf3
Remove unused babel-loader from babel-preset-react-app (#6780)
tlrobinson Apr 9, 2019
e59e092
Add SVG support dependency note (#6783)
pnarielwala Apr 10, 2019
431ccf9
Clarify production build output files documentation (#6786)
bakuzan Apr 13, 2019
7154487
Add link to TypeScript page in Getting Started (#6817)
ianschmitz Apr 14, 2019
9600b16
Fix minimum React version for SVG component support (#6820)
iansu Apr 14, 2019
b29a163
Copy fix (#6801)
panckreous Apr 14, 2019
bffc296
Update to core-js@3 (#6769)
ianschmitz Apr 14, 2019
fdbb550
InlineChunkHtmlPlugin works with empty publicPath (#6735)
ItalyPaleAle Apr 16, 2019
50c1884
Fix react-scripts peer dependencies link local issue (#6579) (#6580)
transitive-bullshit Apr 16, 2019
9048dd6
Move list of files under `files` key in asset manifest (#6821)
iansu Apr 16, 2019
207d931
Update testMatch to also be compatible with Jest 24 (#6313)
ngbrown Apr 16, 2019
ced3fd4
Add directory details to packages/* package.json (#6826)
feelepxyz Apr 16, 2019
e7a2d61
Set baseUrl from jsconfig.json/tsconfig.json (#6656)
robertvansteen Apr 16, 2019
2add128
Prepare 3.0.0 alpha release
iansu Apr 16, 2019
657ae2f
Upgrade to Lerna v3 (#6829)
iansu Apr 17, 2019
4b5b76b
Prepare 3.0.0 alpha release
iansu Apr 17, 2019
f5b0aac
Relax ESLint version range (#6840)
ianschmitz Apr 18, 2019
022b984
Change Create React App version in `react-scripts` eject warning (#6845)
lffg Apr 19, 2019
200b98b
Remove no-watch flag in favor of watchAll=false (#6848)
Apr 19, 2019
2303b49
Add baseUrl documentation (#6847)
ianschmitz Apr 19, 2019
e11ebfa
Update fsevents dependency version (#6843)
FrancoisRmn Apr 21, 2019
fa005d8
Update stale.yml
iansu Apr 21, 2019
6cddf9c
Prepare 3.0.0 release
iansu Apr 22, 2019
265c159
Publish
iansu Apr 22, 2019
c38aecf
Fix typo in README.md (#6879)
david-cho-lerat-HL2 Apr 24, 2019
0022607
Fix no-useless-constructor rule in TypeScript (#6862)
ianschmitz Apr 24, 2019
73d5579
Remove body padding reset from templates (#6300)
Hurtak Apr 24, 2019
126bded
Fix typo in deployment docs (#6881)
david-cho-lerat-HL2 Apr 24, 2019
18b399b
Improve styling of "get started" button (#6810)
joerez Apr 25, 2019
785dd47
Generate SVG component name in Jest fileTransform (#6706)
dallonf Apr 25, 2019
e5f69b5
Grammar! (#6935)
wbr2y Apr 28, 2019
c80e3fe
Change cssmodule classname hash to use repo relative paths (#6876)
vg-stan Apr 28, 2019
c34c743
Update dependencies babel preset with recent changes (#6887)
skoging Apr 29, 2019
a2ae8a7
Remove `Object.assign` from `MiniCssExtractPlugin` options (#6854)
swashcap Apr 29, 2019
4b8b38b
Update GraphQL doc (#6898)
nagman Apr 30, 2019
6710f52
Add clarifying note to TypeScript docs warning about global install o…
methodbox May 1, 2019
b36d1ea
Adds the configuration for PnP/Typescript (#6856)
arcanis May 1, 2019
4397d06
Disable default-case lint rule for TypeScript (#6937)
ianschmitz May 3, 2019
8a9e01c
Add note to restart the dev server after changing .env file (#6979)
MostafaNawara May 5, 2019
bf886bc
Temporary fix for babel-jest preflight error (#7002)
ianschmitz May 7, 2019
6ff2bfa
Disable no-dupe-class-members for TypeScript (#6987)
ianschmitz May 7, 2019
4542185
Unpin babel-jest (#7007)
ianschmitz May 7, 2019
4ca3687
Revert PR #6935 because CLA was not signed (#7016)
iansu May 8, 2019
0905b51
Prepare 3.0.1 release
iansu May 8, 2019
57ef103
Publish
iansu May 8, 2019
44b357f
Merge tag 'v3.0.1' into update-v3
alexbrazier Jul 10, 2019
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
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages/ @amyrlam @bugzpodder @gaearon @ianschmitz @iansu @mrmckeb @petetnt @timer
docusaurus/ @amyrlam @iansu
8 changes: 7 additions & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ exemptLabels:
- "good first issue"
- "issue: announcement"
- "issue: bug"
- "issue: needs investigation"
- "issue: proposal"
- "tag: breaking change"
- "tag: bug fix"
- "tag: needs investigation"
- "tag: documentation"
- "tag: enhancement"
- "tag: internal"
- "tag: new feature"
- "tag: underlying tools"

# Set to true to ignore issues in a project (defaults to false)
exemptProjects: true
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ language: node_js
node_js:
- 8
- 10
- node
cache:
yarn: true
directories:
Expand Down
905 changes: 483 additions & 422 deletions CHANGELOG-0.x.md

Large diffs are not rendered by default.

Loading