Skip to content

Commit 9e966b4

Browse files
committed
Changelog for 1.0.14
1 parent 2e82ebb commit 9e966b4

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

CHANGELOG.md

+85
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,88 @@
1+
## 1.0.14 (September 26, 2017)
2+
3+
#### :bug: Bug Fix
4+
5+
* `react-dev-utils`
6+
7+
* [#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))
8+
9+
* `react-error-overlay`
10+
11+
* [#3079](https://github.com/facebookincubator/create-react-app/pull/3079) Fix code context on Windows. ([@Timer](https://github.com/Timer))
12+
13+
#### :nail_care: Enhancement
14+
15+
* `react-dev-utils`
16+
17+
* [#3077](https://github.com/facebookincubator/create-react-app/pull/3077) Auto-detect running editor on Linux for error overlay. ([@gulderov](https://github.com/gulderov))
18+
19+
* [#3131](https://github.com/facebookincubator/create-react-app/pull/3131) Display process pid in already running message. ([@Pajn](https://github.com/Pajn))
20+
21+
#### :memo: Documentation
22+
23+
* Other
24+
25+
* [#3163](https://github.com/facebookincubator/create-react-app/pull/3163) Add link to active CSS modules discussion. ([@NeekSandhu](https://github.com/NeekSandhu))
26+
27+
* `react-scripts`
28+
29+
* [#2908](https://github.com/facebookincubator/create-react-app/pull/2908) Note that class fields have progressed to stage 3. ([@rickbeerendonk](https://github.com/rickbeerendonk))
30+
31+
* [#3160](https://github.com/facebookincubator/create-react-app/pull/3160) Update unclear wording in webpack configuration (file loader section). ([@kristiehoward](https://github.com/kristiehoward))
32+
33+
* `eslint-config-react-app`
34+
35+
* [#3072](https://github.com/facebookincubator/create-react-app/pull/3072) Update eslint versions for install instructions. ([@jdcrensh](https://github.com/jdcrensh))
36+
37+
#### :house: Internal
38+
39+
* `react-scripts`
40+
41+
* [#3157](https://github.com/facebookincubator/create-react-app/pull/3157) Update `webpack-dev-server` to `2.8.2`. ([@nikolas](https://github.com/nikolas))
42+
43+
* [#2989](https://github.com/facebookincubator/create-react-app/pull/2989) Update install template to match accessibility guidelines. ([@davidleger95](https://github.com/davidleger95))
44+
45+
* `react-error-overlay`
46+
47+
* [#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))
48+
49+
* [#3102](https://github.com/facebookincubator/create-react-app/pull/3102) Clean target directory before compiling overlay. ([@Timer](https://github.com/Timer))
50+
51+
* `create-react-app`, `react-dev-utils`, `react-error-overlay`, `react-scripts`
52+
53+
* [#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))
54+
55+
* [#3107](https://github.com/facebookincubator/create-react-app/pull/3107) Run CI on `npm@^4`. ([@viankakrisna](https://github.com/viankakrisna))
56+
57+
#### Committers: 12
58+
59+
- Ade Viankakrisna Fadlil ([viankakrisna](https://github.com/viankakrisna))
60+
- David Leger ([davidleger95](https://github.com/davidleger95))
61+
- Joe Haddad ([Timer](https://github.com/Timer))
62+
- Jon Crenshaw ([jdcrensh](https://github.com/jdcrensh))
63+
- Kristie Howard ([kristiehoward](https://github.com/kristiehoward))
64+
- Luca ([duvet86](https://github.com/duvet86))
65+
- Neek Sandhu ([NeekSandhu](https://github.com/NeekSandhu))
66+
- Nik Nyby ([nikolas](https://github.com/nikolas))
67+
- Rasmus Eneman ([Pajn](https://github.com/Pajn))
68+
- Rick Beerendonk ([rickbeerendonk](https://github.com/rickbeerendonk))
69+
- Sophie Alpert ([sophiebits](https://github.com/sophiebits))
70+
- [gulderov](https://github.com/gulderov)
71+
72+
### Migrating from 1.0.13 to 1.0.14
73+
74+
Inside any created project that has not been ejected, run:
75+
76+
```
77+
npm install --save --save-exact react-scripts@1.0.14
78+
```
79+
80+
or
81+
82+
```
83+
yarn add --exact react-scripts@1.0.14
84+
```
85+
186
## 1.0.13 (September 2, 2017)
287

388
#### :bug: Bug Fix

0 commit comments

Comments
 (0)