Commit Graph

  • 9e2624f332 Publish react-scripts@0.9.1 react-dev-utils@0.5.1 eslint-config-react-app@0.5.2 create-react-app@1.1.0 babel-preset-react-app@2.1.1 Joe Haddad 2017-02-25 21:13:45 -05:00
  • f160a81824 Add changelog for 0.9.1 Joe Haddad 2017-02-25 20:42:41 -05:00
  • 36d86b9df8 Gracefully handle initial installation error (#1512) Vicente Jr Yuchitcho 2017-02-26 03:48:53 +11:00
  • 6876c40259 Gracefully handle initial installation error (#1512) Vicente Jr Yuchitcho 2017-02-26 03:48:53 +11:00
  • 2288ddf3b6 Support & test import() for non-bundled code (#1615) Joe Haddad 2017-02-25 00:03:12 -05:00
  • 11851ee761 Fix up broken line Dan Abramov 2017-02-24 22:29:36 +00:00
  • 1fe3e14460 Setting a dynamic port value for the pushstate-server URL text (#1628) Matt Crampton 2017-02-24 14:28:36 -08:00
  • 3289c32021 Fix up broken line Dan Abramov 2017-02-24 22:29:36 +00:00
  • dbf17fd0e4 Setting a dynamic port value for the pushstate-server URL text (#1628) Matt Crampton 2017-02-24 14:28:36 -08:00
  • 913679bf69 Use posix paths for Jest config during eject (#1635) Joe Haddad 2017-02-24 17:06:54 -05:00
  • 78882d5631 adding a note on how to resolve "Could not find a required file." dep… (#1391) sbritoig 2017-02-24 17:51:53 -03:00
  • fd248ecc4b Use real build path name in build output (#1478) chyipin 2017-02-24 13:32:15 -07:00
  • bf11b144a6 Enable eslint caching in development (#1578) Ade Viankakrisna Fadlil 2017-02-25 03:29:25 +07:00
  • 3b5434ca35 NPM version check for tip (#1193) Mo Binni 2017-02-24 15:25:18 -05:00
  • 93f7aeff1c Added a how-to on react-snapshot (#1577) Charlie Gleason 2017-02-24 19:44:47 +00:00
  • b609ac96fe Use posix paths for Jest config during eject (#1635) Joe Haddad 2017-02-24 17:06:54 -05:00
  • 5155797983 adding a note on how to resolve "Could not find a required file." dep… (#1391) sbritoig 2017-02-24 17:51:53 -03:00
  • 925ab7268f Use real build path name in build output (#1478) chyipin 2017-02-24 13:32:15 -07:00
  • 8d41328342 Enable eslint caching in development (#1578) Ade Viankakrisna Fadlil 2017-02-25 03:29:25 +07:00
  • 53db95a8c3 NPM version check for tip (#1193) Mo Binni 2017-02-24 15:25:18 -05:00
  • c8d9c47897 Added a how-to on react-snapshot (#1577) Charlie Gleason 2017-02-24 19:44:47 +00:00
  • dd801e218c Disallow event global variable with no-restricted-globals rule (#1530) (#1532) Vlad 2017-02-24 20:29:04 +01:00
  • 627e67d5ec Bump recursive-readdir. (#1560) wtgtybhertgeghgtwtg 2017-02-24 11:00:37 -07:00
  • 41d1469445 Bump recursive-readdir. (#1560) wtgtybhertgeghgtwtg 2017-02-24 11:00:37 -07:00
  • 2177030e56 Remove .bin files defined at react-scripts/package.json after eject (#1567) Valerii Sorokobatko 2017-02-24 20:00:09 +02:00
  • d6a83aa887 Remove .bin files defined at react-scripts/package.json after eject (#1567) Valerii Sorokobatko 2017-02-24 20:00:09 +02:00
  • 8cf9155c78 Update index.js (#1603) Daniel Riquelme 2017-02-24 14:58:49 -03:00
  • 0dcf973a6d Adding link to “Customizing” create-react-app (#1121) myappincome 2017-02-24 17:48:16 +00:00
  • 1c0851deb5 Update index.js (#1603) Daniel Riquelme 2017-02-24 14:58:49 -03:00
  • c3240a18ab Adding link to “Customizing” create-react-app (#1121) myappincome 2017-02-24 17:48:16 +00:00
  • 09cfcde018 Add lint rule to disallow require.ensure and System.import (#1536) Tharaka Wijebandara 2017-02-24 22:59:45 +05:30
  • 0ef9e80349 (feat): add webpack validation error logging (#1596) Johann Hubert Sonntagbauer 2017-02-24 18:28:54 +01:00
  • def004aefc Link to "Debugging in the Editor" Dan Abramov 2017-02-24 17:00:43 +00:00
  • 9e51852ce4 Document debugging in the browser. (#1540) Bond 2017-02-24 17:59:58 +01:00
  • e14e0036dd Link to "Debugging in the Editor" Dan Abramov 2017-02-24 17:00:43 +00:00
  • 577c4e85a3 Document debugging in the browser. (#1540) Bond 2017-02-24 17:59:58 +01:00
  • ce90532972 Fix workflow if react-scripts package is linked via npm-link (#1356) Valerii Sorokobatko 2017-02-24 18:51:16 +02:00
  • 16a5e55548 Document Sass imports Dan Abramov 2017-02-24 16:36:47 +00:00
  • 5ee655b9ba Add note about when to import bootstrap CSS. (#1618) Joe Woodhouse 2017-02-24 16:32:29 +00:00
  • bec009ce71 Fix workflow if react-scripts package is linked via npm-link (#1356) Valerii Sorokobatko 2017-02-24 18:51:16 +02:00
  • 67d0d49ac5 Document Sass imports Dan Abramov 2017-02-24 16:36:47 +00:00
  • 92a068054b Add note about when to import bootstrap CSS. (#1618) Joe Woodhouse 2017-02-24 16:32:29 +00:00
  • fb945898c2 Update flow configuration documentation (#1518) SBrown52 2017-02-24 16:21:53 +00:00
  • d4f39851d5 add a comment about NODE_ENV value set to 'production' during build step (#1625) Michael DeRazon 2017-02-24 18:17:23 +02:00
  • 646690b2ba Update flow configuration documentation (#1518) SBrown52 2017-02-24 16:21:53 +00:00
  • 7be0f4de1e add a comment about NODE_ENV value set to 'production' during build step (#1625) Michael DeRazon 2017-02-24 18:17:23 +02:00
  • 21fe19ab0f Bump deps for webpack 2 compat (#1621) Joe Haddad 2017-02-23 00:57:53 -05:00
  • 7c4c16710e Install react, react-dom, and react-scripts at the same time (#1253) Jirat Ki 2017-02-23 10:55:41 +07:00
  • 321f8b4e27 Allow --scripts-version to be a git url (#1570) Tom Conroy 2017-02-22 22:06:07 -05:00
  • bf0c02e026 Add note for using CHOKIDAR_USEPOLLING in virtual machines to enable HMR (#1608) Alexander James Phillips 2017-02-22 18:37:18 +00:00
  • 0a413348f7 babel-preset: remove babel-plugin-transform-es2015-parameters (#1598) Christophe Hurpeau 2017-02-21 17:36:55 +01:00
  • 71be55bc16 fixes #1584 PORT env variable not always an integer (#1585) Mato Ilic 2017-02-19 00:05:56 +01:00
  • 20b85ba827 Switch from Neo to Neutrino (#1576) Eli Perelman 2017-02-17 11:25:08 -06:00
  • af345f0a2f MacOS => macOS Dan Abramov 2017-02-16 13:32:52 +00:00
  • c7d6a5de34 Update README.md (#1573) Mohammad Kermani 2017-02-16 15:20:51 +03:30
  • d6781afd10 Reorder Dan Abramov 2017-02-16 00:05:26 +00:00
  • 8780078b41 Mention Windows support explicitly Dan Abramov 2017-02-15 23:54:14 +00:00
  • 6ae2d06b61 add --recursive to sass watch script (#1564) Alessandro Burato 2017-02-15 14:15:10 +01:00
  • 41f9d20a97 Use https in link to Ignoring files at Github (#1561) Darío Javier Cravero 2017-02-15 10:06:08 +00:00
  • 8c375ac4d2 modified documentation for setting up jest-enzyme (#1562) kiran ps 2017-02-15 15:35:34 +05:30
  • cb95889556 Use Yarn latest in e2e (#1534) Dan Abramov 2017-02-15 00:34:05 +00:00
  • 01f66db932 Revert "Don't run CI on Node 0.10" (#1547) Joe Haddad 2017-02-13 15:25:19 -05:00
  • 677896a9a8 update CSS preprocessor instructions (#1543) Alessandro Burato 2017-02-13 19:44:07 +01:00
  • b279e3f861 Make node version check more robust in e2e.sh (#1295) Rory Hunter 2017-02-13 14:44:20 +00:00
  • 1aefc2c17d Tweak syntax doc (#1539) Dan Abramov 2017-02-12 20:17:33 +00:00
  • 963383afaf Update language support wording to ES2017 Joe Haddad 2017-02-12 14:33:12 -05:00
  • 572d07b677 Add useful link to react-scripts (#1495) pd4d10 2017-02-12 23:01:20 +08:00
  • ed47cc3725 Added link to Azure deployment tutorial (#1338) Toni Petrina 2017-02-12 03:03:49 +01:00
  • d53228d267 [documentation] how to disable autoprefix feature (#1320) Roman Rubas 2017-02-12 03:01:01 +01:00
  • c861f74f55 Add a link to supported features Dan Abramov 2017-02-12 01:58:38 +00:00
  • 60902dc715 reactjs/redux#2004 List features beyond ES6 supported by create-react-app (#1313) Jonathan Conway 2017-02-12 12:57:41 +11:00
  • 7f35c79f63 Correctly Command in README.md (#1275) Phawin Khongkhasawan 2017-02-12 08:41:09 +07:00
  • 6a0edc4a3a Fix test -e with wildcard arguments. (#1503) Marcus R. Brown 2017-02-11 17:34:15 -08:00
  • 1b3403b245 Clarify Less/Sass support Dan Abramov 2017-02-12 00:55:48 +00:00
  • 27c99b5662 Link to new Sass doc Dan Abramov 2017-02-12 00:40:24 +00:00
  • 645ba66d41 Add SASS support documentation #1007 (#1008) Dimitris Tsironis 2017-02-12 02:38:59 +02:00
  • 12e8ceae9d Suggest jest-enzyme for simplifying test matchers (#994) Blaine Kasten 2017-02-11 17:05:54 -06:00
  • a82896c3e3 Install react, react-dom, and react-scripts at the same time (#1253) Jirat Ki 2017-02-23 10:55:41 +07:00
  • d9453703e6 Allow --scripts-version to be a git url (#1570) Tom Conroy 2017-02-22 22:06:07 -05:00
  • 2a8535b5d5 Add note for using CHOKIDAR_USEPOLLING in virtual machines to enable HMR (#1608) Alexander James Phillips 2017-02-22 18:37:18 +00:00
  • 1aa4b2b8cb babel-preset: remove babel-plugin-transform-es2015-parameters (#1598) Christophe Hurpeau 2017-02-21 17:36:55 +01:00
  • dd9ec7bcfb fixes #1584 PORT env variable not always an integer (#1585) Mato Ilic 2017-02-19 00:05:56 +01:00
  • bee4ecec86 Switch from Neo to Neutrino (#1576) Eli Perelman 2017-02-17 11:25:08 -06:00
  • 41632fb1a5 Revert "Bump babel deps and re-enable transform-react-constant-elements" (#1575) Dan Abramov 2017-02-16 18:01:02 +00:00
  • e9493a2552 MacOS => macOS Dan Abramov 2017-02-16 13:32:52 +00:00
  • 1fc1d8296a Update README.md (#1573) Mohammad Kermani 2017-02-16 15:20:51 +03:30
  • c8cbbd06ca Reorder Dan Abramov 2017-02-16 00:05:26 +00:00
  • 5e65f0d139 Mention Windows support explicitly Dan Abramov 2017-02-15 23:54:14 +00:00
  • 075e729865 add --recursive to sass watch script (#1564) Alessandro Burato 2017-02-15 14:15:10 +01:00
  • b0bc46eaf8 Use https in link to Ignoring files at Github (#1561) Darío Javier Cravero 2017-02-15 10:06:08 +00:00
  • 6d22a789f2 modified documentation for setting up jest-enzyme (#1562) kiran ps 2017-02-15 15:35:34 +05:30
  • 9c33f60239 Re-enable transform-react-constant-elements (#1552) Brian Ng 2017-02-14 21:06:19 -06:00
  • 1d5a277367 Enable watchContentBase for webpack-dev-server (#1546) Kees Kluskens 2017-02-15 03:41:31 +01:00
  • fc49946ccb Add support for dynamic import & disable require.ensure (#1538) Joe Haddad 2017-02-14 20:51:23 -05:00
  • 745d341ffb Use Yarn latest in e2e (#1534) Dan Abramov 2017-02-15 00:34:05 +00:00
  • 2abab81da7 Update README Will Monk 2017-02-14 13:43:45 +00:00
  • 8654e34fe5 v1.1.6 Will Monk 2017-02-14 13:41:38 +00:00
  • 64f4ebd6c9 v1.1.6-prerelease.0 Will Monk 2017-02-14 13:33:54 +00:00
  • b9931726a4 Merge pull request #23 from wmonk/merge-facebook-master William Monk 2017-02-14 13:24:56 +00:00
  • 42446dcbb9 Remove merge conflicts, and Flow William Monk 2017-02-14 10:42:53 +00:00