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

Update to create-react-app 1.0.17 #21

Merged
merged 84 commits into from
Feb 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
1df1610
Fix error overlay 'Object.assign' issue in IE by including polyfills …
tharakawj Sep 1, 2017
270b1dc
Strip hash from chunk file name (#3049)
esturcke Sep 1, 2017
51d0df4
Rename Overlay to ErrorOvelay (#3051)
tharakawj Sep 2, 2017
6644054
provide empty mock for child_process so importing libraries with it w…
anthonyalayo Sep 2, 2017
8a72a31
Make error overlay filename configurable (#3028)
jaredpalmer Sep 2, 2017
f65a1a9
Add missing slash
gaearon Sep 2, 2017
efeabee
Changelog for 1.0.13
gaearon Sep 2, 2017
c22dc70
Publish
gaearon Sep 2, 2017
e8b58ed
Set travis config to use 'precise' ci environment
tharakawj Sep 3, 2017
b17fa41
Update eslint-config npm install command (#3072)
jdcrensh Sep 6, 2017
634dadb
Unmapper Windows compatibility (#3079)
Timer Sep 6, 2017
fcb6dc5
run npm 5.4.0 in CI (#3026)
viankakrisna Sep 7, 2017
5e300ce
Reload the page when an error has occurred (#3098)
Timer Sep 9, 2017
44cfbcc
Rerun prettier and pin version (#3058)
viankakrisna Sep 10, 2017
12f1a8e
Clean target directory before compiling overlay (#3102)
Timer Sep 11, 2017
1faee66
Auto-detect running editor on Linux for error overlay (#3077)
gulderov Sep 11, 2017
eed708a
Updated react-error-overlay to latest Flow (0.54.0) (#3065)
duvet86 Sep 11, 2017
0e064b3
Revert "run npm 5.4.0 in CI (#3026)" (#3107)
viankakrisna Sep 12, 2017
206f9e8
Resolved issue #2971 (#2989)
Sep 13, 2017
89bf273
Link local react-error-overlay package in kitchensink test
tharakawj Sep 16, 2017
2cff8db
Display pid in already running message (#3131)
Pajn Sep 16, 2017
b67ef01
Update unclear wording in webpack config docs (#3160)
Sep 20, 2017
700c8cd
Part of class fields to stage 3 (#2908)
rickbeerendonk Sep 20, 2017
376fd43
Update webpack-dev-server to 2.8.2 (#3157)
nikolas Sep 22, 2017
1491d46
Add link to active CSS modules discussion (#3163)
zikaari Sep 22, 2017
2e82ebb
BSD+Patents -> MIT (#3189)
sophiebits Sep 26, 2017
9e966b4
Changelog for 1.0.14
Timer Sep 27, 2017
fedc539
Fix license comments
Timer Sep 27, 2017
b2c0b3f
Publish
Timer Sep 27, 2017
6e5e227
Improve grammar in README (#3211)
Mohamed3on Sep 29, 2017
a34701b
Correct manual proxy documentation (#3185)
robertpanzer Sep 29, 2017
8c8bbca
Minor change to highlight dev proxy behaviour (#3075)
davidjb Sep 29, 2017
c003583
More spec compliant HTML template (#2914)
Hurtak Sep 29, 2017
1e98d0f
Watch for changes in `src/**/node_modules` (#3230)
xjlim Oct 3, 2017
f498547
Fix package management link in README (#3227)
nishina555 Oct 3, 2017
01a0d73
Fix Windows compatibility (#3232)
Timer Oct 3, 2017
cd3d04b
Make error overlay to run in the context of the iframe (#3142)
tharakawj Oct 3, 2017
62f0a83
Update url-loader to 0.6.2 for mime ReDoS vuln (#3246)
joshwiens Oct 5, 2017
a0030fc
Update style-loader and disable inclusion of its HMR code in builds (…
insin Oct 6, 2017
00ed100
Add click-to-open support for build errors (#3100)
tharakawj Oct 6, 2017
360fa27
`react-error-overlay` has no dependencies now (#3263)
Timer Oct 11, 2017
86b4b6a
Add external links to deployment services (#3265)
aericson Oct 11, 2017
9ce144e
Add warning when using `react-error-overlay` in production (#3264)
Timer Oct 11, 2017
991b092
Use production React version for bundled overlay (#3267)
Timer Oct 11, 2017
2d0ef6a
Fix dead link to Jest "expect" docs (#3289)
alexkrolick Oct 17, 2017
1a3017b
Update README.md
Timer Oct 17, 2017
a0c515c
Update link to Jest Expect docs (#3303)
jbranchaud Oct 19, 2017
72a02c7
Add jest coverage configuration docs (#3279)
mattphillips Oct 21, 2017
54f7da9
Update `eslint-plugin-react` (#3146)
lpalmes Oct 23, 2017
aa322d0
Clarify the npm precompilation advice
gaearon Oct 26, 2017
4d4cbf0
Use a simpler string replacement for the overlay
gaearon Oct 28, 2017
c66c296
Use React 16 in development
gaearon Oct 28, 2017
fe4dc74
Polyfill rAF in test environment (#3340)
gaearon Oct 28, 2017
0f5deb6
Update appveyor.cleanup-cache.txt
gaearon Oct 28, 2017
c51258b
recommend react-snap; react-snapshot isn't upgraded for React 16 (#3328)
aaronshaf Oct 28, 2017
d98b756
Bump dependencies (#3342)
gaearon Oct 28, 2017
8c7b6e7
Fix favicon sizes value in manifest (#3287)
ryansully Oct 28, 2017
1fa16ac
Make uglify work in Safari 10.0 - fixes #3280 (#3281)
satyavh Oct 28, 2017
4add16d
Add documentation for Enzyme 3 integration (#3286)
ryansully Oct 28, 2017
5c8000f
Add `.mjs` support (#3239)
Timer Oct 28, 2017
70e0c08
Remove output.path from dev webpack config (#3158)
nikolas Oct 28, 2017
15d8e53
Remove an useless negation in registerServiceWorker.js (#3150)
dunglas Oct 28, 2017
5a336ad
Updating the Service Worker opt-out documentation (#3108)
captDaylight Oct 28, 2017
fc885a0
start using npm-run-all to build scss and js (#2957)
shime Oct 28, 2017
e05a5fe
Mention that start_url needs to be "." for client side routing
foochu Oct 28, 2017
345f550
Fix for add .gitattributes file #3080 (#3122)
ijajmulani Oct 28, 2017
de1beec
Stop using `npm link` in tests (#3345)
Timer Oct 30, 2017
1a61cd4
Add preflight CWD check for npm (#3355)
gaearon Oct 30, 2017
5e7b967
Publish
gaearon Oct 30, 2017
87643fd
CLI@1.4.2
gaearon Oct 30, 2017
e62bfdd
Replace template literal; fixes #3367 (#3368)
felthy Oct 31, 2017
a9257ec
Changelog for 1.0.15 (#3357)
gaearon Oct 30, 2017
1740c3f
Update favicon description (#3374)
piotr-cz Oct 31, 2017
7ae6ab1
Changelog for 1.0.16 (#3376)
gaearon Oct 31, 2017
b8e6ba3
Reorder publishing instructions
gaearon Oct 31, 2017
dc95d18
Publish
gaearon Oct 31, 2017
74c523c
Update README.md (#3392)
ryanswapp Nov 2, 2017
35fa70e
Update VS Code debug configuration (#3400)
auchenberg Nov 3, 2017
2cb4871
Add link to VS Code troubleshooting guide (#3399)
auchenberg Nov 3, 2017
90c83f7
Fix grammar in README (#3394)
lorensr Nov 3, 2017
5811d55
Use new WebpackDevServer option (#3401)
gaearon Nov 3, 2017
cfbd468
Add 1.0.17 changelog (#3402)
gaearon Nov 3, 2017
4b55193
Publish
gaearon Nov 3, 2017
3b03e00
Merge tag 'v1.0.17' into zeal
frank-west-iii Dec 22, 2017
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
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
# 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
language: node_js
node_js:
- 6
Expand Down
318 changes: 318 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,319 @@
## 1.0.17 (November 3, 2017)

#### :nail_care: Enhancement

* `react-scripts`

* [#3401](https://github.com/facebookincubator/create-react-app/pull/3401) Stop using a deprecated option. ([@gaearon](https://github.com/gaearon))

#### :memo: Documentation

* `react-scripts`

* [#3399](https://github.com/facebookincubator/create-react-app/pull/3399) Add link to VS Code troubleshooting guide. ([@auchenberg](https://github.com/auchenberg))
* [#3400](https://github.com/facebookincubator/create-react-app/pull/3400) Update VS Code debug configuration. ([@auchenberg](https://github.com/auchenberg))

#### Committers: 3

- Dan Abramov ([gaearon](https://github.com/gaearon))
- Kenneth Auchenberg ([auchenberg](https://github.com/auchenberg))
- Loren Sands-Ramshaw ([lorensr](https://github.com/lorensr))

### Migrating from 1.0.16 to 1.0.17

Inside any created project that has not been ejected, run:

```
npm install --save --save-exact react-scripts@1.0.17
```

or

```
yarn add --exact react-scripts@1.0.17
```

## 1.0.16 (October 31, 2017) 🎃

#### :bug: Bug Fix

* `react-scripts`

* [#3374](https://github.com/facebookincubator/create-react-app/pull/3374) Set correct image type and sizes in `manifest.json`. ([@piotr-cz](https://github.com/piotr-cz))

* `react-dev-utils`

* [#3368](https://github.com/facebookincubator/create-react-app/pull/3368) Fix a crash in development mode in older browsers. ([@felthy](https://github.com/felthy))

#### Committers: 2

- Dan Abramov ([gaearon](https://github.com/gaearon))
- Piotr ([piotr-cz](https://github.com/piotr-cz))

### Migrating from 1.0.15 to 1.0.16

Inside any created project that has not been ejected, run:

```
npm install --save --save-exact react-scripts@1.0.16
```

or

```
yarn add --exact react-scripts@1.0.16
```

## 1.0.15 (October 30, 2017)

#### :bug: Bug Fix

* `react-scripts`

* [#3287](https://github.com/facebookincubator/create-react-app/pull/3287) Fix favicon sizes value in the project manifest. ([@ryansully](https://github.com/ryansully))

* `react-dev-utils`, `react-scripts`

* [#3230](https://github.com/facebookincubator/create-react-app/pull/3230) Fix watching for changes in `src/node_modules`. ([@xjlim](https://github.com/xjlim))

#### :nail_care: Enhancement

* `react-scripts`

* [#3239](https://github.com/facebookincubator/create-react-app/pull/3239) Allow importing `.mjs` files. ([@Timer](https://github.com/Timer))
* [#3340](https://github.com/facebookincubator/create-react-app/pull/3340) Polyfill `requestAnimationFrame` in test environment. ([@gaearon](https://github.com/gaearon))

* `babel-preset-react-app`, `react-dev-utils`, `react-error-overlay`, `react-scripts`

* [#3342](https://github.com/facebookincubator/create-react-app/pull/3342) Bump dependencies. ([@gaearon](https://github.com/gaearon))

* `react-dev-utils`, `react-error-overlay`

* [#3100](https://github.com/facebookincubator/create-react-app/pull/3100) Add click-to-open support for build errors. ([@tharakawj](https://github.com/tharakawj))

* `create-react-app`

* [#3355](https://github.com/facebookincubator/create-react-app/pull/3355) Add preflight CWD check for npm to detect bad Windows setups. ([@gaearon](https://github.com/gaearon))

#### :memo: Documentation

* User Guide

* [#2957](https://github.com/facebookincubator/create-react-app/pull/2957) Use `npm-run-all` to build Sass and JS. ([@shime](https://github.com/shime))
* [#3108](https://github.com/facebookincubator/create-react-app/pull/3108) Update the Service Worker opt-out documentation. ([@captDaylight](https://github.com/captDaylight))
* [#3286](https://github.com/facebookincubator/create-react-app/pull/3286) Add documentation for Enzyme 3 integration. ([@ryansully](https://github.com/ryansully))
* [#3328](https://github.com/facebookincubator/create-react-app/pull/3328) Recommend react-snap as an alternative to react-snapshot. ([@aaronshaf](https://github.com/aaronshaf))
* [#3279](https://github.com/facebookincubator/create-react-app/pull/3279) Add jest coverage configuration docs. ([@mattphillips](https://github.com/mattphillips))
* [#3303](https://github.com/facebookincubator/create-react-app/pull/3303) Update link to Jest Expect docs. ([@jbranchaud](https://github.com/jbranchaud))
* [#3289](https://github.com/facebookincubator/create-react-app/pull/3289) Fix dead link to Jest "expect" docs. ([@alexkrolick](https://github.com/alexkrolick))
* [#3265](https://github.com/facebookincubator/create-react-app/pull/3265) Add external links to deployment services. ([@aericson](https://github.com/aericson))
* [#3075](https://github.com/facebookincubator/create-react-app/pull/3075) Minor docs change to highlight dev proxy behaviour. ([@davidjb](https://github.com/davidjb))
* [#3185](https://github.com/facebookincubator/create-react-app/pull/3185) Correct manual proxy documentation. ([@robertpanzer](https://github.com/robertpanzer))

* README

* [#3227](https://github.com/facebookincubator/create-react-app/pull/3227) Fix package management link in README for issue #3218. ([@nishina555](https://github.com/nishina555))
* [#3211](https://github.com/facebookincubator/create-react-app/pull/3211) Improve grammar in README. ([@Mohamed3on](https://github.com/Mohamed3on))

#### :house: Internal

* Other

* [#3345](https://github.com/facebookincubator/create-react-app/pull/3345) Stop using `npm link` in tests. ([@Timer](https://github.com/Timer))

* `react-error-overlay`

* [#3122](https://github.com/facebookincubator/create-react-app/pull/3122) Fix for add .gitattributes file #3080. ([@ijajmulani](https://github.com/ijajmulani))
* [#3267](https://github.com/facebookincubator/create-react-app/pull/3267) Use production React version for bundled overlay. ([@Timer](https://github.com/Timer))
* [#3264](https://github.com/facebookincubator/create-react-app/pull/3264) Add warning when using `react-error-overlay` in production. ([@Timer](https://github.com/Timer))
* [#3263](https://github.com/facebookincubator/create-react-app/pull/3263) `react-error-overlay` has no dependencies now (it's bundled). ([@Timer](https://github.com/Timer))
* [#3142](https://github.com/facebookincubator/create-react-app/pull/3142) Make error overlay run in the context of the iframe. ([@tharakawj](https://github.com/tharakawj))

* `react-scripts`

* [#3150](https://github.com/facebookincubator/create-react-app/pull/3150) Remove an useless negation in `registerServiceWorker.js`. ([@dunglas](https://github.com/dunglas))
* [#3158](https://github.com/facebookincubator/create-react-app/pull/3158) Remove `output.path` from dev webpack config. ([@nikolas](https://github.com/nikolas))
* [#3281](https://github.com/facebookincubator/create-react-app/pull/3281) Add a workaround for Uglify incompatiblity with Safari 10.0 in the future. ([@satyavh](https://github.com/satyavh))
* [#3146](https://github.com/facebookincubator/create-react-app/pull/3146) Fix `reason-react` support. ([@lpalmes](https://github.com/lpalmes))
* [#3236](https://github.com/facebookincubator/create-react-app/pull/3236) Update `style-loader` and disable inclusion of its HMR code in builds. ([@insin](https://github.com/insin))
* [#3246](https://github.com/facebookincubator/create-react-app/pull/3246) Update `url-loader` to 0.6.2 for mime ReDoS vulnerability. ([@d3viant0ne](https://github.com/d3viant0ne))
* [#2914](https://github.com/facebookincubator/create-react-app/pull/2914) `<!doctype html>` -> `<!DOCTYPE html>`. ([@Hurtak](https://github.com/Hurtak))

#### Committers: 24

- Aaron Shafovaloff ([aaronshaf](https://github.com/aaronshaf))
- Alex ([alexkrolick](https://github.com/alexkrolick))
- André Ericson ([aericson](https://github.com/aericson))
- Dan Abramov ([gaearon](https://github.com/gaearon))
- David Beitey ([davidjb](https://github.com/davidjb))
- Hrvoje Šimić ([shime](https://github.com/shime))
- IJAJ MULANI ([ijajmulani](https://github.com/ijajmulani))
- Joe Haddad ([Timer](https://github.com/Timer))
- Joe Lim ([xjlim](https://github.com/xjlim))
- Jonny Buchanan ([insin](https://github.com/insin))
- Josh Branchaud ([jbranchaud](https://github.com/jbranchaud))
- Joshua Wiens ([d3viant0ne](https://github.com/d3viant0ne))
- Kévin Dunglas ([dunglas](https://github.com/dunglas))
- Lorenzo Palmes ([lpalmes](https://github.com/lpalmes))
- Matt Phillips ([mattphillips](https://github.com/mattphillips))
- Mohamed Oun ([Mohamed3on](https://github.com/Mohamed3on))
- Nik Nyby ([nikolas](https://github.com/nikolas))
- Petr Huřťák ([Hurtak](https://github.com/Hurtak))
- Robert Panzer ([robertpanzer](https://github.com/robertpanzer))
- Ryan Sullivan ([ryansully](https://github.com/ryansully))
- Satya van Heummen ([satyavh](https://github.com/satyavh))
- Tharaka Wijebandara ([tharakawj](https://github.com/tharakawj))
- Toshiharu Nishina ([nishina555](https://github.com/nishina555))
- [captDaylight](https://github.com/captDaylight)

### Migrating from 1.0.14 to 1.0.15

Inside any created project that has not been ejected, run:

```
npm install --save --save-exact react-scripts@1.0.15
```

or

```
yarn add --exact react-scripts@1.0.15
```

## 1.0.14 (September 26, 2017)

#### :bug: Bug Fix

* `react-dev-utils`

* [#3098](https://github.com/facebookincubator/create-react-app/pull/3098) Always reload the page on next compile after a runtime error. ([@Timer](https://github.com/Timer))

* `react-error-overlay`

* [#3079](https://github.com/facebookincubator/create-react-app/pull/3079) Fix code context on Windows. ([@Timer](https://github.com/Timer))

#### :nail_care: Enhancement

* `react-dev-utils`

* [#3077](https://github.com/facebookincubator/create-react-app/pull/3077) Auto-detect running editor on Linux for error overlay. ([@gulderov](https://github.com/gulderov))

* [#3131](https://github.com/facebookincubator/create-react-app/pull/3131) Display process pid in already running message. ([@Pajn](https://github.com/Pajn))

#### :memo: Documentation

* Other

* [#3163](https://github.com/facebookincubator/create-react-app/pull/3163) Add link to active CSS modules discussion. ([@NeekSandhu](https://github.com/NeekSandhu))

* `react-scripts`

* [#2908](https://github.com/facebookincubator/create-react-app/pull/2908) Note that class fields have progressed to stage 3. ([@rickbeerendonk](https://github.com/rickbeerendonk))

* [#3160](https://github.com/facebookincubator/create-react-app/pull/3160) Update unclear wording in webpack configuration (file loader section). ([@kristiehoward](https://github.com/kristiehoward))

* `eslint-config-react-app`

* [#3072](https://github.com/facebookincubator/create-react-app/pull/3072) Update eslint versions for install instructions. ([@jdcrensh](https://github.com/jdcrensh))

#### :house: Internal

* `react-scripts`

* [#3157](https://github.com/facebookincubator/create-react-app/pull/3157) Update `webpack-dev-server` to `2.8.2`. ([@nikolas](https://github.com/nikolas))

* [#2989](https://github.com/facebookincubator/create-react-app/pull/2989) Update install template to match accessibility guidelines. ([@davidleger95](https://github.com/davidleger95))

* `react-error-overlay`

* [#3065](https://github.com/facebookincubator/create-react-app/pull/3065) Updated `react-error-overlay` to latest Flow (`0.54.0`). ([@duvet86](https://github.com/duvet86))

* [#3102](https://github.com/facebookincubator/create-react-app/pull/3102) Clean target directory before compiling overlay. ([@Timer](https://github.com/Timer))

* `create-react-app`, `react-dev-utils`, `react-error-overlay`, `react-scripts`

* [#3058](https://github.com/facebookincubator/create-react-app/pull/3058) Re-run prettier for all files and pin the version. ([@viankakrisna](https://github.com/viankakrisna))

* [#3107](https://github.com/facebookincubator/create-react-app/pull/3107) Run CI on `npm@^4`. ([@viankakrisna](https://github.com/viankakrisna))

#### Committers: 12

- Ade Viankakrisna Fadlil ([viankakrisna](https://github.com/viankakrisna))
- David Leger ([davidleger95](https://github.com/davidleger95))
- Joe Haddad ([Timer](https://github.com/Timer))
- Jon Crenshaw ([jdcrensh](https://github.com/jdcrensh))
- Kristie Howard ([kristiehoward](https://github.com/kristiehoward))
- Luca ([duvet86](https://github.com/duvet86))
- Neek Sandhu ([NeekSandhu](https://github.com/NeekSandhu))
- Nik Nyby ([nikolas](https://github.com/nikolas))
- Rasmus Eneman ([Pajn](https://github.com/Pajn))
- Rick Beerendonk ([rickbeerendonk](https://github.com/rickbeerendonk))
- Sophie Alpert ([sophiebits](https://github.com/sophiebits))
- [gulderov](https://github.com/gulderov)

### Migrating from 1.0.13 to 1.0.14

Inside any created project that has not been ejected, run:

```
npm install --save --save-exact react-scripts@1.0.14
```

or

```
yarn add --exact react-scripts@1.0.14
```

## 1.0.13 (September 2, 2017)

#### :bug: Bug Fix

* `react-error-overlay`

* [#3051](https://github.com/facebookincubator/create-react-app/pull/3051) Fix case-sensitivity issue with upgrading the package version. ([@tharakawj](https://github.com/tharakawj))

* `react-dev-utils`

* [#3049](https://github.com/facebookincubator/create-react-app/pull/3049) Print filesize difference for chunks. ([@esturcke](https://github.com/esturcke))

* `react-scripts`

* [#3046](https://github.com/facebookincubator/create-react-app/pull/3046) Fix crash in development mode on IE11. ([@tharakawj](https://github.com/tharakawj))

#### :nail_care: Enhancement

* `react-scripts`

* [#3033](https://github.com/facebookincubator/create-react-app/pull/3033) Add an empty mock for `child_process` to let some libraries compile. ([@McFlurriez](https://github.com/McFlurriez))

#### :house: Internal

* `react-dev-utils`, `react-error-overlay`

* [#3028](https://github.com/facebookincubator/create-react-app/pull/3028) Make error overlay filename configurable. ([@jaredpalmer](https://github.com/jaredpalmer))

#### Committers: 4

- Anthony ([McFlurriez](https://github.com/McFlurriez))
- Erik J. Sturcke ([esturcke](https://github.com/esturcke))
- Jared Palmer ([jaredpalmer](https://github.com/jaredpalmer))
- Tharaka Wijebandara ([tharakawj](https://github.com/tharakawj))

### Migrating from 1.0.12 to 1.0.13

Inside any created project that has not been ejected, run:

```
npm install --save --save-exact react-scripts@1.0.13
```

or

```
yarn add --exact react-scripts@1.0.13
```

## 1.0.12 (August 28, 2017)

#### :bug: Bug Fix
Expand Down Expand Up @@ -62,6 +378,8 @@ or
yarn add --exact react-scripts@1.0.12
```

**Note:** there’s a [known issue](https://github.com/facebookincubator/create-react-app/issues/3041) that might cause the project to not compile after upgrading. In this case, migrate straight to `1.0.13` which doesn’t have this issue.

## 1.0.11 (August 9, 2017)

#### :bug: Bug Fix
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ More detailed information are in the dedicated [README](/packages/react-scripts/
* Add a four-space indented paragraph after each non-trivial list item, explaining what changed and why. For each breaking change also write who it affects and instructions for migrating existing code.
* Maybe add some newlines here and there. Preview the result on GitHub to get a feel for it. Changelog generator output is a bit too terse for my taste, so try to make it visually pleasing and well grouped.
6. Make sure to include “Migrating from ...” instructions for the previous release. Often you can copy and paste them.
7. After merging the changelog update, create a GitHub Release with the same text. See previous Releases for inspiration.
8. **Do not run `npm publish`. Instead, run `npm run publish`.**
9. Wait for a long time, and it will get published. Don’t worry that it’s stuck. In the end the publish script will prompt for versions before publishing the packages.
7. **Do not run `npm publish`. Instead, run `npm run publish`.**
8. Wait for a long time, and it will get published. Don’t worry that it’s stuck. In the end the publish script will prompt for versions before publishing the packages.
9. After publishing, create a GitHub Release with the same text as the changelog entry. See previous Releases for inspiration.

Make sure to test the released version! If you want to be extra careful, you can publish a prerelease by running `npm run publish -- --tag next` instead of `npm run publish`.

Expand Down
43 changes: 17 additions & 26 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,30 +1,21 @@
BSD License
MIT License

For create-react-app software
Copyright (c) 2013-present, Facebook, Inc.

Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name Facebook nor the names of its contributors may be used to
endorse or promote products derived from this software without specific
prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading