918 Commits (04e2b53cd70dc808c37615723697bb208acfad10)
 

Author SHA1 Message Date
Evan You 04e2b53cd7 properly perserve whitespace in <pre> (fix #3341) 8 years ago
Evan You 40e37f17d2 remove transition text node warn spec 8 years ago
Evan You 63dd9d32e3 remove transition text node warn because the wrapped component may return empty nodes 8 years ago
katashin bbc07afd15 allow to initialize value attribute to 0 (#3334) 8 years ago
Evan You 9cbe4a3166 [release] 2.0.0-beta.5 8 years ago
Evan You 729d9ff51d [build] 2.0.0-beta.5 8 years ago
Evan You 998ea85b3e support explicit transition type 8 years ago
Evan You ba5ec54cd8 include pre/post transform declarations 8 years ago
Evan You bee95f8c08 Revert "remove parser pre/post transforms (not used)" 8 years ago
Evan You 74f8b98509 handle static vnodes properly during patch (fix #3325) 8 years ago
Evan You e84a1a43be fix attribute decode reggression (fix #3327) 8 years ago
Evan You 00091053c4 check version compatibility in packages 8 years ago
Evan You 88c3f4b937 [release] 2.0.0-beta.4 8 years ago
Evan You 28a95221b3 [build] 2.0.0-beta.4 8 years ago
Evan You 4537e01f0f only check shouldDecodeAttr in browser 8 years ago
Evan You 097889fdac proper fix for attribute decode in PhantomJS 8 years ago
Evan You 3ce450b6dc use more proper flow type syntax 8 years ago
Evan You d83088ab07 extract nightwatch-helpers into npm package 8 years ago
Evan You 2388bdb162 fix transition appear check (again) 8 years ago
Evan You 2c6930adfc further improve scheduler 8 years ago
Evan You 2456cd2d4c fix prop validation incorrectly setting observerState.shouldConvert 8 years ago
Evan You 3e0cda6685 fix transition appear check for nested components 8 years ago
Evan You 2288f3eab7 [release] 2.0.0-beta.3 8 years ago
Evan You d6ffe2c1b3 [build] 2.0.0-beta.3 8 years ago
Evan You 65d4ae9d0f ssr: cast node.text to string before encoding 8 years ago
Evan You 5f560a42b3 fix client-side hydration check for v-html/v-text 8 years ago
Evan You 9c4bf3590b make v-model checkbox replace array instead of mutating it 8 years ago
Evan You 609054ef10 remove bind.prop shorthand 8 years ago
Evan You 0f5bcdfac8 fix flow 8 years ago
Evan You 23a22cbb44 support slots in functional components 8 years ago
Evan You 154e17abae support binding DOM properties with .prop modifier and :: shorthand 8 years ago
Evan You 472b8975ed adjust scheduler: call user watchers before component updates 8 years ago
Evan You 27c221b430 ensure leaving transitions are up-to-date for dynamic transitions 8 years ago
Evan You d94f113893 fix incorrect unknown element warning (fix #3296) 8 years ago
Evan You ea9c6c37c3 support v-on .native modifier on components 8 years ago
Evan You 7a5028cae8 fix codegen import 8 years ago
Evan You 2e7a792308 remove parser pre/post transforms (not used) 8 years ago
Evan You 1e0e4a4ab2 move codegen into sub directory 8 years ago
Evan You 8d89d58309 preserve actual component props 8 years ago
Evan You 69ecdcb05e rename vnode.data.props -> domProps 8 years ago
Evan You b46baac8bb always update abstract components 8 years ago
Evan You 1bb7830824 call pending enterCb before move 8 years ago
Evan You 270e468086 ensure moveCb only gets called on transform complete 8 years ago
Evan You a4d63a1d73 adjust transition-group pending move callback execution timing 8 years ago
Evan You bd583371ec [release] 2.0.0-beta.2 8 years ago
Evan You 5ef712e21d [build] 2.0.0-beta.2 8 years ago
Evan You 593cf3929e fix move test case 8 years ago
Evan You 6f7ec7f04d add computed property ssr test case 8 years ago
Evan You e6871a33c1 update flow annotations 8 years ago
Evan You 2732fec59e tweak error handling 8 years ago