Skip to content

Commit 84be4dd

Browse files
committed
Add CHANGELOG
1 parent 15e0b98 commit 84be4dd

File tree

1 file changed

+128
-0
lines changed

1 file changed

+128
-0
lines changed

Diff for: CHANGELOG.md

+128
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,131 @@
1+
## 0.9.0 (2017-02-11)
2+
3+
#### :rocket: New Feature
4+
* `react-scripts`
5+
* [#1489](https://github.com/facebookincubator/create-react-app/pull/1489) Support setting "homepage" to "." to generate relative asset paths. ([@tibdex](https://github.com/tibdex))
6+
7+
This addition allows any application not using the HTML5 pushState API to be built to be served from any relative URL.
8+
* [#937](https://github.com/facebookincubator/create-react-app/pull/1504) Add `PUBLIC_URL` env variable for advanced use. ([@EnoahNetzach](https://github.com/EnoahNetzach))
9+
* [#1440](https://github.com/facebookincubator/create-react-app/pull/1440) Make all react env vars accessible in index.html. ([@jihchi](https://github.com/jihchi))
10+
* `react-dev-utils`
11+
* [#1148](https://github.com/facebookincubator/create-react-app/pull/1148) Configure which browser to open in npm start (#873). ([@GAumala](https://github.com/GAumala))
12+
13+
You can now disable the automatic browser launching by setting the `BROWSER` environment variable to `none`.
14+
15+
#### :boom: Breaking Change
16+
* `react-scripts`
17+
* [#1522](https://github.com/facebookincubator/create-react-app/pull/1522) Upgrade dependencies. ([@Timer](https://github.com/Timer))
18+
* [#1432](https://github.com/facebookincubator/create-react-app/pull/1432) Bump Jest version. ([@gaearon](https://github.com/gaearon))
19+
20+
Jest has been updated to v18 and has introduced some [breaking changes](https://facebook.github.io/jest/blog/2016/12/15/2016-in-jest.html).
21+
22+
* `react-scripts`, `react-dev-utils`
23+
* [#1148](https://github.com/facebookincubator/create-react-app/pull/1148) Configure which browser to open in npm start (#873). ([@GAumala](https://github.com/GAumala))
24+
25+
Non-interactive terminals no longer automatically disable launching of the browser.
26+
27+
#### :bug: Bug Fix
28+
* `react-scripts`
29+
* [#1522](https://github.com/facebookincubator/create-react-app/pull/1522) Upgrade dependencies. ([@Timer](https://github.com/Timer))
30+
* [#1458](https://github.com/facebookincubator/create-react-app/pull/1458) eject: Additionally remove `react-scripts` from dependencies. ([@creynders](https://github.com/creynders))
31+
* [#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))
32+
* [#1309](https://github.com/facebookincubator/create-react-app/pull/1309) Bump babel-loader version (#1009). ([@frontsideair](https://github.com/frontsideair))
33+
* [#1267](https://github.com/facebookincubator/create-react-app/pull/1267) Only gitignore dirs in root, not deep. ([@jayphelps](https://github.com/jayphelps))
34+
* `react-dev-utils`
35+
* [#1377](https://github.com/facebookincubator/create-react-app/pull/1377) webpack-dev-server patch for 'still-ok' success status. ([@TheBlackBolt](https://github.com/TheBlackBolt))
36+
* [#1274](https://github.com/facebookincubator/create-react-app/pull/1274) Downgrading to compatible version of SockJS-Client. ([@holloway](https://github.com/holloway))
37+
* [#1247](https://github.com/facebookincubator/create-react-app/pull/1247) Only open Chrome tab if BROWSER is missing or is Chrome. ([@gaearon](https://github.com/gaearon))
38+
39+
#### :nail_care: Enhancement
40+
* `react-scripts`
41+
* [#1507](https://github.com/facebookincubator/create-react-app/pull/1507) fix: add yarn gitignores. ([@adjohnson916](https://github.com/adjohnson916))
42+
* [#1496](https://github.com/facebookincubator/create-react-app/pull/1496) Make build exit with error code when interrupted. ([@brandones](https://github.com/brandones))
43+
* [#1510](https://github.com/facebookincubator/create-react-app/pull/1510) Add missing '\n' to the end of `package.json` file. ([@pd4d10](https://github.com/pd4d10))
44+
* [#1352](https://github.com/facebookincubator/create-react-app/pull/1352) More descriptive error message for env.CI = true warnings causing failures. ([@jayphelps](https://github.com/jayphelps))
45+
* [#1432](https://github.com/facebookincubator/create-react-app/pull/1432) Bump Jest version. ([@gaearon](https://github.com/gaearon))
46+
* [#1324](https://github.com/facebookincubator/create-react-app/pull/1324) Use npm script hooks to avoid && in deploy script. ([@zpao](https://github.com/zpao))
47+
* [#1311](https://github.com/facebookincubator/create-react-app/pull/1311) Updated react-scripts babel-jest && jest packages to 18.0.0. ([@lopezator](https://github.com/lopezator))
48+
* [#1264](https://github.com/facebookincubator/create-react-app/pull/1264) Remove interactive shell check when opening browser on start. ([@CaryLandholt](https://github.com/CaryLandholt))
49+
* `create-react-app`
50+
* [#1270](https://github.com/facebookincubator/create-react-app/pull/1270) gh-1269: Enabling nested folder paths for project name. ([@dinukadesilva](https://github.com/dinukadesilva))
51+
52+
#### :memo: Documentation
53+
* `react-scripts`
54+
* [#1515](https://github.com/facebookincubator/create-react-app/pull/1515) readme: Advanced Configuration. ([@Timer](https://github.com/Timer))
55+
* [#1513](https://github.com/facebookincubator/create-react-app/pull/1513) clarifying the use of custom environment variables. ([@calweb](https://github.com/calweb))
56+
* [#1511](https://github.com/facebookincubator/create-react-app/pull/1511) Change "OS X" references to "macOS". ([@RodrigoHahn](https://github.com/RodrigoHahn))
57+
* [#1482](https://github.com/facebookincubator/create-react-app/pull/1482) Edit User Guide: Add ESLint config for VS Code users. ([@vulong23](https://github.com/vulong23))
58+
* [#1483](https://github.com/facebookincubator/create-react-app/pull/1483) Reflect websocket proxy support on README (#1013). ([@frontsideair](https://github.com/frontsideair))
59+
* [#1453](https://github.com/facebookincubator/create-react-app/pull/1453) Readme: Removes experimental from Jest snapshot. ([@frehner](https://github.com/frehner))
60+
* [#1437](https://github.com/facebookincubator/create-react-app/pull/1437) Added links to tutorials for integrating cra with an api backend. ([@alexdriaguine](https://github.com/alexdriaguine))
61+
* [#1422](https://github.com/facebookincubator/create-react-app/pull/1422) Add causes of dev server not detecting changes. ([@jetpackpony](https://github.com/jetpackpony))
62+
* [#1260](https://github.com/facebookincubator/create-react-app/pull/1260) Heroku Deployment: Adds a note on how to resolve "File/Module Not Found Errors" . ([@MsUzoAgu](https://github.com/MsUzoAgu))
63+
* [#1256](https://github.com/facebookincubator/create-react-app/pull/1256) Add "Changing the Page Title" to User Guide. ([@gaearon](https://github.com/gaearon))
64+
* [#1245](https://github.com/facebookincubator/create-react-app/pull/1245) Replace the Flow documentation section. ([@gaearon](https://github.com/gaearon))
65+
* Other
66+
* [#1514](https://github.com/facebookincubator/create-react-app/pull/1514) corrected minor typo. ([@crowchirp](https://github.com/crowchirp))
67+
* [#1393](https://github.com/facebookincubator/create-react-app/pull/1393) replace two space syntax with <br> tag. ([@carlsagan21](https://github.com/carlsagan21))
68+
* [#1384](https://github.com/facebookincubator/create-react-app/pull/1384) Document Flow support. ([@dschep](https://github.com/dschep))
69+
* `react-dev-utils`
70+
* [#1375](https://github.com/facebookincubator/create-react-app/pull/1375) Change console.log for errors and warnings. ([@jimmyhmiller](https://github.com/jimmyhmiller))
71+
* [#1369](https://github.com/facebookincubator/create-react-app/pull/1369) Add missing import in react-dev-utils README.md. ([@pedronauck](https://github.com/pedronauck))
72+
73+
#### :house: Internal
74+
* Other
75+
* [#1519](https://github.com/facebookincubator/create-react-app/pull/1519) Add test cases for PUBLIC_URL and relative path. ([@Timer](https://github.com/Timer))
76+
* `react-scripts`
77+
* [#1484](https://github.com/facebookincubator/create-react-app/pull/1484) Improve e2e-kitchensink and Jest coverage. ([@Timer](https://github.com/Timer))
78+
* [#1463](https://github.com/facebookincubator/create-react-app/pull/1463) Minor code style and wrong expect. ([@tuchk4](https://github.com/tuchk4))
79+
* [#1470](https://github.com/facebookincubator/create-react-app/pull/1470) E2e jsdom fix. ([@EnoahNetzach](https://github.com/EnoahNetzach))
80+
* [#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))
81+
* `create-react-app`, `react-scripts`
82+
* [#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))
83+
84+
#### Committers: 35
85+
- Alex Driaguine ([alexdriaguine](https://github.com/alexdriaguine))
86+
- Anders D. Johnson ([adjohnson916](https://github.com/adjohnson916))
87+
- Anthony F. ([frehner](https://github.com/frehner))
88+
- Brandon Istenes ([brandones](https://github.com/brandones))
89+
- Calvin Webster ([calweb](https://github.com/calweb))
90+
- Cary Landholt ([CaryLandholt](https://github.com/CaryLandholt))
91+
- Chandan Rai ([crowchirp](https://github.com/crowchirp))
92+
- Christian Raidl ([Chris-R3](https://github.com/Chris-R3))
93+
- Dan Abramov ([gaearon](https://github.com/gaearon))
94+
- Daniel Schep ([dschep](https://github.com/dschep))
95+
- David ([lopezator](https://github.com/lopezator))
96+
- Dinuka De Silva ([dinukadesilva](https://github.com/dinukadesilva))
97+
- Eduard Kyvenko ([halfzebra](https://github.com/halfzebra))
98+
- Fabrizio Castellarin ([EnoahNetzach](https://github.com/EnoahNetzach))
99+
- Fatih ([frontsideair](https://github.com/frontsideair))
100+
- Gabriel Aumala ([GAumala](https://github.com/GAumala))
101+
- Jay Phelps ([jayphelps](https://github.com/jayphelps))
102+
- Jih-Chi Lee ([jihchi](https://github.com/jihchi))
103+
- Jimmy Miller ([jimmyhmiller](https://github.com/jimmyhmiller))
104+
- Joe Haddad ([Timer](https://github.com/Timer))
105+
- Johnny Magrippis ([jmagrippis](https://github.com/jmagrippis))
106+
- Jonathan Kim ([jkimbo](https://github.com/jkimbo))
107+
- MUA ([MsUzoAgu](https://github.com/MsUzoAgu))
108+
- Matthew Holloway ([holloway](https://github.com/holloway))
109+
- Nguyen Le Vu Long ([vulong23](https://github.com/vulong23))
110+
- Paul O’Shannessy ([zpao](https://github.com/zpao))
111+
- Pedro Nauck ([pedronauck](https://github.com/pedronauck))
112+
- Robbie H ([TheBlackBolt](https://github.com/TheBlackBolt))
113+
- Thibault Derousseaux ([tibdex](https://github.com/tibdex))
114+
- Valerii ([tuchk4](https://github.com/tuchk4))
115+
- Vasiliy Taranov ([jetpackpony](https://github.com/jetpackpony))
116+
- [RodrigoHahn](https://github.com/RodrigoHahn)
117+
- creynders ([creynders](https://github.com/creynders))
118+
- pd4d10 ([pd4d10](https://github.com/pd4d10))
119+
- soo ([carlsagan21](https://github.com/carlsagan21))
120+
121+
### Migrating from 0.8.5 to 0.9.0
122+
123+
Inside any created project that has not been ejected, run:
124+
125+
```
126+
npm install --save-dev --save-exact [email protected]
127+
```
128+
1129
## 0.8.5 (January 9, 2017)
2130

3131
#### :bug: Bug Fix

0 commit comments

Comments
 (0)