Masahiro Wakame
c7253f4a93
Merge pull request #5133 from maglar0/master
...
React: Support for defaultValue in HTMLAttributes
2015-08-08 13:54:45 +09:00
Masahiro Wakame
c1ea194664
Merge pull request #5201 from use-strict/react-context-any
...
react - Replaced context any with {} for type safety.
2015-08-08 13:53:54 +09:00
Masahiro Wakame
c697b13c41
Merge pull request #5217 from danilofaria/master
...
Ui-grid improvements
2015-08-08 13:50:10 +09:00
Masahiro Wakame
9ffa03f181
Merge pull request #5213 from apare/patch-1
...
Invalid partition return type in chain
2015-08-08 13:42:17 +09:00
Masahiro Wakame
b86639edaa
Merge pull request #5203 from chrilith/master
...
Fixed #3728 : Modernizr Prefixed definition returns boolean
2015-08-08 13:40:18 +09:00
Masahiro Wakame
187a6b54d5
Merge pull request #5210 from manekovskiy/patch-1
...
Added missing CodeMirror.Doc method - listSelections
2015-08-08 13:39:09 +09:00
Jeremy Elbourn
a95ee80de0
Update angular2 d.ts to alpha34
2015-08-07 10:13:22 -07:00
John Reilly
284c2b8828
Merge pull request #5226 from baltie/highcharts-fixes
...
Highcharts fixes
2015-08-07 06:51:17 +01:00
Dan Quirk
b45569f35d
Merge pull request #5233 from DanielRosenwasser/handleExtraObjectLiteralProperties
...
Handle extra object literal properties (Part II)
2015-08-06 13:37:36 -07:00
Basarat Ali Syed
3d29161917
Merge pull request #5200 from use-strict/angular-remove-any
...
angularjs - Switched any to generics for type safety.
2015-08-06 16:08:37 +10:00
Alexandru Ciuca
66135fcdb6
angular.d.ts - Reverted window and browser services to any
2015-08-06 08:13:50 +03:00
John Reilly
983126e131
Merge pull request #5230 from borisyankov/johnnyreilly-patch-1
...
Update protobufjs.d.ts
2015-08-05 14:07:29 +01:00
John Reilly
4ded082c5d
Update protobufjs.d.ts
...
This PR includes the [ProtoBuf.Long](https://github.com/dcodeIO/ProtoBuf.js/blob/master/src/ProtoBuf.js#L19 ) property. I based the definition on the existing long.d.ts. I didn't use it directly because I didn't want to create a dependency and because the long.d.ts would have to be changed to do this in the first place.
@panuhorsmalahti - does this look okay to you?
2015-08-05 13:27:04 +01:00
Dan Lewi Harkestad
808cedd2ec
Fixed forgotten return type.
2015-08-05 11:05:52 +02:00
Dan Lewi Harkestad
ccaf6162aa
Added some missing methods and properties.
...
Also some fixes to existing methods and properties which didn't match
implementation.
2015-08-05 10:54:49 +02:00
Daniel Rosenwasser
4bc2874a45
Two spaces in 'pdfkit',
2015-08-05 01:22:34 -07:00
Daniel Rosenwasser
e8b85f0f48
Normalize to tabs even though they're awful in 'ftp'.
2015-08-05 01:20:15 -07:00
Ciuca, Alexandru
75e813a5d8
angular.d.ts - Reverted controller definition in IDirective to any.
2015-08-05 10:57:40 +03:00
Horiuchi_H
147cc7a8b3
Merge pull request #5215 from stpettersens/master
...
Type definitions and tests for sentence-case
2015-08-05 11:05:46 +09:00
Daniel Rosenwasser
47945cca0c
'sourceURL' is a parameter, not a property on an options object.
2015-08-04 14:16:10 -07:00
Daniel Rosenwasser
9d12f947a4
Stoked about 'strokeStyle' in 'smoothie'.
2015-08-04 14:04:28 -07:00
Daniel Rosenwasser
6ddfcb9cf9
native -> nativeFS, autoPlay -> autoplay
2015-08-04 14:00:54 -07:00
Daniel Rosenwasser
bdc5c4bd64
margins -> margin
2015-08-04 13:57:14 -07:00
Daniel Rosenwasser
3fc00fb66b
Multiline comments can have bad behaviour in 'nouislider'.
2015-08-04 13:55:35 -07:00
Daniel Rosenwasser
12b3552f37
All those 'g's seem to drag on in 'jquery.colorpicker'.
2015-08-04 13:41:39 -07:00
Daniel Rosenwasser
9a706aae3a
minSldies -> minSlides
2015-08-04 13:27:32 -07:00
Daniel Rosenwasser
c2202858a1
submenu -> subMenu
2015-08-04 13:25:23 -07:00
Daniel Rosenwasser
a087774998
'title' only seems to be expected for 'bootbox.dialog' in 'bootbox'.
2015-08-04 13:23:55 -07:00
Danilo Faria
fb0e5543ee
Ui-grid improvements
2015-08-04 15:05:53 -04:00
Lars Magnusson
6d59069216
Support for defaultValue and defaultChecked in HTMLAttributes (used on input and textarea and others)
2015-08-04 20:19:03 +02:00
Ryan Cavanaugh
070e3a5e09
Merge pull request #5197 from ngbrown/patch-5
...
React: Include required render() function in base React.Component class.
2015-08-04 10:14:36 -07:00
Sam Saint-Pettersen
3fbe532959
Type definitions and tests for sentence-case
2015-08-04 17:04:44 +01:00
Sam Saint-Pettersen
05a1465f2c
Type definitions and tests for sentence-case
2015-08-04 17:03:37 +01:00
Alexandre Paré
9d461e546e
Invalid partition return type in chain
...
Chain is an array of T. Partition should return _Chain<T[]>.
2015-08-04 11:46:20 -04:00
Dan Lewi Harkestad
ad926271e8
Visible property should be boolean, not number
2015-08-04 16:24:39 +02:00
Ciuca, Alexandru
d2c8f8b955
Merge branch 'master' into angular-remove-any
2015-08-04 17:16:34 +03:00
Chris Apers
7931d62c54
Blank line
2015-08-04 16:06:37 +02:00
Alex Manekovskiy
b9ba90e8ef
Added missing CodeMirror.Doc method - listSelections
...
The missing method is listed in documentation in [Selection](https://codemirror.net/doc/manual.html#api_selection ) section between `doc.getCursor` and `doc.somethingSelected` methods.
2015-08-04 17:03:10 +03:00
Dan Lewi Harkestad
8f0a389126
minorTickInterval can be "auto" as well as a number.
2015-08-04 16:01:43 +02:00
Masahiro Wakame
02271c5387
Merge pull request #5194 from a904guy/master
...
Fix for AMD require import of Dropzone
2015-08-04 22:26:49 +09:00
Masahiro Wakame
667bde0014
Merge pull request #5208 from stpettersens/master
...
Type definitions and tests for path-case
2015-08-04 22:22:19 +09:00
Masahiro Wakame
be366261cd
Merge pull request #5205 from pimterry/flattenDeep
...
Add _.flattenDeep to lodash
2015-08-04 22:13:36 +09:00
Masahiro Wakame
0532df9b50
Merge pull request #5145 from pimterry/add-resemblejs
...
Add Resemble.js
2015-08-04 22:10:43 +09:00
Sam Saint-Pettersen
471c254078
Type definitions and tests for path-case
2015-08-04 14:05:44 +01:00
Masahiro Wakame
a7e7ea8d8e
Merge pull request #5204 from chrootsu/lodash-restParam
...
lodash: added _.restParam() method
2015-08-04 22:05:25 +09:00
Sam Saint-Pettersen
6a43c576ef
Create path-case-tests.ts
2015-08-04 14:05:01 +01:00
Sam Saint-Pettersen
84a8620a82
Type definitions and tests for path-case
2015-08-04 14:04:25 +01:00
Masahiro Wakame
889b148331
Merge pull request #5202 from chrootsu/lodash-before
...
lodash: added _.before() method
2015-08-04 21:55:45 +09:00
Andy Hawkins — (̖̣͕̠̬̭̞̪̐̅ỉ̭̣͈̪̠ͮs̳̳̦̞̰̜̞̳͑͌͋ͪ̃̍ ̩̘́͑ͨ̈́̎̋ͮ͊̀ñ͔̣͓̬̈ͮͦ́ͫ͐͛ͅͅo̩̦̳̠̙̗̯̺̐͆̽t̜̥̻̙̟̼̜͂ͩ͋̅̈́ ̠̦̹̟͕͕̱͉͒͋̅́͐ā̟̻̱ͦ̒̍͋ ̗̞͚ͨͩ͊͂̉ͅh͔̼͚̩͚̪̝̝ͣa̫̫̒̓ͬc̦̲̳͍̹̃ͥͯk̲͕̗̖̤̙̜͍̊e̫͎̟̼̺̫̿r͙̰̊̑̿̅ͯͅ)̪̖͇̝̮̪͖̦͆̇ͧ͑̚
d5050e4843
lowercase module.
2015-08-04 08:55:15 -04:00
Masahiro Wakame
8c459416bf
Merge pull request #5199 from chrootsu/lodash-ary
...
lodash: added _.ary() method
2015-08-04 21:25:38 +09:00