Commit Graph

1165 Commits

Author SHA1 Message Date
Dan Abramov
a8d29c8ca0 Fix usage example to match react-dev-utils@0.2.x API 2016-09-30 13:25:52 +01:00
Aaron Cannon
90e3cc1fb2 Relaxed eslint rule no-unused-expressions (#724)
Now allows the use of short circuit and ternary expressions.
2016-09-30 13:20:24 +01:00
Dan Abramov
91b32a2769 Fix the doc 2016-09-28 20:24:48 +01:00
Dan Abramov
dc6074abbc Publish
- react-dev-utils@0.2.1
 - react-scripts@0.6.1
react-dev-utils@0.2.1 v0.6.1 react-scripts@0.6.1
2016-09-27 15:53:27 +01:00
Dan Abramov
f4ca972489 Add 0.6.1 changelog 2016-09-27 15:42:02 +01:00
Fernando Montoya
d72c749337 Moved Babel and ESLint config to package.json after ejecting (#773) 2016-09-27 11:17:46 +01:00
vaibhav
37819ee8ef added link to better visualizing tool (#764)
issue here #762
2016-09-26 14:06:46 +01:00
Ville Immonen
7d0fd03b00 Fix the right and bottom padding of the error overlay (#758) 2016-09-26 10:29:55 +01:00
Christopher Chedeau
52bc72fbde Remove the . at the end of the init message (#760)
Otherwise it makes it an invalid path :(
2016-09-26 10:22:55 +01:00
Ville Immonen
4c183b729a Bump recursive-readdir (#756)
Removes a deprecation warning:
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

See: https://github.com/jergason/recursive-readdir/pull/39
2016-09-25 23:32:08 +01:00
Shubheksha Jalan
1b6f58cf05 Forked react-scripts should retain the binary name (#754)
* Forked react-scripts should retain the binary name

* Forked react-scripts should retain the binary name -- fixed issue with regex

* Forked react-scripts should retain the binary name -- fixed style nit
2016-09-25 23:31:53 +01:00
Dan Abramov
e0dfa30525 Mention the npm bug in migration instructions 2016-09-25 15:38:15 +01:00
Dan Abramov
cc97ed5636 Add an extra section about updating to README 2016-09-25 14:43:52 +01:00
Dan Abramov
059536291e 0.6.0 v0.6.0 2016-09-25 13:07:08 +01:00
Dan Abramov
f3c939dea5 Add 0.6.0 changelog 2016-09-25 12:54:01 +01:00
Dan Abramov
17ab11e279 Add an unobtrusive log when server disconnects 2016-09-25 12:41:33 +01:00
Dan Abramov
e872907b50 Fix error overlay in Firefox (#749) 2016-09-25 12:33:43 +01:00
Dan Abramov
2b7a4f147d Add fixed versions of ESLint plugins to the guide 2016-09-25 11:42:00 +01:00
Dan Abramov
9cce0fb59f Add syntax error overlay in development (#744)
* Add syntax error overlay in development

* Support HMR being disabled

* Tweak CSS
2016-09-25 11:31:10 +01:00
Ville Immonen
d75a771515 Fix README edit link (#739) 2016-09-24 22:39:09 +03:00
Forresst
d1250743ad Docs: Fix link to recent version of this guide (#732)
Fix link to recent version of this guide
2016-09-24 10:48:37 +01:00
Dan Abramov
12c95f313a 0.5.1 v0.5.1 2016-09-24 00:56:02 +01:00
Dan Abramov
1d348cf431 Bump lerna 2016-09-24 00:37:43 +01:00
Dan Abramov
cb05a4ca6e Remove unintentionally committed bundledDependencies 2016-09-24 00:34:23 +01:00
Dan Abramov
f7e98ae9a7 Add 0.5.1 to changelog 2016-09-24 00:31:17 +01:00
Dan Abramov
d0c30ecfca Bump lerna 2016-09-24 00:29:12 +01:00
Ville Immonen
e41d671bee Fix InterpolateHtmlPlugin only replacing the first occurrence (#731)
Fixes https://github.com/facebookincubator/create-react-app/issues/625#issuecomment-249320724.
2016-09-24 00:28:32 +01:00
Kasper Peulen
500fb749e0 simplify protocol === "https" ? true : false to protocol === "https" (#730) 2016-09-24 00:27:20 +01:00
Dan Abramov
7ac8777ed1 Publish
- babel-preset-react-app@0.2.1
 - create-react-app@0.5.0
 - eslint-config-react-app@0.2.1
 - react-dev-utils@0.1.0
 - react-scripts@0.5.0
create-react-app@0.5.0 react-dev-utils@0.1.0 eslint-config-react-app@0.2.1 react-scripts@0.5.0 babel-preset-react-app@0.2.1 v0.5.0
2016-09-23 22:31:36 +01:00
Dan Abramov
cdbb5382be 0.5.0 2016-09-23 22:21:40 +01:00
Dan Abramov
176dd373b2 Fix eject 2016-09-23 22:20:40 +01:00
Dan Abramov
72730f5b8c Add 0.5.0 changelog 2016-09-23 22:17:49 +01:00
Dan Abramov
c092086b1b Fix README links 2016-09-23 22:01:45 +01:00
Dan Abramov
54615eee21 Explain how to use #703 2016-09-23 21:53:20 +01:00
Dan Abramov
fda91eba56 Don't hardcode react-scripts package name (#728)
* Don't hardcode react-scripts package name

Fixes issue described in https://github.com/facebookincubator/create-react-app/issues/682#issuecomment-248781486.

* Update eject.js
2016-09-23 21:29:14 +01:00
Dan Abramov
d8e9a0e228 Bump create-react-app version 2016-09-23 21:03:49 +01:00
Dan Abramov
96eefaeefa Bump eslint preset version 2016-09-23 20:58:22 +01:00
Dan Abramov
b6d964f361 Bump babel preset version 2016-09-23 20:56:39 +01:00
Dan Abramov
35f38fd44c Tweak README 2016-09-23 20:55:15 +01:00
Dan Abramov
e5bf5af296 Extract some utilities into a separate package (#723)
* Extract some utilities into a separate package

* Add utils dir to `files` in package.json

* Do not create an empty `utils` dir on eject
2016-09-23 20:53:08 +01:00
Dan Abramov
c4a936ece2 Add JSX source transform for better warnings (#716)
Fixes #700.
Read about it here: https://twitter.com/dan_abramov/status/779308833399332864.
2016-09-23 16:53:22 +01:00
Ville Immonen
7c978e542c Use bundled local packages in the end-to-end flow (#721)
Fixes #718.
2016-09-23 16:24:06 +01:00
ekaradon
fbccb820bb Add host as adjustable parameter through env variables (#717)
* Add host as adjustable parameter through env variables

eg: `HOST=test.dev.local npm start`

* Style nit
2016-09-23 15:01:35 +01:00
Dan Abramov
92afcaf854 Add READMEs for packages 2016-09-23 13:00:11 +01:00
Dan Abramov
5b7a306cba Minor tweaks 2016-09-23 12:41:14 +01:00
Dan Abramov
9a70038b6d Preserve scripts/test.js after ejecting (#715)
Fixes #702
2016-09-23 12:35:26 +01:00
Dan Abramov
f54c9d8fb5 Remove other flow command 2016-09-23 12:07:29 +01:00
Dan Abramov
39d4da6165 Flow files are removed now 2016-09-23 12:06:57 +01:00
Jiansen HE
4e8c5e007a Add notes on enabling Travis CI for created repo (#677) 2016-09-23 12:00:46 +01:00
Ayrton De Craene
8e5183ac1b Load environment file in development (#695)
* Load environment file via dotenv if .env file is present

* Document loading environment variables in .env file

* Minor doc tweaks
2016-09-23 11:59:38 +01:00