Commit Graph

  • 66cc7a903e Bump fsevents. (#4331) wtgtybhertgeghgtwtg 2018-04-20 20:51:55 -07:00
  • cf6caf46ef Fix typo in e2e-simple.sh comment (#4323) Brian Muenzenmeyer 2018-04-19 13:39:32 -05:00
  • bf3d73c2c6 Add Sass loader (#4195) Fabiano Brito 2018-04-18 13:35:55 -03:00
  • 836bb39394 Fix some typos in README.md (#4286) Antti Ahti 2018-04-15 18:59:47 +03:00
  • 92b79b3215 Added learnstorybook.com to Storybook links (#4298) Tom Coleman 2018-04-16 01:57:11 +10:00
  • fc2f63a238 Document multiple build environments via env-cmd #4071 (#4117) Jerry Muzsik 2018-04-15 11:52:43 -04:00
  • 14f4485aeb Fixed link to CSS imports blog post Francis Upton IV 2018-04-13 15:06:57 -07:00
  • ae2cf07249 Update CSS Modules localIndetName (#4192) Ro Savage 2018-04-14 08:14:31 +12:00
  • fec29ab074 Fix Build reset William Monk 2018-04-09 09:06:48 +01:00
  • be1dfe79ca Add Facebooks Travis File William Monk 2018-04-09 08:58:15 +01:00
  • 1d4fdc2dd4 Enable loose mode for class-properties (#4248) Rob Grochowicz 2018-04-05 19:42:01 -05:00
  • 06176e1ea4 bump babel 7 beta (#4253) Andreas Cederström 2018-04-05 07:28:30 +02:00
  • 7966139635 Small typo fix #4217 Andreas Cederström 2018-04-04 08:46:15 +02:00
  • 6bf77205ea Changelog for 1.1.4 Joe Haddad 2018-04-03 20:27:05 -04:00
  • dfbc71ce2a Publish v1.1.4 react-scripts@1.1.4 react-dev-utils@5.0.1 Joe Haddad 2018-04-03 20:27:48 -04:00
  • 305bd7015f Changelog for 1.1.4 Joe Haddad 2018-04-03 20:27:05 -04:00
  • 110fdedef0 Update detect-port-alt (#4250) Joe Haddad 2018-04-03 20:07:35 -04:00
  • 27629245fb Update detect-port-alt Joe Haddad 2018-04-03 19:59:36 -04:00
  • 90c908e397 Changelog for 1.1.3 Dan Abramov 2018-04-03 18:30:23 +01:00
  • 3b102fe1b9 Work around Jest environment resolving bug (#4247) Dan Abramov 2018-04-03 18:03:08 +01:00
  • 408db51973 Publish v1.1.3 react-scripts@1.1.3 Dan Abramov 2018-04-03 18:30:53 +01:00
  • f040d85a76 Changelog for 1.1.3 Dan Abramov 2018-04-03 18:30:23 +01:00
  • d639e90bfa Work around Jest environment resolving bug (#4247) Dan Abramov 2018-04-03 18:03:08 +01:00
  • 2e690e98fc Add 1.1.2 changelog (#4242) Dan Abramov 2018-04-03 00:48:07 +01:00
  • 061d1e46fc Add troubleshooting for Github Pages (#4197) Vicente Plata 2018-03-23 03:07:25 -07:00
  • 609aeea67b Publish v1.1.2 react-scripts@1.1.2 Dan Abramov 2018-04-03 00:48:34 +01:00
  • 780a4573e7 Add 1.1.2 changelog (#4242) Dan Abramov 2018-04-03 00:48:07 +01:00
  • 9c3f03cac7 use the lastest url of gitignore file (#4236) Plortinus 2018-04-03 03:19:28 +08:00
  • 9a99b5d190 Fix typo and be clearer about ecma settings in uglifyjs options (#4239) Daniel 2018-04-02 21:17:24 +02:00
  • 2824bf2e15 [next] Revert to use ecma 5 in uglifyOptions (#4234) Daniel 2018-04-02 19:30:30 +02:00
  • da518d2238 Fix floating caret position incorrect while scrolling overlay (#4024) Jih-Chi Lee 2018-03-27 11:03:39 +08:00
  • 9c167a4249 Add some stuff that requires transpilation. (#4174) bradfordlemley 2018-03-25 19:14:59 -06:00
  • 06dd17e21b add create-react-app --help info for local file path --scripts-version support (#4015) Albert Still 2018-03-26 12:08:16 +11:00
  • 8db5e336b1 Revert lint-related changes made in #4193 (#4211) Minh Nguyen 2018-03-26 01:03:23 +01:00
  • 8a34b7cc77 Add ESLint check for incorrect propTypes usage (#3840) (#4048) Ian Sutherland 2018-03-25 16:17:41 -06:00
  • 33f1294f07 Revert "Change no-unused-vars 'args' from none to all to show warning on destructured objects" Andreas Cederström 2018-03-23 14:41:28 +01:00
  • 1922f4d4d8 Allow ModuleScopePlugin accecpts an array as its appSrc (#4138) froyog 2018-03-23 20:28:41 +08:00
  • cb1608b3e0 Add troubleshooting for Github Pages (#4197) Vicente Plata 2018-03-23 03:07:25 -07:00
  • c6375edc07 .mjs should not resolve before .js files (#4085) Lee Byron 2018-03-22 07:27:23 -07:00
  • 058d03f8f8 Fix typos in example monorepo documentation. (#4164) bradfordlemley 2018-03-21 15:42:30 -06:00
  • b2fd8db8bd Minor fixes to CI (#4193) Ro Savage 2018-03-22 05:55:35 +11:00
  • e76f36085c Merge pull request #4187 from goncy/unused-vars-not-showing-on-destructured-objects Andreas Cederström 2018-03-20 13:21:46 +01:00
  • 1dcb3db3ed Change no-unused-vars 'args' from none to all to show warning on destructured objects goncy 2018-03-20 08:27:23 -03:00
  • cb3f835586 Bump babel-related deps (#4159) Brian Ng 2018-03-18 15:22:56 -05:00
  • 1e52f252fc Remove ref to non free resource (#4160) Harry Moreno 2018-03-15 17:50:58 -04:00
  • 36e61c0e60 Merge react-scripts@1.1.1 William Monk 2018-03-14 18:41:04 +00:00
  • 021b42ad90 v2.14.0 William Monk 2018-03-14 18:29:56 +00:00
  • 93eb130488 Update README For 2.14.0 William Monk 2018-03-14 18:29:39 +00:00
  • d9fbe448d7 typo fix (#4134) Stefan Feješ 2018-03-12 15:05:18 +01:00
  • 75f3fccc7d Update CONTRIBUTING.md link (#4114) JK 2018-03-08 06:50:58 +08:00
  • 65e0621622 Fix a typo in packages/react-scripts/template/README.md (#4089) Stas Rudakou 2018-03-05 03:45:19 +02:00
  • 041f44c7af Docs: Update status of Object Rest/Spread proposal (#4101) João Paquim 2018-03-05 01:36:19 +00:00
  • b49762ac1a docs: use node_js 8 in example travis.yml (#4107) nikolas2 2018-03-04 20:35:18 -05:00
  • 0dbb8215ba Merge pull request #268 from kaminskypavel/patch-2 Christian Linne 2018-03-01 09:57:44 +01:00
  • e6b2473f7e Merge pull request #267 from kaminskypavel/patch-1 Christian Linne 2018-03-01 09:57:10 +01:00
  • 58fb532eab Merge pull request #265 from adambowles/patch-2 Christian Linne 2018-03-01 09:56:56 +01:00
  • 75d5145623 fix(readme): use the prepacked logo.svg as an example in "Adding Images, Fonts, and Files" Pavel 'PK' Kaminsky 2018-03-01 00:20:59 +02:00
  • c0a959e8ff fix(readme): use react-scripts-ts in scripts instead of react-scripts Pavel 'PK' Kaminsky 2018-02-28 23:54:45 +02:00
  • 29a1f12499 Add missing space Adam Bowles 2018-02-27 16:54:18 +00:00
  • 39d6c62788 Uglifyjs update for es6 support (#249) Dominik Broj 2018-02-19 08:06:04 +01:00
  • ec0a39e080 Added the abillity to import js and jsx files with ts-loader (#242) Gustav Wengel 2018-02-13 10:00:43 +01:00
  • e9abde7392 Alphabetize and clean files-array in react-dev-utils package.json (#4016) Pete Nykänen 2018-02-12 19:03:21 +02:00
  • 9690bc86d5 Add support for new yarn workspaces config format (#4001) Alexander Roberts 2018-02-11 07:36:02 -06:00
  • f17914c33c enable manifest plugin on dev Ade Viankakrisna Fadlil 2018-02-11 19:33:03 +07:00
  • 43fbf0f3d6 Update dotenv to 5.0.0 (#4009) Ian Sutherland 2018-02-10 12:45:40 -07:00
  • 2c34d5b66e Use yarn when running inside yarn workspace. (#3997) bradfordlemley 2018-02-10 06:07:19 -07:00
  • c34267786f Add 1.1.1 to next changelog Dan Abramov 2018-02-09 13:22:17 +00:00
  • 0b1d636576 Publish v1.1.1 react-scripts@1.1.1 create-react-app@1.5.2 Dan Abramov 2018-02-09 13:20:59 +00:00
  • 1a9722f50a Revert "Set the public path to the asset manifest entries (#2544)" Dan Abramov 2018-02-09 13:13:49 +00:00
  • 984d661811 Add 1.1.1 changelog Dan Abramov 2018-02-09 13:19:49 +00:00
  • aaf022ca39 Set the public path to the asset manifest entries (#2544) Robin van der Vleuten 2018-01-20 20:31:27 +01:00
  • c263f17784 Upgrade dotenv-expand to 4.2.0 (#3961) (#3992) Ian Sutherland 2018-02-09 05:11:32 -08:00
  • 09d216ecce Unpin and bump fsevents (for 1.x branch) (#4006) Dan Abramov 2018-02-09 13:10:41 +00:00
  • 32ea0c0e6d Update dotenv-expand to fix bug with environment variables that contain a $. (#4000) Ian Sutherland 2018-02-09 05:08:30 -08:00
  • 47d2d94118 Ensure workspaces key exists in parent package.json (#3989) Ade Viankakrisna Fadlil 2018-02-07 09:27:14 +07:00
  • 03604a46f0 Autodetect GoLand editor (#3980) Igor Fedyukin 2018-02-05 19:05:36 +03:00
  • 815853db7f Update instructions for continuous delivery with Netlify (#3971) Alf Eaton 2018-02-04 15:54:14 +00:00
  • ea760ff84a Fix typo (#3956) Andrew Ho 2018-02-03 20:59:26 -08:00
  • 779dad5546 Add loader for .graphql files (#3909) Pete Nykänen 2018-02-03 17:51:55 +02:00
  • d0e17316b9 Named asset import for SVG files (#3907) Ian Sutherland 2018-02-02 12:56:57 -07:00
  • aa8789b1aa Add react-scripts version compatibility for monorepos. (#3953) bradfordlemley 2018-02-01 16:08:12 -07:00
  • b43ad04b88 Add support for yarn and lerna monorepos. (#3741) bradfordlemley 2018-02-01 13:58:18 -07:00
  • 7149b3796c Add migration instruction for 2.13.0 Christian Linne 2018-01-31 08:22:25 +01:00
  • 476fe85164 Remove trailing spaces from copyright maciej-ka 2018-01-28 23:36:23 +01:00
  • 7c0032bf6d Merge pull request #237 from DorianGrey/remove-unnecessary-js-files Christian Linne 2018-01-25 07:55:32 +01:00
  • 5348d6eecf Revert links to package in 'packages/react-error-overlay/fixtures/*' (#3902) Michaël De Boey 2018-01-23 12:22:15 +01:00
  • 7133b35f52 Remove unnecessary js(x) files from template. DorianGrey 2018-01-23 10:38:11 +01:00
  • 3767d91886 Fix package repository name (#3900) Michaël De Boey 2018-01-23 01:25:03 +01:00
  • 25184c4e91 Fix links to package (#3898) Michaël De Boey 2018-01-22 23:16:22 +01:00
  • db9d0ab89b Fix prefix format (#3885) Futa Ogawa 2018-01-23 06:37:57 +09:00
  • 7c5a37b9aa Merge pull request #234 from stephtr/patch-1 Will Monk 2018-01-22 21:14:46 +00:00
  • 726e5f97c1 Add noscript to body when migrating to 1.0.0 (#3897) joelgeorgev 2018-01-23 01:56:11 +05:30
  • 679d4708b5 fix typo in changelog Stephan 2018-01-22 20:28:19 +01:00
  • 875552b401 Update README For 2.13.0 William Monk 2018-01-22 17:26:44 +00:00
  • 6e288ac242 v2.13.0 William Monk 2018-01-22 17:23:29 +00:00
  • ee891ee723 Merge pull request #233 from DorianGrey/remove-tslint-loader Christian Linne 2018-01-22 15:46:51 +01:00
  • b40c8c56d4 Remove tslint-loader from prod build (again) DorianGrey 2018-01-22 08:34:12 +01:00
  • eee29075d6 Include {json,css} files in prettier command (#3894) Ronald Rey 2018-01-22 09:51:38 -04:00
  • 07f374f327 Add Rails Webpacker as alternative to CRA in Rails (#3868) Ernesto García 2018-01-22 09:29:57 -03:00
  • e7a8320ba5 Merge pull request #181 from ianschmitz/ts-devdep Christian Linne 2018-01-22 08:40:23 +01:00