|
| 1 | +## 1.0.10 (June 29, 2017) |
| 2 | + |
| 3 | +#### :bug: Bug Fix |
| 4 | + |
| 5 | +* `react-dev-utils` |
| 6 | + |
| 7 | + * [#2692](https://github.com/facebookincubator/create-react-app/pull/2692) Fix IE11 crash in development. ([@pdhoopr](https://github.com/pdhoopr)) |
| 8 | + |
| 9 | +* `create-react-app` |
| 10 | + * [#2683](https://github.com/facebookincubator/create-react-app/pull/2683) Fix a typo. ([@BenBrostoff](https://github.com/BenBrostoff)) |
| 11 | + |
| 12 | +#### :memo: Documentation |
| 13 | + |
| 14 | +* README |
| 15 | + |
| 16 | + * [#2402](https://github.com/facebookincubator/create-react-app/pull/2402) Added `gluestick` to the alternatives section. ([@JoeCortopassi](https://github.com/JoeCortopassi)) |
| 17 | + |
| 18 | +#### Committers: 5 |
| 19 | +- Ben Brostoff ([BenBrostoff](https://github.com/BenBrostoff)) |
| 20 | +- Forbes Lindesay ([ForbesLindesay](https://github.com/ForbesLindesay)) |
| 21 | +- Joe Haddad ([Timer](https://github.com/Timer)) |
| 22 | +- Patrick Hooper ([pdhoopr](https://github.com/pdhoopr)) |
| 23 | +- [JoeCortopassi](https://github.com/JoeCortopassi) |
| 24 | + |
| 25 | +### Migrating from 1.0.9 to 1.0.10 |
| 26 | + |
| 27 | +Inside any created project that has not been ejected, run: |
| 28 | + |
| 29 | +``` |
| 30 | +npm install --save --save-exact [email protected] |
| 31 | +``` |
| 32 | + |
| 33 | +or |
| 34 | + |
| 35 | +``` |
| 36 | +yarn add --exact [email protected] |
| 37 | +``` |
| 38 | + |
| 39 | +## 1.0.9 (June 29, 2017) |
| 40 | + |
| 41 | +#### :bug: Bug Fix |
| 42 | + |
| 43 | +* `react-scripts` |
| 44 | + |
| 45 | + * [#2680](https://github.com/facebookincubator/create-react-app/pull/2680) Fix external CSS imports. ([@gaearon](https://github.com/gaearon)) |
| 46 | + |
| 47 | +#### :memo: Documentation |
| 48 | + |
| 49 | +* `react-scripts` |
| 50 | + |
| 51 | + * [#2679](https://github.com/facebookincubator/create-react-app/pull/2679) Fix minor typo. ([@dbanck](https://github.com/dbanck)) |
| 52 | + * [#2666](https://github.com/facebookincubator/create-react-app/pull/2666) Add more info about Apache client side routing. ([@viankakrisna](https://github.com/viankakrisna)) |
| 53 | + * [#2671](https://github.com/facebookincubator/create-react-app/pull/2671) Add JSON and CSS to Prettier instructions. ([@jbovenschen](https://github.com/jbovenschen)) |
| 54 | + |
| 55 | +#### :house: Internal |
| 56 | + |
| 57 | +* Other |
| 58 | + |
| 59 | + * [#2673](https://github.com/facebookincubator/create-react-app/pull/2673) Bootstrap with Yarn. ([@Timer](https://github.com/Timer)) |
| 60 | + * [#2659](https://github.com/facebookincubator/create-react-app/pull/2659) Test Node 8 on Travis. ([@gaearon](https://github.com/gaearon)) |
| 61 | + |
| 62 | +#### Committers: 5 |
| 63 | + |
| 64 | +- Ade Viankakrisna Fadlil ([viankakrisna](https://github.com/viankakrisna)) |
| 65 | +- Dan Abramov ([gaearon](https://github.com/gaearon)) |
| 66 | +- Daniel Banck ([dbanck](https://github.com/dbanck)) |
| 67 | +- Jaco Bovenschen ([jbovenschen](https://github.com/jbovenschen)) |
| 68 | +- Joe Haddad ([Timer](https://github.com/Timer)) |
| 69 | + |
| 70 | +### Migrating from 1.0.8 to 1.0.9 |
| 71 | + |
| 72 | +Inside any created project that has not been ejected, run: |
| 73 | + |
| 74 | +``` |
| 75 | +npm install --save --save-exact [email protected] |
| 76 | +``` |
| 77 | + |
| 78 | +or |
| 79 | + |
| 80 | +``` |
| 81 | +yarn add --exact [email protected] |
| 82 | +``` |
| 83 | + |
1 | 84 | ## 1.0.8 (June 28, 2017)
|
2 | 85 |
|
3 | 86 | #### :bug: Bug Fix
|
|
0 commit comments