forked from facebook/create-react-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
* upstream/master: Publish Changelog for 1.0.10 (facebook#2694) Update CHANGELOG.md Upgrade flow (facebook#2693) Added `gluestick` to the alternatives section (facebook#2402) Downgrade `strip-ansi` package to 3.0.1 (facebook#2692) Fix typo (facebook#2683) Fix typo in README link (facebook#2684) Publish Changelog for 1.0.9 (facebook#2682) Fix external CSS imports (facebook#2680) # Conflicts: # packages/react-dev-utils/package.json # packages/react-scripts/package.json
- Loading branch information
Showing
13 changed files
with
112 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,86 @@ | ||
## 1.0.10 (June 29, 2017) | ||
|
||
#### :bug: Bug Fix | ||
|
||
* `react-dev-utils` | ||
|
||
* [#2692](https://github.com/facebookincubator/create-react-app/pull/2692) Fix IE11 crash in development. ([@pdhoopr](https://github.com/pdhoopr)) | ||
|
||
* `create-react-app` | ||
* [#2683](https://github.com/facebookincubator/create-react-app/pull/2683) Fix a typo. ([@BenBrostoff](https://github.com/BenBrostoff)) | ||
|
||
#### :memo: Documentation | ||
|
||
* README | ||
|
||
* [#2402](https://github.com/facebookincubator/create-react-app/pull/2402) Added `gluestick` to the alternatives section. ([@JoeCortopassi](https://github.com/JoeCortopassi)) | ||
|
||
#### Committers: 5 | ||
- Ben Brostoff ([BenBrostoff](https://github.com/BenBrostoff)) | ||
- Forbes Lindesay ([ForbesLindesay](https://github.com/ForbesLindesay)) | ||
- Joe Haddad ([Timer](https://github.com/Timer)) | ||
- Patrick Hooper ([pdhoopr](https://github.com/pdhoopr)) | ||
- [JoeCortopassi](https://github.com/JoeCortopassi) | ||
|
||
### Migrating from 1.0.9 to 1.0.10 | ||
|
||
Inside any created project that has not been ejected, run: | ||
|
||
``` | ||
npm install --save --save-exact [email protected] | ||
``` | ||
|
||
or | ||
|
||
``` | ||
yarn add --exact [email protected] | ||
``` | ||
|
||
## 1.0.9 (June 29, 2017) | ||
|
||
#### :bug: Bug Fix | ||
|
||
* `react-scripts` | ||
|
||
* [#2680](https://github.com/facebookincubator/create-react-app/pull/2680) Fix external CSS imports. ([@gaearon](https://github.com/gaearon)) | ||
|
||
#### :memo: Documentation | ||
|
||
* `react-scripts` | ||
|
||
* [#2679](https://github.com/facebookincubator/create-react-app/pull/2679) Fix minor typo. ([@dbanck](https://github.com/dbanck)) | ||
* [#2666](https://github.com/facebookincubator/create-react-app/pull/2666) Add more info about Apache client side routing. ([@viankakrisna](https://github.com/viankakrisna)) | ||
* [#2671](https://github.com/facebookincubator/create-react-app/pull/2671) Add JSON and CSS to Prettier instructions. ([@jbovenschen](https://github.com/jbovenschen)) | ||
|
||
#### :house: Internal | ||
|
||
* Other | ||
|
||
* [#2673](https://github.com/facebookincubator/create-react-app/pull/2673) Bootstrap with Yarn. ([@Timer](https://github.com/Timer)) | ||
* [#2659](https://github.com/facebookincubator/create-react-app/pull/2659) Test Node 8 on Travis. ([@gaearon](https://github.com/gaearon)) | ||
|
||
#### Committers: 5 | ||
|
||
- Ade Viankakrisna Fadlil ([viankakrisna](https://github.com/viankakrisna)) | ||
- Dan Abramov ([gaearon](https://github.com/gaearon)) | ||
- Daniel Banck ([dbanck](https://github.com/dbanck)) | ||
- Jaco Bovenschen ([jbovenschen](https://github.com/jbovenschen)) | ||
- Joe Haddad ([Timer](https://github.com/Timer)) | ||
|
||
### Migrating from 1.0.8 to 1.0.9 | ||
|
||
Inside any created project that has not been ejected, run: | ||
|
||
``` | ||
npm install --save --save-exact [email protected] | ||
``` | ||
|
||
or | ||
|
||
``` | ||
yarn add --exact [email protected] | ||
``` | ||
|
||
## 1.0.8 (June 28, 2017) | ||
|
||
#### :bug: Bug Fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "create-react-app", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"keywords": [ | ||
"react" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
packages/react-scripts/fixtures/kitchensink/src/features/webpack/assets/style.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters