1383 Commits (ea61d9878fdd23a80015e63f06d8fe749a4ff097)
 

Author SHA1 Message Date
Evan You 3c78553330 warn empty or missing template element (fix #4171) 8 years ago
Evan You 3e8ac270a8 fix .trim modifier when v-model is used on custom component (fix #4204) 8 years ago
chengchao 77497931e0 fix v-once inside v-for and v-once with v-if (#4200) 8 years ago
Evan You cccc277dd9 fix eslint 8 years ago
Evan You 4e38b54274 fix weex tests for component slot static check change 8 years ago
chengchao 46b3bcd707 fix object dot notation bug (fix #4185) (#4188) 8 years ago
Evan You 9931b715cd avoid marking slot content as static. 8 years ago
勾三股四 4f84aefe43 support v-model in weex (#4178) 8 years ago
Evan You 69eab86813 remove unnecessary alias 8 years ago
Evan You cb4854a50e [weex] enable extended constructors to use mixins 8 years ago
Evan You ddac9761b6 adjust constructor option resolution timing 8 years ago
Evan You 8e810dcfd6 tweak indent 8 years ago
Evan You 1bcc571739 Revert "fix #4041, warn overriding Vue's internal methods (#4111)" 8 years ago
勾三股四 eb601adb6d fixed deps and README for the 2 packages about weex (#4160) 8 years ago
Evan You 40c85f79a5 [release] weex-vue-framework@2.0.5-weex.1 8 years ago
Evan You cb13df372a update build and release scripts for weex 8 years ago
Evan You 2f63cc8a14 fix eslint 8 years ago
Evan You c4252d3f17 fix weex merge flow types 8 years ago
Evan You ff551029bf wip: fix flow type for weex merge 8 years ago
Evan You cb253d7405 wip: weex framework integration 8 years ago
Evan You 550dcee233 fix coverage 8 years ago
Evan You b69b4a4eef tweak style merge for performance 8 years ago
chengchao e960cd104e enable style merge behavior between parent-child components (fix #3997) (#4138) 8 years ago
chengchao 33cf1134ed Update ssr class render (fix #4143) (#4146) 8 years ago
Evan You a4fcdbe673 make standalone build usable in Node.js too 8 years ago
Evan You 0ca13dfd29 add missing backer 8 years ago
ZhangJan b7ab388df3 Fix xhtml namespace typo (#4131) 8 years ago
Evan You a2cc6e2b68 [release] 2.0.5 8 years ago
Evan You b064633951 [build] 2.0.5 8 years ago
Evan You c67a710b3c avoid triggering watcher on unchanged default props (fix #4090) (26 seconds ago) 8 years ago
Evan You 6e3e989a90 log render error instead of throwing 8 years ago
Evan You ef0d788fc1 remove unnecessary component normalization during options merge 8 years ago
Evan You 53964dbad2 fix html parser infinite loop (fix #4127) 8 years ago
Evan You 51725cff5e fix SVG foreignObject (fix #4122) 8 years ago
Evan You 5d36e8bc1b fix IE conditional comments (fix #4125) 8 years ago
Evan You 0973342e5c [release] 2.0.4 8 years ago
Evan You 6b1b1d58e9 [build] 2.0.4 8 years ago
Evan You d0afcd3cf9 fix domProps unset for v-html (fix #4107) 8 years ago
Evan You fa16b129ca remove unnecesary function 8 years ago
Evan You e5f23d9fa0 fix component attrs/domProps merging in SSR 8 years ago
(´・ω・`) 240df147f1 Generate style on custom component in SSR (fix #4055) (#4076) 8 years ago
jingsam c23c5c5d70 keep consistency in dev and prod env (#4093) 8 years ago
(´・ω・`) 4078ce9c58 fix #4041, warn overriding Vue's internal methods (#4111) 8 years ago
odangosan 35f145cfc1 Update vue.d.ts (#4105) 8 years ago
Evan You bc455352a3 test sfc parser <style module> 8 years ago
Evan You d9efc6a92b clone components hash to avoid webpack 2 immutable export (fix #4062) 8 years ago
Kaorun343 887ec90d14 fix RenderContext (#4099) 8 years ago
Victor Zakharenko 5a4c1d7f70 Add support attribute module (#4091) 8 years ago
Evan You e2a361a052 forgivingly handle < inside template plain text (fix #4012) 8 years ago
Evan You ec824be88e fix v-once inside v-for (fix #3964) 8 years ago