1336 Commits (0458e2edb289d7c84a617a652edfbc425099b2ce)
 

Author SHA1 Message Date
Evan You 0458e2edb2 adjustment: scoped slots must use <template> 8 years ago
Evan You 0b78ea9696 properly handle inline function expressions in v-on 8 years ago
Evan You 303378f85b support default scoped slot + function children as scoped slot 8 years ago
Evan You 745f8a9125 add scoped slots render function usage test 8 years ago
Evan You 7f36f99f6c tests for scoped slots 8 years ago
Evan You e81421c899 wip: fix codegen 8 years ago
Evan You 9ddbbcc340 wip: scoped slot implementation 8 years ago
Evan You 3575ff4a88 wip: codegen for scoped slots 8 years ago
Evan You 87186bfec2 improve build file readme 8 years ago
Evan You 71ce60da9a support filters in v-bind 8 years ago
Evan You 30f890cf3c support es6 template strings in filter parser 8 years ago
Evan You 2dc2d062b1 adjust build 8 years ago
Evan You f242e119fa fix nextTick Promise implementation for polyfills 8 years ago
Evan You 6c7bc69328 sfc parser: treat all custom blocks as special tags 8 years ago
katashin 9e6255e457 fix the type of VNodeComponentOptions.Ctor (#4257) 8 years ago
Eduardo San Martin Morote ff7f231002 Support custom blocks in SFC parser (#4157) 8 years ago
Chris Fritz 8bf26536d3 Add promise support to nextTick (#3967) 8 years ago
Changyu Geng 048014ac0d Modifiers key modifier for directive on of Vue.js 2.0 (#4034) 8 years ago
chengchao c1b84f87fb fix markStaticRoots with v-else (#4256) 8 years ago
Evan You 9fa4bbbc04 [release] 2.0.8 8 years ago
Evan You 24637781db [build] 2.0.8 8 years ago
Evan You c994146372 increase transition test duration buffer on saucelabs 8 years ago
Evan You 06f41ad9fe avoid pushing the same ref more than once (fix #4253) 8 years ago
(´・ω・`) 4dccbbc997 Add missing lifecycle definition (#4251) 8 years ago
Evan You 4995ce5a6c make flow pass 8 years ago
Dean Codemo ab428b5c4a fix v-move class when name isn't specified (#4239) 8 years ago
Evan You b60cd83466 keep-alive re-activated component should get updated props (fix #4237) 8 years ago
Evan You cbc1fbc3c7 fix eslint no-self-compare 8 years ago
Evan You acfe1ad4a2 warn using reserved attrs as prop (close #4241) 8 years ago
Evan You e4fd632790 avoid resetting innerHTML/textContent if value is the same (fix #4247) 8 years ago
Evan You c1bf20acb6 do not trigger change on NaN->NaN set (fix #4236) 8 years ago
Evan You 9a742cb423 only treat binding as domProps on specific elements (fix #4233) 8 years ago
Evan You f4df893828 fix weex tests for optimizer adjustments 8 years ago
Evan You 9a659593c4 adjust optimizer strategy and avoid marking simple elements as static root 8 years ago
chengchao 8f7c49c9ba Remove old static style when applying style update (fix #4227) (#4235) 8 years ago
Dexter Miguel f80231773e destroyed elements pass their styles onto others that are similar (#4232) 8 years ago
Evan You cd0e373612 [release] 2.0.7 8 years ago
Evan You d822e1ca3c [build] 2.0.7 8 years ago
Evan You d8309248db fix eslint 8 years ago
Evan You 366202f316 fix entity-decoder build config 8 years ago
Evan You eb92723df5 avoid merging text nodes when the node is a cloned slot node (fix #4209) 8 years ago
Evan You 02620c928f fix weex-compiler externals 8 years ago
Evan You 83eb63b612 update weex release script 8 years ago
Evan You 1f0384363e [release] weex-vue-framework@2.0.6-weex.1 8 years ago
Evan You fd83358c97 [release] 2.0.6 8 years ago
Evan You f3c84a632b [build] 2.0.6 8 years ago
Evan You 8973196e25 revert to selenium server 2.53.1 because CircleCI does not support 3 yet 8 years ago
Evan You 24604e70ea bump dependencies 8 years ago
Evan You 438b51793f fix style merging assertion in IE 8 years ago
Evan You 8c0fac699a fix hydration node match assertion for elements with camelCase names (fix #4195) 8 years ago