You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you previously had issues with an `Invalid Host Header` error, [follow these new instructions](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#invalid-host-header-errors-after-configuring-proxy) to fix it.
1368
+
If you previously had issues with an `Invalid Host Header` error, [follow these new instructions](https://github.com/facebook/create-react-app/blob/main/packages/react-scripts/template/README.md#invalid-host-header-errors-after-configuring-proxy) to fix it.
1369
1369
1370
1370
## 1.0.1 (May 19, 2017)
1371
1371
@@ -1547,7 +1547,7 @@ You can automatically convert your project to fix them by running the [correspon
1547
1547
1548
1548
#### How do I make my tests work with Jest 20?
1549
1549
1550
-
Please refer to the [Jest 19](https://facebook.github.io/jest/blog/2017/02/21/jest-19-immersive-watch-mode-test-platform-improvements.html#breaking-changes) and [Jest 20](http://facebook.github.io/jest/blog/2017/05/06/jest-20-delightful-testing-multi-project-runner.html#breaking-changes) breaking changes for migration instructions.
1550
+
Please refer to the [Jest 19](https://facebook.github.io/jest/blog/2017/02/21/jest-19-immersive-watch-mode-test-platform-improvements.html#breaking-changes) and [Jest 20](https://facebook.github.io/jest/blog/2017/05/06/jest-20-delightful-testing-multi-project-runner.html#breaking-changes) breaking changes for migration instructions.
1551
1551
1552
1552
If you use snapshots, you will likely need to update them once because of the change in format.
1553
1553
@@ -1572,7 +1572,7 @@ If you still have the problem please file an issue.
1572
1572
1573
1573
Unhandled Promise rejections will now crash tests. You can fix them by explicitly catching the errors you don’t care about.
1574
1574
1575
-
#### How to turn my app into a [Progressive Web App](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#making-a-progressive-web-app)?
1575
+
#### How to turn my app into a [Progressive Web App](https://github.com/facebook/create-react-app/blob/main/packages/react-scripts/template/README.md#making-a-progressive-web-app)?
1576
1576
1577
1577
After the regular update procedure above, add these line to `<head>` in `public/index.html`:
1578
1578
@@ -1588,9 +1588,7 @@ After the regular update procedure above, add these line to `<head>` in `public/
1588
1588
Add `<noscript>` to `<body>` in `public/index.html`:
1589
1589
1590
1590
```html
1591
-
<noscript>
1592
-
You need to enable JavaScript to run this app.
1593
-
</noscript>
1591
+
<noscript> You need to enable JavaScript to run this app. </noscript>
1594
1592
```
1595
1593
1596
1594
Then create a file called `public/manifest.json` that looks like this:
Copy file name to clipboardexpand all lines: CHANGELOG-3.x.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -330,7 +330,7 @@ v3.3.0 is a minor release that adds new features, including custom templates and
330
330
331
331
You can now create a new app using custom templates.
332
332
333
-
We've published our existing templates as [`cra-template`](https://github.com/facebook/create-react-app/tree/master/packages/cra-template) and [`cra-template-typescript`](https://github.com/facebook/create-react-app/tree/master/packages/cra-template-typescript), but we expect to see many great templates from the community over the coming weeks.
333
+
We've published our existing templates as [`cra-template`](https://github.com/facebook/create-react-app/tree/main/packages/cra-template) and [`cra-template-typescript`](https://github.com/facebook/create-react-app/tree/main/packages/cra-template-typescript), but we expect to see many great templates from the community over the coming weeks.
334
334
335
335
The below command shows how you can create a new app with `cra-template-typescript`.
0 commit comments