Skip to content

Commit ce8c5dd

Browse files
author
Jeremy Boles
committed
Merge branch 'master' of github.com:facebook/create-react-app into upgrade
2 parents d65c516 + 6f5221c commit ce8c5dd

File tree

108 files changed

+3418
-2548
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+3418
-2548
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
packages/ @amyrlam @bugzpodder @gaearon @ianschmitz @iansu @mrmckeb @petetnt @timer
1+
packages/ @bugzpodder @ianschmitz @iansu @mrmckeb @petetnt
22
docusaurus/ @amyrlam @iansu

.github/ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
1-
<!--
2-
PLEASE READ THE FIRST SECTION :-)
3-
-->
4-
5-
### Is this a bug report?
6-
7-
(write your answer here)
8-
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
labels: 'issue: bug report, needs triage'
5+
---
96

107
<!--
11-
If you answered "Yes":
12-
138
Please note that your issue will be fixed much faster if you spend about
149
half an hour preparing it, including the exact reproduction steps and a demo.
1510
1611
If you're in a hurry or don't feel confident, it's fine to report bugs with
1712
less details, but this makes it less likely they'll get fixed soon.
1813
19-
In either case, please fill as many fields below as you can.
20-
21-
If you answered "No":
14+
In either case, please use this template and fill in as many fields below as you can.
2215
23-
If this is a question or a discussion, you may delete this template and write in a free form.
2416
Note that we don't provide help for webpack questions after ejecting.
2517
You can find webpack docs at https://webpack.js.org/.
2618
-->
2719

20+
### Describe the bug
21+
22+
(Write your answer here.)
23+
2824
### Did you try recovering your dependencies?
2925

3026
<!--
@@ -63,7 +59,6 @@
6359

6460
(Write your answer here.)
6561

66-
6762
### Which terms did you search for in User Guide?
6863

6964
<!--
@@ -83,7 +78,6 @@
8378

8479
(Write your answer here if relevant.)
8580

86-
8781
### Environment
8882

8983
<!--
@@ -98,10 +92,9 @@
9892
Paste the output of the command in the section below.
9993
-->
10094

101-
(paste the output of the command here)
102-
95+
(paste the output of the command here.)
10396

104-
### Steps to Reproduce
97+
### Steps to reproduce
10598

10699
<!--
107100
How would you describe your issue to someone who doesn’t know you or your project?
@@ -110,12 +103,9 @@
110103

111104
(Write your steps here:)
112105

113-
1.
114-
2.
115-
3.
106+
1. 2. 3.
116107

117-
118-
### Expected Behavior
108+
### Expected behavior
119109

120110
<!--
121111
How did you expect the tool to behave?
@@ -125,8 +115,7 @@
125115

126116
(Write what you thought would happen.)
127117

128-
129-
### Actual Behavior
118+
### Actual behavior
130119

131120
<!--
132121
Did something go wrong?
@@ -136,8 +125,7 @@
136125

137126
(Write what happened. Please add screenshots!)
138127

139-
140-
### Reproducible Demo
128+
### Reproducible demo
141129

142130
<!--
143131
If you can, please share a project that reproduces the issue.
@@ -157,7 +145,6 @@
157145

158146
(Paste the link to an example project and exact instructions to reproduce the issue.)
159147

160-
161148
<!--
162149
What happens if you skip this step?
163150

.github/ISSUE_TEMPLATE/proposal.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: Proposal
3+
about: Suggest an idea for improving Create React App
4+
labels: 'issue: proposal, needs triage'
5+
---
6+
7+
### Is your proposal related to a problem?
8+
9+
<!--
10+
Provide a clear and concise description of what the problem is.
11+
For example, "I'm always frustrated when..."
12+
-->
13+
14+
(Write your answer here.)
15+
16+
### Describe the solution you'd like
17+
18+
<!--
19+
Provide a clear and concise description of what you want to happen.
20+
-->
21+
22+
(Describe your proposed solution here.)
23+
24+
### Describe alternatives you've considered
25+
26+
<!--
27+
Let us know about other solutions you've tried or researched.
28+
-->
29+
30+
(Write your answer here.)
31+
32+
### Additional context
33+
34+
<!--
35+
Is there anything else you can add about the proposal?
36+
You might want to link to related issues here, if you haven't already.
37+
-->
38+
39+
(Write your answer here.)

.github/ISSUE_TEMPLATE/question.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Question
3+
about: Get help with Create React App
4+
labels: 'needs triage'
5+
---
6+
7+
If you have a general question about Create React App or about building an app with Create React App we encourage you to post on our Spectrum community instead of this issue tracker. The maintainers and other community members can provide help and answer your questions there: https://spectrum.chat/create-react-app
8+
9+
If you're looking for general information on using React, the React docs have a list of resources: https://reactjs.org/community/support.html
10+
11+
If you've discovered a bug or would like to propose a change please use one of the other issue templates.
12+
13+
Thanks!

.travis.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

CHANGELOG-1.x.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 2.0.3 and Newer Versions
22

3-
**Please refer to [CHANGELOG.md](./CHANGELOG.md) for the newer versions.**
3+
**Please refer to [CHANGELOG-2.x.md](./CHANGELOG-2.x.md) for the 2.x range, and [CHANGELOG.md](CHANGELOG.md) for the newer versions.**
44

55
## 1.1.5 (August 24, 2018)
66

@@ -482,7 +482,7 @@ yarn add --exact react-scripts@1.0.16
482482

483483
- [#3150](https://github.com/facebook/create-react-app/pull/3150) Remove an useless negation in `registerServiceWorker.js`. ([@dunglas](https://github.com/dunglas))
484484
- [#3158](https://github.com/facebook/create-react-app/pull/3158) Remove `output.path` from dev webpack config. ([@nikolas](https://github.com/nikolas))
485-
- [#3281](https://github.com/facebook/create-react-app/pull/3281) Add a workaround for Uglify incompatiblity with Safari 10.0 in the future. ([@satyavh](https://github.com/satyavh))
485+
- [#3281](https://github.com/facebook/create-react-app/pull/3281) Add a workaround for Uglify incompatibility with Safari 10.0 in the future. ([@satyavh](https://github.com/satyavh))
486486
- [#3146](https://github.com/facebook/create-react-app/pull/3146) Fix `reason-react` support. ([@lpalmes](https://github.com/lpalmes))
487487
- [#3236](https://github.com/facebook/create-react-app/pull/3236) Update `style-loader` and disable inclusion of its HMR code in builds. ([@insin](https://github.com/insin))
488488
- [#3246](https://github.com/facebook/create-react-app/pull/3246) Update `url-loader` to 0.6.2 for mime ReDoS vulnerability. ([@d3viant0ne](https://github.com/d3viant0ne))
@@ -1443,7 +1443,7 @@ yarn add --dev --exact react-scripts@1.0.1
14431443

14441444
## 1.0.0 (May 18, 2017)
14451445

1446-
We’ve been working on this release for the past few months, and there are many big impovements, from migrating to webpack 2 to a brand new runtime error overlay and built-in support for Progressive Web Apps.
1446+
We’ve been working on this release for the past few months, and there are many big improvements, from migrating to webpack 2 to a brand new runtime error overlay and built-in support for Progressive Web Apps.
14471447

14481448
So instead of just enumerating them here, we decided to write a blog post about all the new features.<br>
14491449
Check it out: **[What’s New in Create React App](https://facebook.github.io/react/blog/2017/05/18/whats-new-in-create-react-app.html)**.
@@ -1577,20 +1577,20 @@ Unhandled Promise rejections will now crash tests. You can fix them by explicitl
15771577
After the regular update procedure above, add these line to `<head>` in `public/index.html`:
15781578

15791579
```html
1580-
<meta name="theme-color" content="#000000">
1581-
<!--
1580+
<meta name="theme-color" content="#000000" />
1581+
<!--
15821582
manifest.json provides metadata used when your web app is added to the
15831583
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
15841584
-->
1585-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
1585+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
15861586
```
15871587

15881588
Add `<noscript>` to `<body>` in `public/index.html`:
15891589

15901590
```html
1591-
<noscript>
1592-
You need to enable JavaScript to run this app.
1593-
</noscript>
1591+
<noscript>
1592+
You need to enable JavaScript to run this app.
1593+
</noscript>
15941594
```
15951595

15961596
Then create a file called `public/manifest.json` that looks like this:

CHANGELOG-2.x.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.0 and Newer Versions
2+
3+
**Please refer to [CHANGELOG.md](./CHANGELOG.md) for the newer versions.**
4+
15
## 2.1.8 (March 7, 2019)
26

37
v2.1.8 is a maintenance release that reapplies the TypeScript speed improvements ([#6406](https://github.com/facebook/create-react-app/pull/6406)) in a new major version of `react-dev-utils`.

0 commit comments

Comments
 (0)