Commit Graph

1276 Commits

Author SHA1 Message Date
Evan You
4afccc8eec proper slot duplication warning (fix #3595) 2016-09-08 11:47:22 +02:00
Evan You
f25482dd93 tiny comment fix 2016-09-08 11:11:39 +02:00
katashin
f541097486 Expose all types via index.d.ts (#3608)
* expose all types via index.d.ts

* Fix typo
2016-09-08 10:26:01 +02:00
Evan You
63e4757fbd key nested children by default (fix #3611) 2016-09-08 09:54:53 +02:00
Kaorun343
d2337dfc3f remove ".d" from paths (#3607) 2016-09-06 21:28:17 +08:00
Kaorun343
8f4aab201b Fix definitons (#3591)
* Fix types

* add “FunctionalComponentOptions” and “ContextObject”
* fix and update types

* Rename

* Update vue.d.ts

* Update options-test.ts
2016-09-05 18:53:34 +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
5a03f52b10 Update package.json (#3579)
For TypeScript and Typings
2016-09-01 05:46:10 +02:00
Evan You
765e4a98c2 lock jasmine version to avoid 2.5 breaking ssr tests 2016-08-31 22:54:09 -04:00
cinwell.li
04eb32e4f0 fix typo (#3578) 2016-09-01 04:27:49 +02:00
Evan You
9727f87e3f include typescript dep 2016-08-31 12:35:31 -04:00
Evan You
08a928e07b include tsc tests in ci script 2016-08-31 12:24:24 -04: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
Zhenfei You
2998bbfae9 createElement won't return Array<VNode> (#3574) 2016-08-31 17:00:38 +02:00
Evan You
a00170cbb9 remove unnecessary appear check in v-show (fix #3559) 2016-08-30 10:45:38 -04:00
Evan You
ada90e5e37 revert directive bind invocation timing, add inserted hook for directives 2016-08-30 10:36:58 -04:00
Evan You
32971d8588 fix v-on patching for cloned slot nodes (fix #3556) 2016-08-29 18:45:07 -04:00
Evan You
8c427f7f18 [release] 2.0.0-rc.4 2016-08-29 15:49:00 -04:00
Evan You
88906d6c45 [build] 2.0.0-rc.4 2016-08-29 15:49:00 -04:00
Evan You
05a273849f add dev:runtime script 2016-08-29 11:48:22 -04:00
Javis V. Pérez
a3314c8610 Fixed "delcare" typo error (#3552)
* Fixed "delcare" typo error

* Revert "Fixed "delcare" typo error"

This reverts commit 14c3563c48fe9fc68b413e468db221ea4430ade4.

* Typo fixed on src folder only
2016-08-29 17:45:33 +02:00
Evan You
f6b1a51729 fix hot-reload not updating static nodes 2016-08-29 11:45:08 -04:00
Evan You
22b3645ebb upgrade eslint config 2016-08-29 11:37:32 -04:00
Evan You
ffd298f079 add backers.md 2016-08-29 10:38:57 -04:00
Evan You
dca93fca71 update sponsors 2016-08-29 10:37:28 -04:00
Evan You
96444ffd7a include missing dep 2016-08-28 14:39:39 -04:00
Evan You
f4a505c67c support returning promise for async components (close #3527) 2016-08-28 14:33:38 -04:00
Evan You
982913fb1e upgrade flow to 0.31 (close #3482) 2016-08-28 11:33:39 -04:00
Evan You
638d1820c2 bump dev deps 2016-08-28 11:12:53 -04:00
Evan You
c44f68d25e fix dev scripts 2016-08-28 10:43:19 -04:00
Evan You
72710db4f4 use same alias file 2016-08-28 10:42:10 -04:00
Evan You
1932b8f5fa bump circle node version 2016-08-27 21:31:01 -04:00
Evan You
97476a4185 more build tweaks 2016-08-27 21:13:55 -04:00
Evan You
961d109148 build adjustments 2016-08-27 19:03:15 -04:00
Evan You
98876f008b ensure transition end detection only count events triggered on target element (fix #3506) 2016-08-27 17:14:25 -04:00
Evan You
4d640ce4d9 tweak v-if to avoid unnecessary node replacement 2016-08-27 17:01:57 -04:00
Evan You
014d2f8599 fix vdom patch edge case for static nodes being reused and as insertion reference node (fix #3533) 2016-08-27 16:29:07 -04:00
Evan You
ed2085974b ensure mergeVNodeHook does not inject duplicate hooks 2016-08-26 19:19:51 -04:00
Evan You
44128f2ac7 remove forgotten debugger statement 2016-08-26 19:11:45 -04:00
Evan You
3fa4076d05 fix text parser regex for multiline tags (fix #3526) 2016-08-26 18:56:33 -04:00
Evan You
3627a27179 ensure custom directive bind is called after node is inserted (close #3529) 2016-08-26 18:50:48 -04:00
Evan You
a152fe0e98 only gen checkbox/radio model on input tags (fix #3516) 2016-08-26 18:28:58 -04:00
Evan You
e6c5f21f86 fix event initialization on reused slot nodes (fix #3518) 2016-08-26 18:23:18 -04:00
Evan You
0674509193 avoid triggering select reset when selectedIndex has not changed (fix #3504) 2016-08-23 16:30:40 +02:00
Evan You
eef040ebd0 vdom: teardown stale directives on patch (fix #3491) 2016-08-23 12:01:21 +02:00
Brandon Surowiec
0f8ad06b2c Fix Spelling (#3496)
* Fix Spelling

* Fix other instances.
2016-08-22 23:03:00 +02:00
Evan You
8d03a452de [release] 2.0.0-rc.3 2016-08-20 14:04:54 -04:00
Evan You
f5d4313d10 [build] 2.0.0-rc.3 2016-08-20 14:04:54 -04:00
Evan You
72a0eb3a22 remove extra paren in warning 2016-08-20 13:07:29 -04:00
Evan You
92903f320c fix flow / missing annotations 2016-08-20 12:11:33 -04:00