mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 20:51:12 +08:00
Changelog for 1.0.9 (#2682)
This commit is contained in:
45
CHANGELOG.md
45
CHANGELOG.md
@@ -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 react-scripts@1.0.9
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```
|
||||
yarn add --dev --exact react-scripts@1.0.9
|
||||
```
|
||||
|
||||
## 1.0.8 (June 28, 2017)
|
||||
|
||||
#### :bug: Bug Fix
|
||||
|
||||
Reference in New Issue
Block a user