194 Commits (b32c4b693535c35ae10742eb3351cbc123b15941)

Author SHA1 Message Date
Evan You 7988a5541c feat: support scoped-slot usage with $slot 6 years ago
Evan You e1abedb9e6 feat(compiler): add whitespace option, deprecate preserveWhitespace option 6 years ago
Jason b31a1aa887 feat(compiler): output source range for compiler errors (#7127) 6 years ago
Guillaume Chau d7a533d6f8 feat(ssr): ssrPrefetch option + context.rendered hook (#9017) 6 years ago
狼族小狈 c711ec189a fix(types): support chain call for Vue.use and Vue.mixin (#8595) 6 years ago
Alexander 1abb944a71 chore(typo): no dots at the end of the comments (#8087) 7 years ago
Evan You f43ce3a5d8
fix: invoke component node create hooks before insertion (#7823) 7 years ago
Evan You 9b22d86ab3 fix: install ssr helpers for functional context during SSR 7 years ago
Hanks f319bef532 chore: update weex flow type annotations (#7322) 7 years ago
Hanks 472a2896bd feat(weex): adjust framework entry APIs and add flow annotations (#7272) 7 years ago
Evan You aac76349e7 Revert "feat: auto cache inline prop literals to avoid child re-render" 7 years ago
Hanks 661bfe552e feat(weex): partially support lifecycles of virtual component (#7242) 7 years ago
Hanks b8d33ecd9a feat(weex): WIP implement virtual component (#7165) 7 years ago
Evan You b06d09f274 types: adjust weex flow types 7 years ago
Evan You 5c2ce0017f feat(weex): WIP fix flow + handle errors in recycle-list template render 7 years ago
Evan You 801f793625 feat(weex): WIP invoke recycle-list child component with backing instance 7 years ago
Evan You 813409593e refactor(weex): declare __WEEX__ in flow typings 7 years ago
Hanks 0c11aa8add feat(weex): generate "@render" function for weex recycle-list (#6987) 7 years ago
Hanks 2cb8ea3fee feat(weex): support compiling `v-on` in the weex native directive (#6892) 7 years ago
Hanks 7ad368ebb6 feat(compile): supports compiling v-if to the weex native directive 7 years ago
Evan You 5254ee31c4 feat(weex): recycle-list support WIP 7 years ago
Evan You 248803146c refactor(compiler): move postTransforms to after children are processed 7 years ago
Evan You 996eb00a0a feat: auto cache inline prop literals to avoid child re-render 7 years ago
Evan You 531371b818 types: upgrade flow 7 years ago
Evan You 7e46683470 refactor: simplify internal component creation 7 years ago
Evan You f5cd29e1d8 fix: init _staticTrees to avoid runtime reference warning 7 years ago
Evan You cfd73c2386 fix: handle encoded tabs and newlines in attributes for Chrome a[href] and IE/Edge 7 years ago
Evan You bb1d888d44 refactor: remove no longer needed _staticTrees property 7 years ago
Evan You f3fe012d54 feat(v-model): support dynamic input type binding 7 years ago
Evan You 96472be6f6 types: add types for new features and adjust tests 7 years ago
Evan You 4987eeb3a7 feat: v-on automatic key inference 7 years ago
赵鑫晖 59dbd4a414 fix: ensure $attrs and $listeners are always objects (#6441) 7 years ago
Evan You 1f9e924971 feat(types): add declaration for inheritAttrs 7 years ago
Evan You 61187596b9 feat(core): $attrs, $listeners & inheritAttrs option 7 years ago
Evan You 11614d63b7 feat(v-on): support v-on object syntax with no arguments 7 years ago
wenlu.wang e4da249ab8 feat: add `comments` option to allow preserving comments in template (#5951) 8 years ago
wenlu.wang 3965e5053a feat: support sync modifier for v-bind="object" (#5943) 8 years ago
gebilaoxiong d33c1250ee fix:when using object syntax in v-bind, special attribute have no effect 8 years ago
Evan You c994e5cf48 upgrade flow 8 years ago
Evan You 55d8bfd6fd support scopeId 8 years ago
Evan You 36bdf48550 handle dynamic class 8 years ago
Evan You 9fbca0dc79 remove unused, fix type 8 years ago
Evan You 85e24b3b31 progress 8 years ago
Evan You 26953f5cac add semis to flow decls for better syntax highlighting 8 years ago
Evan You af12d3ff7f progress 8 years ago
Evan You 0ccefff794 support v-for on scoped slots (fix #5615) 8 years ago
Herrington Darkholme bb7c543fc2 fix #5539: improve `isDef` type definition (#5549) 8 years ago
Evan You 94d5e332d1 use lodash.template for ssr templates by default 8 years ago
Evan You a7965292f4 comments for flow type nodes 8 years ago
Evan You 1073035164 fix activate hook call timing (fix vue-router#1212) 8 years ago