Commit Graph

  • 16a9724964 Corrected a typo in the comments of start.js (#663) Rewieer 2016-09-17 21:10:39 +02:00
  • 310ab8ac98 Update file structure in README (#664) yangtze 2016-09-18 03:10:00 +08:00
  • fc3ab46d2a Add ES5 version of path-exists to CLI Juan Soto 2016-09-09 20:12:30 -04:00
  • e333b8b86c Exempt variables prefixed with underscore from no-unused-vars rule (#640) Vesa Laakso 2016-09-17 00:38:42 +03:00
  • 07105bfd87 Resolve app paths from realpath of CWD, fix #637 (#648) Moti Zilberman 2016-09-17 00:13:38 +03:00
  • e71378f442 Bump webpack-dev-server to version 1.15.2 to fix #574 (#652) Dave Ceddia 2016-09-16 22:42:31 +02:00
  • b98c55682a Add kyt as an alternative Dan Abramov 2016-09-15 18:36:01 +03:00
  • f4a53eea4d Remove eslintConfig from package.json (#649) Ville Immonen 2016-09-14 20:05:48 +03:00
  • 052336db6a Readme: add Travis-CI badge so people can easily see there is tests (#646) Maxime Thirouin 2016-09-14 18:30:52 +02:00
  • edddc50af7 Fixed typo in code comment (#635) Jerome Smadja 2016-09-13 15:57:19 +02:00
  • e45053cf13 Readme: Relative links are broken in lists (GitHub bug?) Dan Abramov 2016-09-12 16:23:36 +03:00
  • f08c01657e Make User Guide stand out more Dan Abramov 2016-09-12 16:14:27 +03:00
  • d8b65295a6 Check the app name before proceeding. (#628) Marek Suscak 2016-09-12 00:53:56 +02:00
  • 55f965aa5d Update eject message Ville Immonen 2016-09-11 21:42:44 +03:00
  • 989fd856f6 Improve the output of scripts/init.js (#629) Brandon Newton 2016-09-11 11:29:24 -07:00
  • 341d4597b9 Bump case-sensitive-paths-webpack-plugin version (#593) Michael Pratt 2016-09-11 09:17:08 -05:00
  • 2c6f1da4d0 Add support for *.jpeg file extension. (#624) Marek Suscak 2016-09-11 14:48:58 +02:00
  • 66702915e6 Avoid tons of *.json.gzip-files created in project root when running with docker node (#620) Khoa Nguyen 2016-09-11 03:16:43 +07:00
  • cdd736d9e0 Fix mocking assets with special characters in the file path (#584) Ville Immonen 2016-09-10 19:56:43 +03:00
  • d3530f48ad Warn about unsupported Node.js versions (#575) Ville Immonen 2016-09-06 18:45:50 +03:00
  • 29107ca29b Send proper error response in custom onError handler for httpProxyMiddleware. (#588) cloudmu 2016-09-05 14:33:31 -04:00
  • f4d9d8dc9a Add a note on decorators Dan Abramov 2016-09-03 21:08:15 +01:00
  • 4534fd0954 Update Flow instructions (#567) Dan Abramov 2016-09-03 20:35:20 +01:00
  • 4185a9d311 0.4.1 v0.4.1 Dan Abramov 2016-09-03 19:44:57 +01:00
  • c33b7329e8 Add 0.4.1 changelog Dan Abramov 2016-09-03 19:44:45 +01:00
  • ab1f74fc68 Fix local end-to-end testing flow (#566) Dan Abramov 2016-09-03 19:14:56 +01:00
  • 49e4f64620 Adds JSX extension support (#563) Jeremy Gayed 2016-09-03 10:33:54 -04:00
  • 6da29550de Document #564 Dan Abramov 2016-09-03 14:02:12 +01:00
  • a53da2228f Fix e2e test (#561) Dan Abramov 2016-09-03 12:56:36 +01:00
  • c04091b180 Add missing breaking change description from 0.3.0 (#562) Dan Abramov 2016-09-03 12:19:03 +01:00
  • ec60307c68 Provide custom onError handler for http-proxy-middleware (#502) cloudmu 2016-09-03 05:32:19 -04:00
  • ae36f2df94 Fix version in CHANGELOG npm install command (#557) Eric Ferraiuolo 2016-09-03 05:29:18 -04:00
  • 05fc913ab5 fix typo setupTest.js -> setupTests.js (#555) ippa 2016-09-03 00:12:01 +02:00
  • 3baad4ee92 Fix typo Dan Abramov 2016-09-02 23:10:31 +01:00
  • c43b249258 Fix tasks Dan Abramov 2016-09-02 21:45:24 +01:00
  • 841ae0471c Clarify proxy instructions in generated app README (#537) Chris Castle 2016-09-02 14:23:36 -07:00
  • d6e8939a4b Mention npm test in init output Dan Abramov 2016-09-02 22:12:26 +01:00
  • 106267cde3 0.4.0 v0.4.0 Dan Abramov 2016-09-02 21:36:21 +01:00
  • 1a7d015e07 Add 0.4.0 changelog Dan Abramov 2016-09-02 21:32:03 +01:00
  • c22c96b20a Look for HTTPS environment variable (#430) Dave Ceddia 2016-09-02 15:02:50 -04:00
  • f1c9584352 Disable implicit serving of the source files (#551) Dan Abramov 2016-09-02 20:35:46 +01:00
  • 98f74a8c65 Remove code that is unused after publish (#550) Dan Abramov 2016-09-02 20:27:58 +01:00
  • a94b2523bd Add src/setupTests.js to specify environment setup for Jest (#545) (#548) Gael du Plessix 2016-09-02 21:27:09 +02:00
  • 88ed8832d0 Reorder deployment instructions by alphabet + minor tweaks Dan Abramov 2016-09-02 18:01:13 +01:00
  • 10012f3f33 Add Modulus to list of deployment options (#416) Jeremiah Harlan 2016-09-02 12:57:14 -04:00
  • c71337f63b Tweak how NODE_PATH is handled Dan Abramov 2016-09-02 17:52:58 +01:00
  • 82066ac4d6 Added ability to specify multiple directories in node_path. Jimmy Miller 2016-08-23 09:11:23 -04:00
  • 6e94bd8426 Removed NODE_PATH from env.js Jimmy Miller 2016-08-22 15:53:29 -04:00
  • afe25dfe5c Made webpack respect NODE_PATH environment variable Fixes: #253 Jimmy Miller 2016-08-22 15:21:17 -04:00
  • 2f62ff84db Clarify some of the comments Dan Abramov 2016-09-02 16:47:23 +01:00
  • 6c8713b7d1 tagging dev-only code (@remove-on-publish-begin/end) and pre-eject-only code (@remove-on-eject-begin/end) #257 (#257) Jiansen HE 2016-09-02 16:34:34 +01:00
  • 2d99415fa0 Fix some typos (#547) Marshall Bowers 2016-09-02 10:21:00 -04:00
  • daf85e66b9 Update CONTRIBUTING.md Dan Abramov 2016-09-02 15:20:11 +01:00
  • f600ddaa10 Explain focusing and excluding tests Dan Abramov 2016-09-02 15:00:09 +01:00
  • 46cf3fc435 Update CONTRIBUTING.md Dan Abramov 2016-09-02 14:29:08 +01:00
  • 080cacd432 Add 0.3.1 to changelog Dan Abramov 2016-09-02 13:50:42 +01:00
  • b484e3eb65 0.3.1 v0.3.1 Dan Abramov 2016-09-02 13:45:55 +01:00
  • baa2e47a28 Bump Jest Dan Abramov 2016-09-02 13:45:48 +01:00
  • 7119660c17 Small testing docs tweaks. (#540) Christoph Pojer 2016-09-02 01:25:07 +01:00
  • ac04277421 Ignore coverage folder generated by jest (#541) Loïs Desplat 2016-09-01 20:24:13 -04:00
  • 706dc94da3 0.3.0 v0.3.0 Dan Abramov 2016-09-02 00:39:02 +01:00
  • bac0fce171 Add 0.3.0 changelog (#539) Dan Abramov 2016-09-02 00:38:26 +01:00
  • 58195ec286 Document testing (#538) Dan Abramov 2016-09-02 00:37:37 +01:00
  • 48aa7ab74b Update deps Dan Abramov 2016-09-01 20:40:15 +01:00
  • bb725e09b2 Remove unnecessary describe() Dan Abramov 2016-09-01 18:26:07 +01:00
  • 5645aa921d Resolve babel-runtime relative to the config (#535) Dan Abramov 2016-09-01 18:01:11 +01:00
  • 6fe904cd8f Disable react-constant-elements because of bugs (#534) Dan Abramov 2016-09-01 17:51:28 +01:00
  • a52b697d1e Enable watch implicitly unless on CI (#533) Dan Abramov 2016-09-01 17:25:21 +01:00
  • e48b617156 0.3.0-beta Dan Abramov 2016-09-01 02:09:00 +01:00
  • 67fe75926a Update Jest (#530) Dan Abramov 2016-09-01 02:08:27 +01:00
  • 497371b619 removing no-return-assign lint rule (#528) (#529) Sophia 2016-08-31 14:24:34 -07:00
  • f1134810a0 Typo fix (#526) Cory House 2016-08-31 10:28:19 -05:00
  • 364392b9d9 Add a more prominent link to the guide (#524) Ville Immonen 2016-08-31 16:58:46 +03:00
  • a3f327ac07 ignore .idea folder (#522) Dennis Ushakov 2016-08-31 17:21:57 +04:00
  • 4f26ebf2e4 Add a link back to CRA Dan Abramov 2016-08-31 14:00:57 +01:00
  • 9d9d31eccc Add instructions on <meta> tags Dan Abramov 2016-08-31 12:31:10 +01:00
  • d803e520c3 Add tarec to the alternatives (#516) Geoffroy Warin 2016-08-30 01:32:43 +02:00
  • c27570ede4 Allow importing static file outside src and node_modules folders (#504) Ville Immonen 2016-08-28 20:49:25 +03:00
  • 73c940a732 Mark react-scripts as executable Dan Abramov 2016-08-28 13:32:17 +01:00
  • c0ac5c4d2c Update CHANGELOG.md (#492) Dan Abramov 2016-08-25 14:57:12 +01:00
  • ef94b0561d Prepare for 0.2.3 release Dan Abramov 2016-08-25 14:40:49 +01:00
  • 279a71a8ee 0.2.3 v0.2.3 Dan Abramov 2016-08-25 14:37:01 +01:00
  • 3dda45208e Started using babel-preset-latest (#490) Kristóf Poduszló 2016-08-25 14:52:16 +02:00
  • e7c83663bc Use most recent React version (#477) William Horton 2016-08-25 06:32:11 -04:00
  • 9e81d1c22b Added support for webp images in #442 (#458) Felipe Moyano 2016-08-23 10:13:13 -05:00
  • 10bce5a425 Disable dot rule of connect-history-api-fallback (#422) Max Stoiber 2016-08-11 23:04:29 +02:00
  • ffe6b2f904 Adding namespaced environment variables to DefinePlugin under REACT_APP_ (#342) Eli Perelman 2016-08-03 17:54:55 -05:00
  • 01825465c6 Started using babel-preset-latest (#490) Kristóf Poduszló 2016-08-25 14:52:16 +02:00
  • 6e18b2a069 Support async/await Dan Abramov 2016-08-02 14:26:51 +01:00
  • d5ebaeb684 Add proxy option to package.json Dan Abramov 2016-08-04 14:34:32 +01:00
  • 59c4eb2d93 Add missing Changelog entry—thanks @elijahmanor! Dan Abramov 2016-08-25 13:34:27 +01:00
  • 250605fa8f Use most recent React version (#477) William Horton 2016-08-25 06:32:11 -04:00
  • 20f673d204 Fix default package version added by global CLI (#491) Kristóf Poduszló 2016-08-25 12:20:00 +02:00
  • f1b6168a6b Clarify 0.3.0 is not out yet Dan Abramov 2016-08-25 11:10:49 +01:00
  • dc95aca558 Correcting typo on README.md (#479) Gautier 2016-08-24 11:46:54 +02:00
  • 6aabe7e881 Clarify "homepage" field has special meaning Dan Abramov 2016-08-23 23:19:37 +01:00
  • dcdcab0ecc Added support for webp images in #442 (#458) Felipe Moyano 2016-08-23 10:13:13 -05:00
  • 2b5eb82c11 Link to Heroku article Dan Abramov 2016-08-22 20:21:35 +01:00
  • caabf5ef5f Add migration instructions Dan Abramov 2016-08-22 19:48:59 +01:00
  • 5961232df1 Add 0.2.2 changelog (#475) Dan Abramov 2016-08-22 19:47:49 +01:00