Skip to content

Commit e1aaf39

Browse files
committed
Add changelog for 0.9.1
1 parent f3d8fff commit e1aaf39

File tree

1 file changed

+155
-31
lines changed

1 file changed

+155
-31
lines changed

CHANGELOG.md

Lines changed: 155 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,127 @@
1+
## 0.9.1 (February 25, 2017)
2+
3+
#### :bug: Bug Fix
4+
* `react-scripts`
5+
* [#1628](https://github.com/facebookincubator/create-react-app/pull/1628) Setting a dynamic port value for the pushstate-server URL text. ([@mattccrampton](https://github.com/mattccrampton))
6+
7+
* [#1635](https://github.com/facebookincubator/create-react-app/pull/1635) Retain posix paths in Jest config. ([@Timer](https://github.com/Timer))
8+
9+
Ejecting on Windows no longer causes `npm test` to not function on macOS and Linux machines.
10+
11+
* [#1356](https://github.com/facebookincubator/create-react-app/pull/1356) Fix workflow if react-scripts package is linked via npm-link. ([@tuchk4](https://github.com/tuchk4))
12+
13+
`react-scripts` will now function as expected when linking to a development version. Previously, you could not test changes with an existing application via linking.
14+
15+
* [#1585](https://github.com/facebookincubator/create-react-app/pull/1585) PORT env variable not always an integer. ([@matoilic](https://github.com/matoilic))
16+
17+
#### :nail_care: Enhancement
18+
* `react-scripts`
19+
* [#1478](https://github.com/facebookincubator/create-react-app/pull/1478) Use real build path name in build output. ([@chyipin](https://github.com/chyipin))
20+
* [#1578](https://github.com/facebookincubator/create-react-app/pull/1578) Enable eslint caching in development. ([@viankakrisna](https://github.com/viankakrisna))
21+
* [#1560](https://github.com/facebookincubator/create-react-app/pull/1560) Bump `recursive-readdir`. ([@wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg))
22+
* [#1567](https://github.com/facebookincubator/create-react-app/pull/1567) Remove .bin files defined at react-scripts/package.json after eject. ([@tuchk4](https://github.com/tuchk4))
23+
* [#1495](https://github.com/facebookincubator/create-react-app/pull/1495) Add useful link to react-scripts. ([@pd4d10](https://github.com/pd4d10))
24+
25+
* `create-react-app`
26+
* [#1512](https://github.com/facebookincubator/create-react-app/pull/1512) Gracefully handle initial installation error (#1505). ([@chitchu](https://github.com/chitchu))
27+
28+
If an error occurs while `create-react-app` is running, it will now clean up and not leave a broken project to reduce confusion.
29+
30+
* [#1193](https://github.com/facebookincubator/create-react-app/pull/1193) NPM version check for tip. ([@mobinni](https://github.com/mobinni))
31+
32+
* [#1603](https://github.com/facebookincubator/create-react-app/pull/1603) Fix conflict file issue in IJ static web projects by adding web.iml to the exclusion list. ([@driquelme](https://github.com/driquelme))
33+
34+
* [#1570](https://github.com/facebookincubator/create-react-app/pull/1570) Allow --scripts-version git urls. ([@tomconroy](https://github.com/tomconroy))
35+
36+
* `create-react-app`, `react-scripts`
37+
* [#1253](https://github.com/facebookincubator/create-react-app/pull/1253) Install React, ReactDOM and React-Scripts at the same time. ([@n3tr](https://github.com/n3tr))
38+
39+
React, ReactDOM, and `react-scripts` are now installed in the same install instead of two different installs. This reduces app creation time by a noticeable amount.
40+
41+
#### :memo: Documentation
42+
* `react-scripts`
43+
* [#1391](https://github.com/facebookincubator/create-react-app/pull/1391) adding a note on how to resolve "Could not find a required file." dep…. ([@sbritoig](https://github.com/sbritoig))
44+
* [#1577](https://github.com/facebookincubator/create-react-app/pull/1577) Added a how-to on react-snapshot. ([@superhighfives](https://github.com/superhighfives))
45+
* [#1121](https://github.com/facebookincubator/create-react-app/pull/1121) Add documentation for customizing Bootstrap theme. ([@myappincome](https://github.com/myappincome))
46+
* [#1540](https://github.com/facebookincubator/create-react-app/pull/1540) Document debugging in the browser.. ([@bondz](https://github.com/bondz))
47+
* [#1618](https://github.com/facebookincubator/create-react-app/pull/1618) Add note about when to import bootstrap CSS.. ([@joewoodhouse](https://github.com/joewoodhouse))
48+
* [#1518](https://github.com/facebookincubator/create-react-app/pull/1518) Update flow configuration documentation. ([@SBrown52](https://github.com/SBrown52))
49+
* [#1625](https://github.com/facebookincubator/create-react-app/pull/1625) add a comment about NODE_ENV value set to 'production' during build step. ([@mderazon](https://github.com/mderazon))
50+
* [#1573](https://github.com/facebookincubator/create-react-app/pull/1573) Update README.md. ([@mkermani144](https://github.com/mkermani144))
51+
* [#1564](https://github.com/facebookincubator/create-react-app/pull/1564) add --recursive to sass watch script. ([@aleburato](https://github.com/aleburato))
52+
* [#1561](https://github.com/facebookincubator/create-react-app/pull/1561) Use https in link to Ignoring files at Github. ([@dariocravero](https://github.com/dariocravero))
53+
* [#1562](https://github.com/facebookincubator/create-react-app/pull/1562) modified documentation for setting up jest-enzyme. ([@kiranps](https://github.com/kiranps))
54+
* [#1543](https://github.com/facebookincubator/create-react-app/pull/1543) update CSS preprocessor instructions. ([@aleburato](https://github.com/aleburato))
55+
* [#1338](https://github.com/facebookincubator/create-react-app/pull/1338) Added link to Azure deployment tutorial. ([@tpetrina](https://github.com/tpetrina))
56+
* [#1320](https://github.com/facebookincubator/create-react-app/pull/1320) [documentation] how to disable autoprefix feature. ([@rrubas](https://github.com/rrubas))
57+
* [#1313](https://github.com/facebookincubator/create-react-app/pull/1313) List features beyond ES6 supported by create-react-app. ([@jonathanconway](https://github.com/jonathanconway))
58+
* [#1008](https://github.com/facebookincubator/create-react-app/pull/1008) Add SASS support documentation #1007. ([@tsironis](https://github.com/tsironis))
59+
* [#994](https://github.com/facebookincubator/create-react-app/pull/994) Suggest jest-enzyme for simplifying test matchers. ([@blainekasten](https://github.com/blainekasten))
60+
* [#1608](https://github.com/facebookincubator/create-react-app/pull/1608) Add note for using CHOKIDAR_USEPOLLING in virtual machines to enable HMR. ([@AJamesPhillips](https://github.com/AJamesPhillips))
61+
* READMEs
62+
* [#1576](https://github.com/facebookincubator/create-react-app/pull/1576) Switch from Neo to Neutrino. ([@eliperelman](https://github.com/eliperelman))
63+
* [#1275](https://github.com/facebookincubator/create-react-app/pull/1275) Correct Command in README.md. ([@lifez](https://github.com/lifez))
64+
65+
#### :house: Internal
66+
* `babel-preset-react-app`
67+
* [#1598](https://github.com/facebookincubator/create-react-app/pull/1598) babel-preset: remove babel-plugin-transform-es2015-parameters. ([@christophehurpeau](https://github.com/christophehurpeau))
68+
* Other
69+
* [#1534](https://github.com/facebookincubator/create-react-app/pull/1534) Use Yarn latest in e2e. ([@gaearon](https://github.com/gaearon))
70+
* [#1295](https://github.com/facebookincubator/create-react-app/pull/1295) Make node version check more robust in e2e.sh. ([@pugnascotia](https://github.com/pugnascotia))
71+
* [#1503](https://github.com/facebookincubator/create-react-app/pull/1503) Fix `test -e` with wildcard arguments.. ([@igetgames](https://github.com/igetgames))
72+
73+
#### Committers: 36
74+
- Ade Viankakrisna Fadlil ([viankakrisna](https://github.com/viankakrisna))
75+
- Alessandro Burato ([aleburato](https://github.com/aleburato))
76+
- Alexander James Phillips ([AJamesPhillips](https://github.com/AJamesPhillips))
77+
- Blaine Kasten ([blainekasten](https://github.com/blainekasten))
78+
- Bond ([bondz](https://github.com/bondz))
79+
- Charlie Gleason ([superhighfives](https://github.com/superhighfives))
80+
- Christophe Hurpeau ([christophehurpeau](https://github.com/christophehurpeau))
81+
- Dan Abramov ([gaearon](https://github.com/gaearon))
82+
- Daniel Riquelme ([driquelme](https://github.com/driquelme))
83+
- Darío Javier Cravero ([dariocravero](https://github.com/dariocravero))
84+
- Dimitris Tsironis ([tsironis](https://github.com/tsironis))
85+
- Eli Perelman ([eliperelman](https://github.com/eliperelman))
86+
- Jirat Ki. ([n3tr](https://github.com/n3tr))
87+
- Joe Haddad ([Timer](https://github.com/Timer))
88+
- Joe Woodhouse ([joewoodhouse](https://github.com/joewoodhouse))
89+
- Jonathan Conway ([jonathanconway](https://github.com/jonathanconway))
90+
- Marcus R. Brown ([igetgames](https://github.com/igetgames))
91+
- Mato Ilic ([matoilic](https://github.com/matoilic))
92+
- Matt Crampton ([mattccrampton](https://github.com/mattccrampton))
93+
- Michael DeRazon ([mderazon](https://github.com/mderazon))
94+
- Mo Binni ([mobinni](https://github.com/mobinni))
95+
- Mohammad Kermani ([mkermani144](https://github.com/mkermani144))
96+
- Phawin Khongkhasawan ([lifez](https://github.com/lifez))
97+
- Roman Rubas ([rrubas](https://github.com/rrubas))
98+
- Rory Hunter ([pugnascotia](https://github.com/pugnascotia))
99+
- Tom Conroy ([tomconroy](https://github.com/tomconroy))
100+
- Toni Petrina ([tpetrina](https://github.com/tpetrina))
101+
- Valerii Sorokobatko ([tuchk4](https://github.com/tuchk4))
102+
- Vicente Jr Yuchitcho ([chitchu](https://github.com/chitchu))
103+
- [SBrown52](https://github.com/SBrown52)
104+
- [chyipin](https://github.com/chyipin)
105+
- [myappincome](https://github.com/myappincome)
106+
- [sbritoig](https://github.com/sbritoig)
107+
- [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg)
108+
- kiran ps ([kiranps](https://github.com/kiranps))
109+
- pd4d10 ([pd4d10](https://github.com/pd4d10))
110+
111+
### Migrating from 0.9.0 to 0.9.1
112+
113+
Inside any created project that has not been ejected, run:
114+
115+
```
116+
npm install --save-dev --save-exact react-scripts@0.9.1
117+
```
118+
119+
You may also optionally update the global command-line utility for more efficient installs (thanks [@n3tr](https://github.com/n3tr)):
120+
121+
```
122+
npm install -g create-react-app@1.1.0
123+
```
124+
1125
## 0.9.0 (February 11, 2017)
2126

3127
Thanks to [@Timer](https://github.com/timer) for cutting this release.
@@ -7,31 +131,31 @@ Thanks to [@Timer](https://github.com/timer) for cutting this release.
7131
* `react-scripts`
8132

9133
* [#1489](https://github.com/facebookincubator/create-react-app/pull/1489) Support setting `"homepage"` to `"."` to generate relative asset paths. ([@tibdex](https://github.com/tibdex))
10-
134+
11135
Applications that don’t use the HTML5 `pushState` API can now be built to be served from any relative URL. To enable this, specify `"."` as your `homepage` setting in `package.json`. It used to be possible before with a few known bugs, but they should be fixed now. See [Serving the Same Build from Different Paths](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#serving-the-same-build-from-different-paths).
12136

13137
* [#937](https://github.com/facebookincubator/create-react-app/pull/1504) Add `PUBLIC_URL` environment variable for advanced use. ([@EnoahNetzach](https://github.com/EnoahNetzach))
14-
138+
15139
If you use a CDN to serve the app, you can now specify `PUBLIC_URL` environment variable to override the base URL (including the hostname) for resources referenced from the built code. This new variable is mentioned in the new [Advanced Configuration](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#advanced-configuration) section.
16140

17141
* [#1440](https://github.com/facebookincubator/create-react-app/pull/1440) Make all `REACT_APP_*` environment variables accessible in `index.html`. ([@jihchi](https://github.com/jihchi))
18-
142+
19143
This makes all environment variables previously available in JS, also available in the HTML file, for example `%REACT_APP_MY_VARIABLE%`. See [Referencing Environment Variables in HTML](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#referencing-environment-variables-in-the-html).
20144

21145
* `react-dev-utils`
22146

23147
* [#1148](https://github.com/facebookincubator/create-react-app/pull/1148) Configure which browser to open with `npm start`. ([@GAumala](https://github.com/GAumala))
24-
148+
25149
You can now disable the automatic browser launching by setting the `BROWSER` environment variable to `none`. You can also specify a different browser (or an arbitrary script) to open by default, [as supported by `opn` command](https://github.com/sindresorhus/opn#app) that we use under the hood. See [Advanced Configuration](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#advanced-configuration).
26-
150+
27151
#### :boom: Breaking Change
28152

29153
* `react-scripts`
30154

31155
* [#1522](https://github.com/facebookincubator/create-react-app/pull/1522) Upgrade dependencies. ([@Timer](https://github.com/Timer))
32156
* [#1432](https://github.com/facebookincubator/create-react-app/pull/1432) Bump Jest version. ([@gaearon](https://github.com/gaearon))
33157
* [#1311](https://github.com/facebookincubator/create-react-app/pull/1311) Updated `babel-jest` and `jest` packages to 18.0.0. ([@lopezator](https://github.com/lopezator))
34-
158+
35159
Jest has been updated to 18 and has introduced some [breaking changes and new features](https://facebook.github.io/jest/blog/2016/12/15/2016-in-jest.html).
36160

37161
* `react-scripts`, `react-dev-utils`
@@ -45,7 +169,7 @@ Thanks to [@Timer](https://github.com/timer) for cutting this release.
45169
* `react-scripts`
46170

47171
* [#1441](https://github.com/facebookincubator/create-react-app/pull/1441) Added `babel-runtime` dependency to deduplicate dependencies when using Yarn. ([@jkimbo](https://github.com/jkimbo))
48-
172+
49173
This works around a bug in Yarn that caused newly created projects to be over 400MB. Now they are down to 126MB, just like with npm 3.
50174

51175
* [#1522](https://github.com/facebookincubator/create-react-app/pull/1522) Upgrade dependencies. ([@Timer](https://github.com/Timer))
@@ -110,7 +234,7 @@ Thanks to [@Timer](https://github.com/timer) for cutting this release.
110234
* [#1463](https://github.com/facebookincubator/create-react-app/pull/1463) Minor code style and wrong expect. ([@tuchk4](https://github.com/tuchk4))
111235
* [#1470](https://github.com/facebookincubator/create-react-app/pull/1470) E2e jsdom fix. ([@EnoahNetzach](https://github.com/EnoahNetzach))
112236
* [#1187](https://github.com/facebookincubator/create-react-app/pull/1187) Use a more sophisticated template for end-to-end testing.. ([@EnoahNetzach](https://github.com/EnoahNetzach))
113-
237+
114238
* Other
115239

116240
* [#1289](https://github.com/facebookincubator/create-react-app/pull/1289) Remove path-exists from dependencies and replace it with fs.existsSync. ([@halfzebra](https://github.com/halfzebra))
@@ -197,60 +321,60 @@ npm install -g create-react-app@1.0.3
197321
* `react-scripts`
198322

199323
* [#1233](https://github.com/facebookincubator/create-react-app/pull/1233) Disable subresource integrity temporarily. ([@Timer](https://github.com/Timer))
200-
324+
201325
We added [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) checks to the build output in 0.8.2 but it turns out that they may fail in browsers using special compression proxies, such as Chrome on Android, when served over HTTP. We disabled the checks until we can find a safe way to add them.
202-
326+
203327
* `react-dev-utils`
204328

205329
* [#1226](https://github.com/facebookincubator/create-react-app/pull/1226) Fix weird lint output. ([@n3tr](https://github.com/n3tr))
206-
330+
207331
Fixes strange lint message formatting in some edge cases.
208-
332+
209333
* [#1215](https://github.com/facebookincubator/create-react-app/pull/1215) Fix - openChrome won't open default browser (using Canary). ([@n3tr](https://github.com/n3tr))
210-
334+
211335
Fixes a regression that caused stable Google Chrome to be opened even if you are using Canary as the default browser.
212-
336+
213337
* `create-react-app`
214338

215339
* [#1223](https://github.com/facebookincubator/create-react-app/pull/1223) Clean up Yarn detection and install code. ([@fson](https://github.com/fson))
216-
340+
217341
Fixes noisy output on Windows when Yarn is not installed.
218342

219343
* [#1224](https://github.com/facebookincubator/create-react-app/pull/1224) Exit with an error code when npm/yarn install fails. ([@fson](https://github.com/fson))
220-
344+
221345
#### :nail_care: Enhancement
222346
* `react-scripts`
223347

224348
* [#1237](https://github.com/facebookincubator/create-react-app/pull/1237) Clear scrollback in test mode. ([@gaearon](https://github.com/gaearon))
225-
349+
226350
Ensures test watcher clears the console before running.
227-
351+
228352
* [#1229](https://github.com/facebookincubator/create-react-app/pull/1229) Disable jest watch mode when --coverage flag is present [#1207]. ([@BenoitAverty](https://github.com/BenoitAverty))
229-
353+
230354
Since coverage doesn't work well with watch mode, we don’t run the watcher on `npm test -- --coverage` anymore.
231-
355+
232356
* [#1212](https://github.com/facebookincubator/create-react-app/pull/1212) Proxy rewrites Origin header to match the target server URL. ([@koles](https://github.com/koles))
233-
357+
234358
Makes sure more API endpoints can work with the `proxy` setting.
235-
359+
236360
* [#1222](https://github.com/facebookincubator/create-react-app/pull/1222) Disable gh-page setup instruction if scripts.deploy has been added. ([@n3tr](https://github.com/n3tr))
237-
361+
238362
Suppresses the instructions printed at the end of `npm run build` if `npm run deploy` already exists.
239363

240364
* `create-react-app`
241365

242366
* [#1236](https://github.com/facebookincubator/create-react-app/pull/1236) Tweak console messages. ([@gaearon](https://github.com/gaearon))
243-
367+
244368
Makes error messages more friendly.
245-
369+
246370
* [#1195](https://github.com/facebookincubator/create-react-app/pull/1195) Use "commander" for cli argv handling. ([@EnoahNetzach](https://github.com/EnoahNetzach))
247-
371+
248372
Adds `create-react-app --help` with a list of options.
249373

250374
* `react-dev-utils`
251375

252376
* [#1211](https://github.com/facebookincubator/create-react-app/pull/1211) Use a better clear console sequence. ([@gaearon](https://github.com/gaearon))
253-
377+
254378
Ensures the development server clears the terminal when files are changed.
255379

256380
#### :memo: Documentation
@@ -300,14 +424,14 @@ npm install -g create-react-app@1.0.2
300424
* [#1204](https://github.com/facebookincubator/create-react-app/pull/1204) Catch synchronous errors from spawning yarn. ([@gaearon](https://github.com/gaearon))
301425

302426
Fixes a crash when running `create-react-app` in some cases.
303-
427+
304428
* `react-scripts`
305429
* [#1203](https://github.com/facebookincubator/create-react-app/pull/1203) Update webpack-subresource-integrity to fix Windows builds. ([@gaearon](https://github.com/gaearon))
306-
430+
307431
Fixes a crash when running `npm run build` on Windows.
308-
432+
309433
* [#1201](https://github.com/facebookincubator/create-react-app/pull/1201) Instruct Jest to load native components from RNW instead of RN. ([@remon-georgy](https://github.com/remon-georgy))
310-
434+
311435
Fixes tests for users of React Native Web.
312436

313437
#### :memo: Documentation

0 commit comments

Comments
 (0)