Evan You
|
1be48d0a13
|
types: update types for config.ignoredElements
|
2017-10-12 23:43:57 -04:00 |
Herrington Darkholme
|
db138e2254
|
feat(types): further improve Vue type declarations for canonical usage (#6391)
|
2017-10-06 14:45:14 -04:00 |
Evan You
|
1b7ddd7a35
|
feat(types): expose $vnode
|
2017-07-11 16:46:54 +08:00 |
Luke Bennett
|
9831b403cf
|
Add warnHandler to allow users to set a custom warn callback, similar to errorHandler (#5883)
|
2017-06-14 21:37:26 +08:00 |
Evan You
|
deae1ff851
|
fix type tests
|
2017-06-13 17:49:52 +08:00 |
Melvin Lee
|
92d61922e9
|
Add TypeScript definition for ssrContext (#5654)
|
2017-05-12 10:21:25 +08:00 |
Async0x42
|
1288386722
|
Support Vue.delete(arr, index) in TypeScript definitions (#5508)
* add a variation of 'delete' to typesript typings, added in 2.2+
* add typescript typings test for Vue.delete(arr, index)
|
2017-04-25 12:18:26 +08:00 |
Alexander Sheboltaev
|
ebe27295df
|
typings: type-checking WatchHandler -- refining
|
2017-02-14 13:24:21 -05:00 |
katashin
|
fba78d4598
|
Update types for new features of v2.1 (#4305)
* add types for scoped slots
* update nextTick types for returning promise
* improve scoped slot type
|
2016-11-25 12:08:42 -05:00 |
Kaorun343
|
ef6945932f
|
Fix $createElement and Vue.extend (#3818)
* Fix $createElement and extend
* Add AsyncComponent
|
2016-09-30 13:57:38 -04:00 |
(´・ω・`)
|
aefb34812e
|
Update `$refs` type declaration (#3765)
* `$refs` is a dictionary of Vue instance or Element
* update $refs for array usage
|
2016-09-28 15:04:08 -04:00 |
Kaorun343
|
d2337dfc3f
|
remove ".d" from paths (#3607)
|
2016-09-06 21:28:17 +08:00 |
wumingyang
|
4061c42748
|
adapt index.d.ts for end users (#3582)
* adapt index.d.ts for end users
* fix extend return type
|
2016-09-04 17:33:25 +08:00 |
kaorun343
|
dfc64e8a11
|
Add TypeScript definitions
Add TypeScript definition
Remove unnecessary definition
Update definitions
* separate files
* remove unnecessary `{[key: string]: any}`
* from singular to plural
Update definitions
* Add more definitions
* Rename filename and interface
* Sort definitions
* Fix indent
Fix
Add test
* add test
* fix some definitions
* fix typo
Fix ComputedOptions
Update Vue.set
Update definitions
Add npm script
|
2016-08-31 12:21:26 -04:00 |