Commit Graph

18952 Commits

Author SHA1 Message Date
Mohamed Hegazy
8ffa30fc59 Merge pull request #9939 from phiresky/types-2.0
react: Add target type to events
2016-07-03 18:08:13 -07:00
phiresky
084926e23a react: Add target type to events
this allows getting the actual html element type from events.

Example:

```ts
render() {
    return <input onChange={e => console.log(e.target.value)}/>
}
```

Previously you would have to cast the target manually:
```ts
render() {
    return <input onChange={e => console.log((e.target as
    HTMLInputElement).value)}/>
}
```
2016-07-03 20:23:20 +02:00
Mohamed Hegazy
ed0208ef72 Merge pull request #9922 from DefinitelyTyped/RenameAngularJs
Rename angular js
2016-07-01 12:00:08 -07:00
Mohamed Hegazy
426c89520d Rename module from angularjs to angular 2016-07-01 11:54:37 -07:00
Mohamed Hegazy
4ee9330d67 Fix https://github.com/Microsoft/TypeScript/issues/9395: Rename angularjs to angular 2016-07-01 11:49:42 -07:00
Ryan Cavanaugh
b3b0676e2c Merge pull request #9907 from rakatyal/raghav/consistent_casing
Turning on consistent casing flag and fixing failures
2016-06-30 15:21:54 -07:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Ryan Cavanaugh
f39f64767c Merge pull request #9848 from rakatyal/raghav/test_fixes
Fixing test failures
2016-06-30 10:22:25 -07:00
Raghav Katyal
705d1a98fb Final fixes 2016-06-28 11:30:00 -07:00
Ryan Cavanaugh
4554588aaa Merge pull request #9861 from andy-ms/not_needed_packages
Move notNeededPackages.json from types-publisher to here
2016-06-28 10:51:14 -07:00
Andy Hanson
8fb1467807 Move notNeededPackages.json from types-publisher to here 2016-06-28 09:07:27 -07:00
Raghav Katyal
89cb02de7d Fixing test failures 2016-06-27 17:40:37 -07:00
Mohamed Hegazy
6090565a80 Merge pull request #9846 from mprobst/drop-webrtc-dep
Remove the dependency on MediaStream from Chrome.
2016-06-27 15:46:49 -07:00
Martin Probst
e127f7e436 Remove the dependency on MediaStream from Chrome.
MediaStream & Co are available in TypeScript 1.9's lib.d.ts (or
lib.dom.d.ts etc.), so there's no need to reference them anymore.
2016-06-27 15:39:21 -07:00
Ryan Cavanaugh
f6bcc41ae0 Merge pull request #9739 from rakatyal/raghav/definition_changes
Raghav/definition changes
2016-06-27 10:25:54 -07:00
Raghav Katyal
5d016e339d Merge branch 'types2.0' into master2.0 2016-06-20 15:28:25 -07:00
Raghav Katyal
c17b1b78b8 OldUMD and many other module fixes. 2016-06-20 14:15:13 -07:00
Mehrdad Reshadi
d84ea1f719 Update jake.d.ts (#9676) 2016-06-19 11:45:36 +09:00
Ryan Cavanaugh
fb9c384720 Last round of fixes 2016-05-18 10:45:24 -07:00
Ryan Cavanaugh
c89c74f407 Fix d3 2016-05-12 18:07:15 -07:00
Ryan Cavanaugh
0eb9200e5a Fix cldrjs 2016-05-12 17:56:58 -07:00
Ryan Cavanaugh
5c7992d14b More fixes 2016-05-12 17:19:11 -07:00
Ryan Cavanaugh
b44bdde79f Remove props moved to lib.d.ts 2016-05-12 17:18:57 -07:00
Ryan Cavanaugh
14e9d0ffe2 Pluck was removed 2016-05-12 17:15:52 -07:00
Ryan Cavanaugh
b32d16be67 Fix breaking change from contextually typed iife 2016-05-12 17:13:27 -07:00
Ryan Cavanaugh
2847235610 More fixes around __React 2016-05-12 17:07:04 -07:00
Ryan Cavanaugh
08bbd6d985 Remove conflicting definitions (??) 2016-05-12 17:06:54 -07:00
Ryan Cavanaugh
d48cf2a0d4 More fixes 2016-05-12 16:40:02 -07:00
Ryan Cavanaugh
924162e813 Fix more __React users 2016-05-12 15:59:30 -07:00
Ryan Cavanaugh
d330499747 Fix more __React users 2016-05-12 15:59:22 -07:00
Ryan Cavanaugh
be86c436ce Fix material-ui 2016-05-12 15:34:24 -07:00
Ryan Cavanaugh
67c26c1c44 Fix react-scroll 2016-05-12 15:20:29 -07:00
Ryan Cavanaugh
d5a3cca3ab Fix react-select 2016-05-12 15:19:56 -07:00
Ryan Cavanaugh
aa61aa525d Fix react-swf 2016-05-12 13:36:37 -07:00
Ryan Cavanaugh
39ead8c798 Fix react-sweipeable-views 2016-05-12 11:39:22 -07:00
Ryan Cavanaugh
fe05bb6f71 Fix react-tabs 2016-05-12 11:38:27 -07:00
Ryan Cavanaugh
1149f6688b Convert redux-router 2016-05-12 11:36:55 -07:00
Ryan Cavanaugh
07a95152be Convert react-widgets 2016-05-12 11:14:02 -07:00
Ryan Cavanaugh
c36ecdc34d Split cordova plugin 2016-05-11 16:33:26 -07:00
Ryan Cavanaugh
cdf9aa4e1d Convert react-router 2016-05-11 16:33:19 -07:00
Ryan Cavanaugh
c81e98756b Split out react-dom 2016-05-11 16:33:03 -07:00
Ryan Cavanaugh
72a319137e Split out react addons 2016-05-11 16:32:53 -07:00
Ryan Cavanaugh
394bed0ad2 Convert 'history' module 2016-05-11 16:32:10 -07:00
Ryan Cavanaugh
185c8f30b6 Fix more reference paths 2016-05-11 16:31:46 -07:00
Ryan Cavanaugh
e105eabd48 Remove invalid references 2016-05-10 16:27:59 -07:00
Ryan Cavanaugh
612c172c52 Use correct test list 2016-05-10 12:28:03 -07:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
e808e8e062 Remove unneeded references 2016-05-10 12:22:25 -07:00
Ryan Cavanaugh
50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00