Commit Graph

1061 Commits

Author SHA1 Message Date
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 14c3563c48.

* 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
Evan You d2df58e547 move v-show marker to runtime so that render functions work as expected (fix #3488) 2016-08-20 11:14:41 -04:00
Evan You 16ce0f13d5 prohibit mounting to body/html 2016-08-20 00:46:58 -04:00
Evan You fc78242a07 invoke remove hook before destroy hook (fix #3481) 2016-08-19 15:16:45 -04:00
Evan You 3bd7e58801 v-show should ignore inline display:none (ref #3484) 2016-08-19 12:51:15 -04:00
Evan You 716823ba1b update links 2016-08-18 15:56:24 -04:00
Evan You 6342dd698e move md files into hidden directory 2016-08-18 15:48:57 -04:00
Evan You 910820738e annotations for createFunctionalComponent 2016-08-18 14:25:51 -04:00
Evan You d7f42cc5c3 avoid IIFE deoptimization when using const/let inside if branches 2016-08-18 14:22:53 -04:00
Evan You 13ce3a2559 fix v-on chained keyCodes (fix #3478) 2016-08-18 12:17:17 -04:00
Evan You ba5fb31188 fix transition insert hook duplicate invocation on slot nodes (fix #3474) 2016-08-18 12:00:31 -04:00
Evan You 6bdb577d4a fix name warning when instantiating extended components (fix #3472) 2016-08-18 11:17:45 -04:00
Evan You e62165ca89 ensure v-model to have higher priority than v-on events (fix #3468) 2016-08-17 16:40:45 -04:00
Evan You 1e74675053 expose Vue.set/delete on instances as vm.$set/$delete 2016-08-17 13:53:50 -04:00
Evan You 8e1478e30d proxy: allow keys that start with _ to fall through (necessary for babel helpers) 2016-08-16 14:52:23 -04:00
Evan You e96529844e improve license info 2016-08-16 10:39:19 -04:00