Commit Graph

1296 Commits

Author SHA1 Message Date
katashin
72a1527148 add inserted hook type to directive option (#3682) 2016-09-16 10:40:12 -06:00
Evan You
56960b5fbc support object looseEqual in v-model (fix #3673) 2016-09-14 11:35:30 -04:00
Evan You
d6a7568891 improve v-bind implementation and make it work on components (fix #3670) 2016-09-14 10:14:45 -04:00
Kaorun343
2b588b754e Update ComponentOptions (#3651)
* Update ComponentOptions

* Make ComponentOptions as a Generic Interface
* Update some interfaces and types related to ComponentOptions
* Update tests

* Fix
2016-09-14 01:59:14 +02:00
Evan You
43211fd519 [release] 2.0.0-rc.6 2016-09-13 09:21:02 -04:00
Evan You
ace1076da9 [build] 2.0.0-rc.6 2016-09-13 09:21:02 -04:00
Evan You
45ff6218c1 handle multiline atribute value parsing in IE (fix #3663) 2016-09-13 08:43:25 -04:00
Evan You
d0c13c7e66 test undefined method warning 2016-09-13 08:42:53 -04:00
Darius Tall
724a59348f Add undefined check for instance methods (#3656)
* add undefined check for instance methods

* added a warning for undefined methods

* add production ENV check
2016-09-11 16:54:47 +02:00
Evan You
6f8316fe8f toObject should not mutate original objects (fix #3657) 2016-09-11 12:17:59 +02:00
Evan You
673dec6040 fix duplicate slot warning spelling 2016-09-10 10:41:12 +02:00
Ivan Agafonov
b47d773c58 support short prop declaration as prop: true (#3643) 2016-09-10 07:12:06 +02:00
Evan You
4c7a87e2ef observer conversion enumeration should not include prototype properties 2016-09-09 13:54:24 +02:00
Evan You
34cdf695b6 use eslint-plugin-flowtype (close #3583) 2016-09-09 10:50:22 +02:00
Evan You
179ec92019 fix lint 2016-09-08 13:55:45 +02:00
Evan You
100a2969aa move slot cloning back to render function so that it works for jsx as well 2016-09-08 13:54:00 +02:00
Evan You
84dfc1d99c [release] 2.0.0-rc.5 2016-09-08 13:29:48 +02:00
Evan You
faecdb6324 [build] 2.0.0-rc.5 2016-09-08 13:29:47 +02:00
Evan You
1c4ca4bc08 fix lint 2016-09-08 13:17:30 +02:00
Evan You
7a2c986722 relax SSR hydration match check to allow client populating empty parent nodes 2016-09-08 13:12:29 +02:00
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