Commit Graph

  • 801fec286e Fix dead link (#3453) vannio 2017-11-15 11:41:07 +00:00
  • b555192b43 Explain how to debug tests (#2992) Matt Morgis 2017-11-14 08:05:34 -05:00
  • 756a9a0fa8 add —use-npm flag to bypass yarn (#3409) Trevor Brindle 2017-11-09 14:03:40 -05:00
  • 4bec877178 Improve eject message (#3416) Joe Lim 2017-11-07 10:37:40 -08:00
  • 5b4ff563eb Export dismissRuntimeErrors function (#3414) Ovidiu Cherecheș 2017-11-05 19:41:56 +01:00
  • 231873e948 one-line waiting for app start (#3411) Joe Lim 2017-11-05 04:12:50 -08:00
  • 36cd35d684 Refactor extra watch options regex to react-dev-utils (#3362) Joe Lim 2017-11-03 19:23:31 -07:00
  • 4b55193f0a Publish v1.0.17 react-scripts@1.0.17 Dan Abramov 2017-11-03 18:27:41 +00:00
  • cfbd468ae3 Add 1.0.17 changelog (#3402) Dan Abramov 2017-11-03 18:27:24 +00:00
  • 5811d55f70 Use new WebpackDevServer option (#3401) Dan Abramov 2017-11-03 18:18:57 +00:00
  • 90c83f7927 Fix grammar in README (#3394) Loren Sands-Ramshaw 2017-11-03 14:11:12 -04:00
  • 2cb48716ec Add link to VS Code troubleshooting guide (#3399) Kenneth Auchenberg 2017-11-03 11:09:29 -07:00
  • 35fa70e924 Update VS Code debug configuration (#3400) Kenneth Auchenberg 2017-11-03 11:08:24 -07:00
  • 74c523c461 Update README.md (#3392) Ryan Swapp 2017-11-02 11:54:40 -06:00
  • dc95d18c9c Publish v1.0.16 react-scripts@1.0.16 react-dev-utils@4.2.1 create-react-app@1.4.3 Dan Abramov 2017-10-31 10:41:25 +00:00
  • b8e6ba3c4a Reorder publishing instructions Dan Abramov 2017-10-31 10:40:27 +00:00
  • 7ae6ab1017 Changelog for 1.0.16 (#3376) Dan Abramov 2017-10-31 10:38:03 +00:00
  • 1740c3fe61 Update favicon description (#3374) Piotr 2017-10-31 11:25:11 +01:00
  • a9257ec978 Changelog for 1.0.15 (#3357) Dan Abramov 2017-10-30 21:40:36 +00:00
  • e62bfdd7ce Replace template literal; fixes #3367 (#3368) Pete Feltham 2017-10-31 16:22:25 +11:00
  • 87643fdb2f CLI@1.4.2 Dan Abramov 2017-10-30 21:56:37 +00:00
  • 5e7b9675aa Publish react-scripts@1.0.15 react-error-overlay@3.0.0 react-dev-utils@4.2.0 babel-preset-react-app@3.1.0 Dan Abramov 2017-10-30 21:48:34 +00:00
  • 59e74fcde5 Publish v1.0.15 Dan Abramov 2017-10-30 21:48:34 +00:00
  • 37bb19496c Changelog for 1.0.15 (#3357) Dan Abramov 2017-10-30 21:40:36 +00:00
  • 1a61cd452e Add preflight CWD check for npm (#3355) Dan Abramov 2017-10-30 21:24:06 +00:00
  • de1beec690 Stop using npm link in tests (#3345) Joe Haddad 2017-10-30 10:18:25 -04:00
  • 345f550861 Fix for add .gitattributes file #3080 (#3122) IJAJ MULANI 2017-10-29 02:43:43 +05:30
  • e05a5fe49b Mention that start_url needs to be "." for client side routing Rami 2017-10-28 22:13:02 +01:00
  • fc885a03d9 start using npm-run-all to build scss and js (#2957) Hrvoje Šimić 2017-10-28 23:11:19 +02:00
  • 5a336ad117 Updating the Service Worker opt-out documentation (#3108) captDaylight 2017-10-28 17:03:57 -04:00
  • 15d8e53daf Remove an useless negation in registerServiceWorker.js (#3150) Kévin Dunglas 2017-10-28 23:01:24 +02:00
  • 70e0c08ef7 Remove output.path from dev webpack config (#3158) Nik Nyby 2017-10-28 16:58:09 -04:00
  • 5c8000f300 Add .mjs support (#3239) Joe Haddad 2017-10-28 16:48:42 -04:00
  • 4add16dc77 Add documentation for Enzyme 3 integration (#3286) Ryan Sullivan 2017-10-28 13:44:27 -07:00
  • 1fa16ace5f Make uglify work in Safari 10.0 - fixes #3280 (#3281) Satya van Heummen 2017-10-28 22:42:41 +02:00
  • 8c7b6e766e Fix favicon sizes value in manifest (#3287) Ryan Sullivan 2017-10-28 13:39:26 -07:00
  • d98b7565b4 Bump dependencies (#3342) Dan Abramov 2017-10-28 21:34:47 +01:00
  • c51258b8a8 recommend react-snap; react-snapshot isn't upgraded for React 16 (#3328) Aaron Shafovaloff 2017-10-28 14:18:01 -06:00
  • 0f5deb6a8e Update appveyor.cleanup-cache.txt Dan Abramov 2017-10-28 18:38:05 +01:00
  • fe4dc744d7 Polyfill rAF in test environment (#3340) Dan Abramov 2017-10-28 17:57:27 +01:00
  • c66c296fd1 Use React 16 in development Dan Abramov 2017-10-28 17:10:07 +01:00
  • 4d4cbf0583 Use a simpler string replacement for the overlay Dan Abramov 2017-10-28 17:00:39 +01:00
  • aa322d0893 Clarify the npm precompilation advice Dan Abramov 2017-10-26 18:34:58 +01:00
  • 2c25d89442 --no-edit William Monk 2017-10-24 15:01:29 +01:00
  • 54f7da9bb9 Update eslint-plugin-react (#3146) Lorenzo Palmes 2017-10-23 17:18:54 -03:00
  • 72a02c7feb Add jest coverage configuration docs (#3279) Matt Phillips 2017-10-21 22:33:04 +01:00
  • a0c515c8ad Update link to Jest Expect docs (#3303) Josh Branchaud 2017-10-19 12:59:10 -05:00
  • 1a3017b717 Update README.md Joe Haddad 2017-10-17 14:37:28 -04:00
  • 2d0ef6a436 Fix dead link to Jest "expect" docs (#3289) Alex 2017-10-17 08:19:44 -07:00
  • ce4406aa2b v2.8.0 William Monk 2017-10-17 10:03:14 +01:00
  • 991b092c89 Use production React version for bundled overlay (#3267) Joe Haddad 2017-10-11 18:16:38 -04:00
  • 9ce144ed90 Add warning when using react-error-overlay in production (#3264) Joe Haddad 2017-10-11 14:20:23 -04:00
  • 86b4b6ab85 Add external links to deployment services (#3265) André Ericson 2017-10-11 11:27:40 -03:00
  • 360fa27cf2 react-error-overlay has no dependencies now (#3263) Joe Haddad 2017-10-11 10:07:56 -04:00
  • 2392778c76 Merge pull request #170 from nicolaserny/master Will Monk 2017-10-10 15:00:16 +01:00
  • 00ed100b26 Add click-to-open support for build errors (#3100) Tharaka Wijebandara 2017-10-06 05:51:17 +05:30
  • a0030fcf2d Update style-loader and disable inclusion of its HMR code in builds (#3236) Jonny Buchanan 2017-10-06 10:02:32 +10:00
  • 62f0a83c5e Update url-loader to 0.6.2 for mime ReDoS vuln (#3246) Joshua Wiens 2017-10-05 18:49:07 -05:00
  • cd3d04b71e Make error overlay to run in the context of the iframe (#3142) Tharaka Wijebandara 2017-10-03 21:45:15 +05:30
  • beb13816a0 Upgrade to typescript 2.5.3 nicolaserny 2017-10-03 10:50:43 +02:00
  • 01a0d737c7 Fix Windows compatibility (#3232) Joe Haddad 2017-10-02 23:45:20 -04:00
  • f498547408 Fix package management link in README (#3227) Toshiharu Nishina 2017-10-03 12:30:44 +09:00
  • 1e98d0f428 Watch for changes in src/**/node_modules (#3230) Joe Lim 2017-10-02 19:57:02 -07:00
  • c00358376b More spec compliant HTML template (#2914) Petr Huřťák 2017-09-29 05:03:27 +02:00
  • 8c8bbca7ca Minor change to highlight dev proxy behaviour (#3075) David Beitey 2017-09-29 13:02:22 +10:00
  • a34701b718 Correct manual proxy documentation (#3185) Robert Panzer 2017-09-29 04:59:51 +02:00
  • 6e5e2279a6 Improve grammar in README (#3211) Mohamed Oun 2017-09-29 04:18:52 +03:00
  • b2c0b3f74b Publish react-scripts@1.0.14 react-error-overlay@2.0.2 react-dev-utils@4.1.0 eslint-config-react-app@2.0.1 create-react-app@1.4.1 babel-preset-react-app@3.0.3 Joe Haddad 2017-09-26 20:19:49 -04:00
  • fedc539246 Fix license comments Joe Haddad 2017-09-26 20:15:14 -04:00
  • 9e966b4cdb Changelog for 1.0.14 Joe Haddad 2017-09-26 20:11:50 -04:00
  • 2e82ebb337 BSD+Patents -> MIT (#3189) Sophie Alpert 2017-09-26 02:30:05 -07:00
  • 1491d4614c Add link to active CSS modules discussion (#3163) Neek Sandhu 2017-09-21 19:50:39 -07:00
  • 376fd432ce Update webpack-dev-server to 2.8.2 (#3157) Nik Nyby 2017-09-21 22:48:41 -04:00
  • 700c8cd4d4 Part of class fields to stage 3 (#2908) Rick Beerendonk 2017-09-20 15:01:06 +02:00
  • b67ef01ade Update unclear wording in webpack config docs (#3160) Kristie Howard 2017-09-19 19:00:44 -07:00
  • 2cff8db00b Display pid in already running message (#3131) Rasmus Eneman 2017-09-17 00:22:06 +02:00
  • 89bf273ec8 Link local react-error-overlay package in kitchensink test Tharaka Wijebandara 2017-09-16 12:22:13 +05:30
  • 606b651346 v2.7.0 William Monk 2017-09-15 14:41:34 +01:00
  • 3cf5427ee8 Update README For 2.7.0 William Monk 2017-09-15 14:40:43 +01:00
  • 28447ee2d3 Merge pull request #157 from JohnNilsson/facebook-1.0.13 Will Monk 2017-09-15 14:36:51 +01:00
  • fa89c0017c change version back to 2.6.0 John Nilsson 2017-09-15 10:57:42 +02:00
  • 26979d31ca Set travis config to use 'precise' ci environment Tharaka Wijebandara 2017-09-03 09:16:58 +05:30
  • 206f9e84e6 Resolved issue #2971 (#2989) David Leger 2017-09-12 23:32:57 -03:00
  • 0e064b30ca Revert "run npm 5.4.0 in CI (#3026)" (#3107) Ade Viankakrisna Fadlil 2017-09-12 08:40:11 +07:00
  • eed708a822 Updated react-error-overlay to latest Flow (0.54.0) (#3065) Luca 2017-09-12 00:20:50 +08:00
  • 1faee66a77 Auto-detect running editor on Linux for error overlay (#3077) gulderov 2017-09-11 15:31:28 +03:00
  • 12f1a8eed8 Clean target directory before compiling overlay (#3102) Joe Haddad 2017-09-11 07:37:36 -04:00
  • 44cfbccfda Rerun prettier and pin version (#3058) Ade Viankakrisna Fadlil 2017-09-10 12:12:38 +07:00
  • 51ee648f25 Publish Dan Abramov 2017-09-02 13:58:21 -07:00
  • e8c952d9ee Changelog for 1.0.13 Dan Abramov 2017-09-02 13:57:52 -07:00
  • ec2f824fdd Add missing slash Dan Abramov 2017-09-02 13:54:33 -07:00
  • 638a81caf6 Make error overlay filename configurable (#3028) Jared Palmer 2017-09-02 16:42:04 -04:00
  • c4651dcbe3 provide empty mock for child_process so importing libraries with it works (#3033) Anthony 2017-09-02 13:41:40 -07:00
  • 763c4c27d7 Rename Overlay to ErrorOvelay (#3051) Tharaka Wijebandara 2017-09-02 06:29:37 +05:30
  • 563ff66a92 Strip hash from chunk file name (#3049) Erik J. Sturcke 2017-09-01 15:56:17 -04:00
  • 912a02ece0 Fix error overlay 'Object.assign' issue in IE by including polyfills before webpack client (#3046) Tharaka Wijebandara 2017-09-02 01:24:58 +05:30
  • ef01aab95a Publish Dan Abramov 2017-08-27 19:26:52 -07:00
  • 5904d8826d Changelog for 1.0.12 (#3016) Dan Abramov 2017-08-27 20:25:03 -06:00
  • 169ef76de3 Relax React dep requirements Dan Abramov 2017-08-27 19:20:54 -07:00
  • ee75676db0 Default Favicon lossless optimisation (#2917) Sylvain Baronnet 2017-08-28 04:17:21 +02:00