163 Commits (3ee62fd59e20030dd63c08c2390e803d034928fe)

Author SHA1 Message Date
Evan You ba5ec54cd8 include pre/post transform declarations 8 years ago
Evan You e84a1a43be fix attribute decode reggression (fix #3327) 8 years ago
Evan You 3ce450b6dc use more proper flow type syntax 8 years ago
Evan You ea9c6c37c3 support v-on .native modifier on components 8 years ago
Evan You 69ecdcb05e rename vnode.data.props -> domProps 8 years ago
Evan You e6871a33c1 update flow annotations 8 years ago
Evan You 9421bd4806 extract getRealChild for abstract components 9 years ago
Evan You 7630622689 expose component placeholder node in render fns as this.$vnode 9 years ago
Evan You eb9eb98cd9 use de-indent module 9 years ago
Evan You 3661b4e78e add _inactive property 9 years ago
Evan You cf8aeddc12 fix v-once with v-for and remove unused _t method (fix #3155) 9 years ago
Evan You c902e1f9ab ssr component-level caching + context injection 9 years ago
Evan You 1d8f3a264e better global mixin strategy 9 years ago
Evan You 3fe127b05a fix v-model number conversion (fix #3140) 9 years ago
Evan You f0b8f2e290 attach __vue__ to elements to support devtools 9 years ago
Evan You 563672e5fe fix flow def 9 years ago
Evan You 4fe51a75a9 prohibit replacing Vue.config + support custom keyCodes 9 years ago
Evan You 2af9f68bd9 remove source-map generation from sfc parser 9 years ago
Evan You e3fb6fe834 remove <render> tag 9 years ago
Evan You d76bf8cac8 improve template error detector 9 years ago
Evan You 081d66adb2 keep preserveWhitespace as internal compiler option 9 years ago
Evan You b0ad94fc87 properly encode HTML in server-side rendering (fix #3078) 9 years ago
Evan You cec833a9e8 implement new v-for iterator syntax (ref: #3073) 9 years ago
Evan You 34bcc02b77 remove preserveWhitespace config option 9 years ago
Evan You a5cd31ab6d coverage for sfc-parser 9 years ago
Evan You f0a9e3d0f0 test padding and source map for sfc-parser 9 years ago
Evan You b0b9691efe add pad/map option to sfc parser 9 years ago
Evan You e236f80fa0 parser for single-file components 9 years ago
Evan You b6fb485243 rename compiler module export names 9 years ago
Evan You b02b1e5ba4 better template compilation error warnings 9 years ago
Evan You cb67ffe442 ensure abstract HOCs do not alter parent chain 9 years ago
Evan You a5a9dc9b69 support keep-alive 9 years ago
Evan You 7a3261115f transition-mode 9 years ago
Evan You 4bcdce895c record original tag name on vnode for components using is attribute 9 years ago
Evan You 060fab9ec1 make ref a runtime module 9 years ago
Evan You d40ab0ca87 fix component client-side hydration 9 years ago
Evan You f8cfc81826 remove unnecessary v-pre related code 9 years ago
Evan You 3e596bb97b handle event removal 9 years ago
Evan You ff9c6b09bb fix svg parsing in IE 9 years ago
Evan You 2a64b8a356 tests for v-model select 9 years ago
Evan You 69abe1b726 make sure to expose real instance instead of proxy as vnode.context 9 years ago
Evan You 8d229b2442 support v-bind on objects 9 years ago
Evan You 7f85acb4e5 expose oldValue on directive bindings 9 years ago
Evan You 837853d95a better inferring of component names in warnings 9 years ago
Evan You 6fe268874c improve codegen for smaller generated code size 9 years ago
Jinjiang 2e8dfe5d9a revert _init method for Vuex (#2886) 9 years ago
Evan You 36a32e4466 tweaks based on #2885 9 years ago
Jinjiang 1d45c4b9e9 extract style/class/transition as web platform compiler modules (#2885) 9 years ago
Evan You 3573ffff1f refine ast nodes with disjoint union type 9 years ago
Evan You df259d00f4 tweak annotations 9 years ago