Commit Graph

1276 Commits

Author SHA1 Message Date
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
William Monk
7395212b05 Merge pull request #94 from frederickfogerty/master
Upgrade to typescript 2.4 and ts-loader 2.2.1
2017-07-11 18:54:32 +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
f1ddae9f43 Merge pull request #96 from wrongway4you/fix-readme-typo
Fix typo
2017-07-03 13:28:38 +01:00
Dmitry Guzeev
fdedb78035 Fix typo 2017-07-03 10:43:27 +03:00
William Monk
5bbeb4392a Update README.md for v2.3.2 2017-06-27 21:29:39 +01: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
f9fb6ffdfc Update README For 2.3.1 2017-06-23 16:38:22 +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
William Monk
da8d76af2d Update README For 2.3.0 2017-06-23 16:34:19 +01:00
William Monk
d9e728b8f2 Merge pull request #80 from zinserjan/fix-code-coverage
Fix code-coverage reports for ts/tsx
2017-06-23 16:27:05 +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
45b53ce00e Update ISSUE_TEMPLATE.md 2017-06-16 11:52:36 +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
William Monk
484dd27076 Merge pull request #78 from mattleff/patch-1
Allow loading modules from json files
2017-06-08 10:26:01 +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
b5caf821fd Update README.md for v2.1.0 2017-05-25 08:34:26 +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
react-error-overlay@1.0.6 react-dev-utils@2.0.1 eslint-config-react-app@1.0.4 v1.0.6 react-scripts@1.0.6
2017-05-24 13:22:25 +01:00
Dan Abramov
e4f7d54745 Add changelog for 1.0.6 (#2348) 2017-05-24 13:21:50 +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
William Monk
c28612f7a6 Merge pull request #72 from sjdweb/master
Update to Typescript 2.3.3
2017-05-24 12:08:51 +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
Joe Haddad
a29808a2c8 Don't resolve localhost if on network (#2332)
* Don't resolve if on network

* Update WebpackDevServerUtils.js
2017-05-24 11:00:24 +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
William Monk
d1ab3f1dd8 Merge pull request #68 from jonmpqts/master
Fix setupTests extension
2017-05-24 08:49:19 +01:00
William Monk
057fe66f15 Merge pull request #55 from mindjuice/tslint5
Update tslint to 5.2.0 - fixes #40
2017-05-24 08:49:04 +01:00
Ken Carpenter
68fc0ee352 Merge branch 'master' into tslint5 2017-05-23 22:08:01 -04:00
Dan Abramov
913689fa4b Update CHANGELOG.md 2017-05-23 16:58:52 +01:00
William Monk
d3abdf8041 Update README.md 2017-05-23 14:13:32 +01:00
William Monk
9808819fee Run only simple e2e in travis 2017-05-23 09:01:15 +01:00