Masahiro Wakame
ee32ea9156
Merge pull request #2993 from Asana/react-0.12
...
React 0.12
2014-10-21 11:54:34 +09:00
Masahiro Wakame
f08fe50d94
Merge pull request #2986 from nitech/patch-2
...
TimelineLite was missing from(...)
2014-10-21 11:51:50 +09:00
Masahiro Wakame
510dbf3eda
Merge pull request #2985 from jedmao/gulp-util
...
Add gulp-util definitions, fix through2 and vinyl
2014-10-21 11:49:29 +09:00
Masahiro Wakame
d5713b68db
Merge pull request #3003 from motemen/chrome-webrequest-requestfilter-types
...
Fix chrome.webRequest.RequestFilter.types
2014-10-21 11:45:06 +09:00
Masahiro Wakame
ae1b6e80ef
Merge pull request #3002 from errorx666/threejs-module
...
alias THREE as 'three' for AMD modules
2014-10-21 11:43:37 +09:00
Masahiro Wakame
25913c645a
Merge pull request #3001 from adidahiya/pickadate
...
Improve pickadate.js typings
2014-10-21 11:41:22 +09:00
Masahiro Wakame
466f609e52
Merge pull request #3000 from SergioMorchon/patch-3
...
Fix applyBindingsToNode signature.
2014-10-21 11:39:16 +09:00
Masahiro Wakame
246193d489
Merge pull request #2999 from SergioMorchon/patch-2
...
Preprocess option to Knockout binding's syntax
2014-10-21 11:32:56 +09:00
Masahiro Wakame
33a3151db5
Merge pull request #2997 from gyohk/master
...
Some bug fixes.
2014-10-21 11:30:30 +09:00
Masahiro Wakame
8c1cbce63e
Merge pull request #2996 from amikhalev/bunyan
...
Added definitions for bunyan.
2014-10-21 11:28:46 +09:00
Masahiro Wakame
5b3cb1fcab
Merge pull request #2995 from pine613/feature/chrome/app_window
...
Update chrome.app.window
2014-10-21 11:27:51 +09:00
Masahiro Wakame
4174730485
Merge pull request #2992 from rogierschouten/timezonecomplete-1.8.0
...
Add typings for timezonecomplete 1.8.0
2014-10-21 11:18:34 +09:00
Masahiro Wakame
5a4e6a4462
Merge pull request #2991 from PaloMraz/master
...
Fixed angular.version.codeName casing
2014-10-21 11:15:18 +09:00
Masahiro Wakame
806ad12aa6
Merge pull request #2990 from damianog/patch-11
...
Update ckeditor.d.ts getData and setData
2014-10-21 11:08:30 +09:00
Masahiro Wakame
7c8e1c17e7
Merge pull request #2989 from jtlan/classed-object-arg
...
Add Selection.classed(object) to d3.d.ts
2014-10-21 11:03:40 +09:00
vvakame
6abd1f2658
Merge branch 'SomaticIT-update-msnodesql'
2014-10-21 10:58:59 +09:00
vvakame
bd4354c48d
Merge branch 'update-msnodesql' of github.com:SomaticIT/DefinitelyTyped into SomaticIT-update-msnodesql
...
Conflicts:
CONTRIBUTORS.md
2014-10-21 10:58:51 +09:00
Masahiro Wakame
6fcd7b7bee
Merge pull request #2988 from spencerwi/master
...
Add definitions for intercom.js
2014-10-21 10:50:59 +09:00
motemen
84bf3cd095
fixed chrome.webRequest.RequestFilter.types
2014-10-21 10:41:19 +09:00
error
5b58a7a5de
alias THREE as 'three' for AMD modules
2014-10-20 14:00:40 -05:00
Adi Dahiya
4a0b3fcd81
Improve pickadate.js typings
2014-10-20 13:05:03 -04:00
Sergio
fcd45872fa
Fix applyBindingsToNode signature.
...
From the sourcecode at https://github.com/knockout/knockout/blob/master/src/binding/bindingAttributeSyntax.js
2014-10-20 16:01:12 +02:00
Sergio
3339edcc3d
Preprocess option to Knockout binding's syntax
...
From the oficial documentation: http://knockoutjs.com/documentation/binding-preprocessing.html
2014-10-20 14:58:22 +02:00
satoru kimura
a1e4a81479
Some bug fixes.
2014-10-20 00:31:23 +09:00
Alex Mikhalev
f389d547ab
Added definitions for bunyan.
...
Added definitions and tests for the bunyan logging library.
2014-10-19 01:50:05 -06:00
MIZUNE Pine
df4f7f4af3
Fix test
2014-10-18 21:53:42 +09:00
MIZUNE Pine
74cd8c88b1
Update chrome.app.window
2014-10-18 21:51:13 +09:00
Phips Peter
c4d3efb7f1
Fixing isValidClass and isValidElement
...
The terminology is confusing right now.
2014-10-17 16:51:08 -07:00
Phips Peter
17d211f896
Adding createFactory
...
Forgot about this piece but is important for removing warnings.
2014-10-17 16:42:11 -07:00
Phips Peter
3bb83a20e4
Fixing the version
2014-10-17 16:37:14 -07:00
Phips Peter
f547d80f49
Removed descriptors from our code
2014-10-17 16:24:11 -07:00
Phips Peter
d7650b9d84
Fixing React Addons
2014-10-17 13:24:04 -07:00
Phips Peter
51b6fad247
Adding the new Element types
...
https://gist.github.com/sebmarkbage/fcb1b6ab493b0c77d589
2014-10-17 13:22:14 -07:00
Phips Peter
8b6079cfcd
Removing transferPropsTo
2014-10-17 12:29:45 -07:00
Phips Peter
d908e8f3bf
Renaming based on the new React API
...
http://facebook.github.io/react/blog/2014/10/16/react-v0.12-rc1.html#renamed-apis
2014-10-17 12:26:28 -07:00
Phips Peter
8336da666d
Renaming the legacy module for tests
...
Apparently they conflict otherwise which is unfortunate.
2014-10-17 12:14:42 -07:00
Phips Peter
1d663ab9a3
Moving React 0.11 into legacy
...
I'm following the example from Angular.
2014-10-17 12:09:56 -07:00
Rogier Schouten
c399e4d7bd
Add typings for timezonecomplete 1.8.0
2014-10-17 13:15:06 +02:00
PaloMraz
3230867979
Fixed angular.version.codeName casing
...
codename property renamed to correct codeName.
2014-10-17 10:58:15 +02:00
Damiano
01439a37fc
Update ckeditor.d.ts getData and setData
...
FIXED getData() to allow calling without parameter as in the example
http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData
FIXED setData(...) parametes
http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData
2014-10-17 08:12:05 +02:00
Justin Lan
996282fe8c
Add Selection.classed(object)
...
.classed() allows an object map as input, similar to .attr() and .style().
2014-10-16 10:54:37 -07:00
Jed Mao
5d4a87811a
Add gulp-util definitions, fix related
2014-10-16 11:36:02 -05:00
Spencer Williams
f9073e57a0
Add definitions for intercom.js
2014-10-16 10:02:28 -04:00
John Reilly
4dd796bb15
Merge pull request #2987 from johnnyreilly/master
...
Knockout: Remove invalid overload
2014-10-16 11:39:31 +01:00
John Reilly
94f5688907
Knockout: Fixed tests
2014-10-16 11:37:53 +01:00
John Reilly
1b04524e2e
Knockout: Remove invalid overload
2014-10-16 11:27:05 +01:00
nitech
8ee46aa364
TimelineLite was missing from(...)
...
Is there any way to generate the d.ts-files from the original gsap files? I assume .from was missing because the file has been written manually somehow.
2014-10-16 09:10:48 +02:00
Masahiro Wakame
5fe6713e8b
Merge pull request #2984 from mzsm/chrome-app-filesystem
...
add chrome.fileSystem
2014-10-16 12:09:02 +09:00
Masahiro Wakame
9c9f4ed4f4
Merge pull request #2982 from pine613/feature/chrome/runtime_message
...
Fix event type
2014-10-16 12:05:15 +09:00
Masahiro Wakame
c130fb0674
Merge pull request #2981 from pine613/feature/chrome/blocking_response
...
Fix return type
2014-10-16 12:03:19 +09:00