932 Commits (dfd309ec845bb57c0d65022b3d23e69c78eddb66)
 

Author SHA1 Message Date
Evan You dfd309ec84 use functional components for uptime bench 8 years ago
Evan You 4f2537ab3d add uptime bench 8 years ago
Evan You b3cc0efc7b fix flow 8 years ago
Evan You 31839a1f85 remove unused before:hook 8 years ago
Evan You 621756e531 use more efficient deep update handling for dom modules 8 years ago
Evan You 6fac6250e4 fix typo in contrib guide 8 years ago
Evan You c2296844b1 add ToC to contrib guide 8 years ago
Evan You 215a5d16fb edit project structure 8 years ago
Evan You 0860cdeabb add license and contrib guide 8 years ago
Evan You feb431ee6c update readme [ci-skip] 8 years ago
Evan You d7ae39044d fix class updates if new vnode doesnt contain any class data 8 years ago
Evan You 35ee5b105e remove staticAttrs 8 years ago
Chris Fritz 3e06c575cb Allow 2 root nodes with v-if and v-else (#3329) 8 years ago
Evan You 7b3cb27d8a update nightwatch-helpers 8 years ago
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