| 
 | 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 | + | 
1 | 129 | ## 0.8.5 (January 9, 2017)  | 
2 | 130 | 
 
  | 
3 | 131 | #### :bug: Bug Fix  | 
 | 
0 commit comments