Commit Graph

529 Commits

Author SHA1 Message Date
bryankang
ad5b884cfb Prioritize index.css over the implicit App.css (#2470) 2017-08-07 16:00:47 +02:00
Norbert de Langen
864ef28ca5 re-add storybook && update the documentation and links (#2331)
* re-add storybook && update the documentation and links

* Change to new documentation domain
2017-08-07 16:00:38 +02:00
Ryan Sullivan
c7f79f756e Update Travis CI Node versions in User Guide (#2454)
Removed Node v4 (CRA only supports Node >= 6)
2017-08-07 16:00:38 +02:00
Rustem Kakimov
a537444d57 Fix docs typo (#2420)
"ensuring that you web app" ->
"ensuring that your web app"
2017-08-07 16:00:38 +02:00
Lufty Wiranda
3d6ead5215 docs: update jest-enzyme section (#2392)
since CRA now use the latest version of Jest under the hood,
`jest-enzyme` v3.2.0 is now working perfectly fine
2017-08-07 16:00:37 +02:00
Dan Abramov
bef6ec65d2 Publish
- react-dev-utils@3.0.0
 - react-error-overlay@1.0.7
 - react-scripts@1.0.7
2017-08-07 16:00:37 +02:00
Dan Abramov
a9e99218b1 Update webpack to 2.6.1 (#2383) 2017-08-07 15:59:41 +02:00
Dan Abramov
993fd306c5 Consistently set environment variables (#2382) 2017-08-07 15:59:41 +02:00
David Ascher
9114aea7ac Disable comparisons feature in uglify compression in production (#2379)
* Disable a micro-option in uglify that appears to be buggy

See https://github.com/facebookincubator/create-react-app/issues/2376

* wrong plugin

* Add a comment
2017-08-07 15:59:41 +02:00
Zac Kwan
bfeb950404 Removed the overriding of reduce_vars to false since webpack v2.6.0 included the fixed for Uglify bug (#2351) 2017-08-07 15:59:41 +02:00
Mirza Joldic
a3b4de1847 Update README.md for now deployments (#2372)
Simplified steps for deploying app to `now` as a static site. No need to `serve` script in `package.json` file. As of May 15, 2017, all static deployments on `now` are free and unlimited.
2017-08-07 15:59:41 +02:00
Jin Zheng
6a48c7cab0 Print file sizes with correct build folder path. (#2361)
* Print file sizes with correct build folder path.

* Just use the print the basename.
2017-08-07 15:59:41 +02:00
Tom Crockett
62cfd49bae Remove unneeded React.Component type parameters
TypeScript's new type parameter defaulting makes these unnecessary.
2017-08-02 00:07:37 -07:00
William Monk
acc5919240 v2.5.0 2017-07-27 13:46:26 +01:00
William Monk
a445a40de5 Merge pull request #115 from nicolaserny/master
Update tsconfig to support dynamic import
2017-07-27 13:45:45 +01:00
nicolaserny
0880881d5b Add missing tsconfig.test.json file 2017-07-25 09:29:07 +02:00
nicolaserny
e1224ed94b Add tsconfig.test.json (instead of using deprecated TS_CONFIG) 2017-07-25 09:24:44 +02:00
nicolaserny
5028178683 Fix tests 2017-07-24 15:44:14 +02:00
nicolaserny
2133270916 update tsconfig to support dynamic import 2017-07-24 13:07:24 +02:00
Jason S
ea3fb7bb53 remove typePatches
closes wmonk/create-react-app-typescript#89
2017-07-20 10:03:50 -07:00
William Monk
358b3194a2 Merge pull request #100 from DorianGrey/master
Use ts-jest instead of custom solution for transforming ts files
2017-07-20 07:52:55 +01:00
DorianGrey
6fa3b6ae49 Use ts-jest instead of custom solution for transforming ts files. 2017-07-13 08:21:20 +02:00
William Monk
12989de447 v2.4.0 2017-07-12 09:40:14 +01:00
Frederick Fogerty
c52098bb11 Upgrade react types dep 2017-07-06 08:57:40 +12:00
Frederick Fogerty
077079115d Upgrade to typescript 2.4 and ts-loader 2.2.1
Ts-loader version 2.2.1 is the minimum version required to work on typescript 2.4.1, see https://github.com/TypeStrong/ts-loader/pull/566 for more details.
2017-07-06 08:52:23 +12:00
William Monk
fdc9e099c2 v2.3.2 2017-06-27 21:28:43 +01:00
William Monk
d0beb34153 Pin typescript to 2.3.x unitl ready for 2.4.x 2017-06-27 21:12:25 +01:00
William Monk
e6633145e7 v2.3.1 2017-06-23 16:37:54 +01:00
William Monk
d2369f887a Fix bug with new @types/react 2017-06-23 16:37:15 +01:00
William Monk
3a75e64e6e v2.3.0 2017-06-23 16:34:33 +01:00
Jan-André Zinser
106599d23f Fix code-coverage reports for ts/tsx 2017-06-23 12:12:52 +02:00
William Monk
0b2821f556 Merge pull request #79 from zinserjan/fix-jest-caching
Jest cache busting for ts/tsx files
2017-06-23 10:36:10 +01:00
William Monk
56ed483394 Merge pull request #81 from zinserjan/remove-unused-jest-config
Remove unused file createJestConfig.js
2017-06-13 22:39:05 +01:00
William Monk
6fcb0143a4 Merge pull request #82 from zinserjan/fix-tsx-extension
Fix transform ignore pattern for tsx
2017-06-13 22:38:52 +01:00
William Monk
459132a57b Merge pull request #75 from DorianGrey/master
fix(typescriptTransform): Let tsc read the config instead of using 'require'
2017-06-08 10:26:57 +01:00
Jan-André Zinser
ad6144942f Fix transform ignore pattern for tsx 2017-06-07 21:27:56 +02:00
Jan-André Zinser
799146d568 Remove unused file createJestConfig.js 2017-06-07 21:14:36 +02:00
Jan-André Zinser
0618b12e9a Jest cache busting for ts/tsx files 2017-06-07 20:58:59 +02:00
Matthew Leffler
5589c0c2e4 Allow loading modules from json files
This adds supports for such packages as:

- [`babel-core`](https://github.com/babel/babel/blob/7ca8170/packages/babel-core/src/index.js#L5)
- [`normalize-package-data`](d8a6a0c17c/lib/fixer.js (L8))
2017-06-06 14:00:40 -06:00
DorianGrey
5fe4a0fd52 fix(typescriptTransform): Let tsc read the config instead of requiring it
Requiring the config does not support tsconfig options like "extends", which is useful for using multiple configs on a single project.
2017-06-01 11:53:57 +02:00
William Monk
1dcfa1d457 v2.2.0 2017-05-25 20:59:14 +01:00
William Monk
6bd33bd2ec Merge remote-tracking branch 'facebook/master' 2017-05-25 08:38:39 +01:00
William Monk
694ef91ad2 v2.1.0 2017-05-25 08:31:56 +01:00
Dan Abramov
36e279da13 Fix broken links (#2350) 2017-05-24 16:49:56 +01:00
Emanuele Ingrosso
90f9c6bbf9 Update webpack to v2.6.0 in react-scripts (#2349) 2017-05-24 14:57:34 +01:00
Dan Abramov
7a1873c0a7 Publish
- eslint-config-react-app@1.0.4
 - react-dev-utils@2.0.1
 - react-error-overlay@1.0.6
 - react-scripts@1.0.6
2017-05-24 13:22:25 +01:00
Ryan Sullivan
55fe1369d7 Add navigateFallbackWhitelist /__* to SW Precache config (#2347)
* Add navigateFallbackWhitelist /__* to SW Precache config

* Add comments
2017-05-24 13:07:45 +01:00
Iain Beeston
0d2989ba6d Resolve flow errors in eslint JSX a11y (#2346)
* Upgraded eslint-plugin-jsx-a11y to 5.0.3 to take advantage of
  d70ac7d7975819e7a52b85465ec67a0d93eb962a
2017-05-24 11:01:31 +01:00
Sean Drumm
0bb642810d Update to Typescript 2.3.3 #71 2017-05-24 09:05:36 +01:00
William Monk
49488e3de4 Merge pull request #62 from Place1/master
added source-map-loader
2017-05-24 08:49:44 +01:00