-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,48 @@ | ||
## 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-dev --save-exact [email protected] | ||
``` | ||
|
||
or | ||
|
||
``` | ||
yarn add --dev --exact [email protected] | ||
``` | ||
|
||
## 1.0.8 (June 28, 2017) | ||
|
||
#### :bug: Bug Fix | ||
|