Commit Graph

1296 Commits

Author SHA1 Message Date
Evan You
eb92723df5 avoid merging text nodes when the node is a cloned slot node (fix #4209) 2016-11-15 23:07:50 -05:00
Evan You
02620c928f fix weex-compiler externals 2016-11-15 21:43:47 -05:00
Evan You
83eb63b612 update weex release script 2016-11-15 18:11:00 -05:00
Evan You
1f0384363e [release] weex-vue-framework@2.0.6-weex.1 2016-11-15 18:10:40 -05:00
Evan You
fd83358c97 [release] 2.0.6 2016-11-15 18:05:02 -05:00
Evan You
f3c84a632b [build] 2.0.6 2016-11-15 18:05:02 -05:00
Evan You
8973196e25 revert to selenium server 2.53.1 because CircleCI does not support 3 yet 2016-11-15 17:39:02 -05:00
Evan You
24604e70ea bump dependencies 2016-11-15 16:45:12 -05:00
Evan You
438b51793f fix style merging assertion in IE 2016-11-15 15:53:26 -05:00
Evan You
8c0fac699a fix hydration node match assertion for elements with camelCase names (fix #4195) 2016-11-15 15:21:59 -05:00
Evan You
ef4fc1c752 fix eslint 2016-11-15 15:21:34 -05:00
Evan You
79cc7bc97a improve mergeData for edge cases (fix #4191) 2016-11-15 15:15:04 -05:00
Evan You
ab277adfbe work around IE textarea placeholder innerHTML/outerHTML bug (fix #4098) 2016-11-15 13:41:57 -05:00
Evan You
3c78553330 warn empty or missing template element (fix #4171) 2016-11-15 12:29:39 -05:00
Evan You
3e8ac270a8 fix .trim modifier when v-model is used on custom component (fix #4204) 2016-11-15 11:05:08 -05:00
chengchao
77497931e0 fix v-once inside v-for and v-once with v-if (#4200) 2016-11-14 16:20:21 -05:00
Evan You
cccc277dd9 fix eslint 2016-11-13 14:07:34 -05:00
Evan You
4e38b54274 fix weex tests for component slot static check change 2016-11-13 14:04:16 -05:00
chengchao
46b3bcd707 fix object dot notation bug (fix #4185) (#4188)
* fix object dot notation bug

* add test case
2016-11-13 13:15:08 -05:00
Evan You
9931b715cd avoid marking slot content as static. 2016-11-12 22:16:45 -05:00
勾三股四
4f84aefe43 support v-model in weex (#4178)
* [wip] supported v-model in Weex

* fixed v-model in weex

* added test cases for v-model in weex

* used strToRegExp for all test cases in weex

* fixed eslint

* fixed parseModel test case
2016-11-12 11:33:51 -05:00
Evan You
69eab86813 remove unnecessary alias 2016-11-11 20:25:11 -05:00
Evan You
cb4854a50e [weex] enable extended constructors to use mixins 2016-11-09 21:19:01 -05:00
Evan You
ddac9761b6 adjust constructor option resolution timing 2016-11-09 18:09:33 -05:00
Evan You
8e810dcfd6 tweak indent 2016-11-09 18:08:27 -05:00
Evan You
1bcc571739 Revert "fix #4041, warn overriding Vue's internal methods (#4111)"
This reverts commit 4078ce9c58.
2016-11-09 16:06:59 -05:00
勾三股四
eb601adb6d fixed deps and README for the 2 packages about weex (#4160) 2016-11-08 21:39:59 -05:00
Evan You
40c85f79a5 [release] weex-vue-framework@2.0.5-weex.1 2016-11-08 11:05:40 -05:00
Evan You
cb13df372a update build and release scripts for weex 2016-11-08 11:03:09 -05:00
Evan You
2f63cc8a14 fix eslint 2016-11-07 17:31:25 -05:00
Evan You
c4252d3f17 fix weex merge flow types 2016-11-07 17:27:46 -05:00
Evan You
ff551029bf wip: fix flow type for weex merge 2016-11-07 16:26:06 -05:00
Evan You
cb253d7405 wip: weex framework integration 2016-11-07 16:26:06 -05:00
Evan You
550dcee233 fix coverage 2016-11-07 16:25:51 -05:00
Evan You
b69b4a4eef tweak style merge for performance 2016-11-07 16:20:10 -05:00
chengchao
e960cd104e enable style merge behavior between parent-child components (fix #3997) (#4138)
* merge style between components

* update test case

* update style compiler

* add paren to style binding code

* update background property parsing

* introduce interpolation warning and refactor var to const
2016-11-07 16:19:48 -05:00
chengchao
33cf1134ed Update ssr class render (fix #4143) (#4146)
* fix ssr class render

* update test case
2016-11-07 11:33:37 -05:00
Evan You
a4fcdbe673 make standalone build usable in Node.js too 2016-11-05 14:37:30 -04:00
Evan You
0ca13dfd29 add missing backer 2016-11-05 11:28:31 -04:00
ZhangJan
b7ab388df3 Fix xhtml namespace typo (#4131) 2016-11-05 11:23:57 -04:00
Evan You
a2cc6e2b68 [release] 2.0.5 2016-11-04 23:47:26 -04:00
Evan You
b064633951 [build] 2.0.5 2016-11-04 23:47:26 -04:00
Evan You
c67a710b3c avoid triggering watcher on unchanged default props (fix #4090) (26 seconds ago) 2016-11-04 22:49:30 -04:00
Evan You
6e3e989a90 log render error instead of throwing 2016-11-04 22:19:45 -04:00
Evan You
ef0d788fc1 remove unnecessary component normalization during options merge 2016-11-04 22:00:51 -04:00
Evan You
53964dbad2 fix html parser infinite loop (fix #4127) 2016-11-04 21:58:06 -04:00
Evan You
51725cff5e fix SVG foreignObject (fix #4122) 2016-11-04 20:51:17 -04:00
Evan You
5d36e8bc1b fix IE conditional comments (fix #4125) 2016-11-04 19:48:11 -04:00
Evan You
0973342e5c [release] 2.0.4 2016-11-04 16:47:03 -04:00
Evan You
6b1b1d58e9 [build] 2.0.4 2016-11-04 16:47:02 -04:00