Commit Graph

921 Commits

Author SHA1 Message Date
Evan You
35ee5b105e remove staticAttrs 2016-07-29 10:45:43 -04:00
Chris Fritz
3e06c575cb Allow 2 root nodes with v-if and v-else (#3329)
* allow 2 root nodes with v-if and v-else

* apply root constraints to 2nd root element with v-else
2016-07-28 23:40:18 -04:00
Evan You
7b3cb27d8a update nightwatch-helpers 2016-07-28 20:30:38 -04:00
Evan You
04e2b53cd7 properly perserve whitespace in <pre> (fix #3341) 2016-07-28 18:50:05 -04:00
Evan You
40e37f17d2 remove transition text node warn spec 2016-07-28 18:50:05 -04:00
Evan You
63dd9d32e3 remove transition text node warn because the wrapped component may return empty nodes 2016-07-28 18:50:05 -04:00
katashin
bbc07afd15 allow to initialize value attribute to 0 (#3334) 2016-07-27 15:16:15 -04:00
Evan You
9cbe4a3166 [release] 2.0.0-beta.5 2016-07-27 00:25:41 -04:00
Evan You
729d9ff51d [build] 2.0.0-beta.5 2016-07-27 00:25:41 -04:00
Evan You
998ea85b3e support explicit transition type 2016-07-26 23:26:05 -04:00
Evan You
ba5ec54cd8 include pre/post transform declarations 2016-07-26 22:36:02 -04:00
Evan You
bee95f8c08 Revert "remove parser pre/post transforms (not used)"
This reverts commit 2e7a792308.
2016-07-26 22:23:54 -04:00
Evan You
74f8b98509 handle static vnodes properly during patch (fix #3325) 2016-07-26 15:49:40 -04:00
Evan You
e84a1a43be fix attribute decode reggression (fix #3327) 2016-07-26 14:38:46 -04:00
Evan You
00091053c4 check version compatibility in packages 2016-07-26 02:25:17 -04:00
Evan You
88c3f4b937 [release] 2.0.0-beta.4 2016-07-25 22:07:27 -04:00
Evan You
28a95221b3 [build] 2.0.0-beta.4 2016-07-25 22:07:26 -04:00
Evan You
4537e01f0f only check shouldDecodeAttr in browser 2016-07-25 21:34:11 -04:00
Evan You
097889fdac proper fix for attribute decode in PhantomJS 2016-07-25 21:29:05 -04:00
Evan You
3ce450b6dc use more proper flow type syntax 2016-07-25 21:28:46 -04:00
Evan You
d83088ab07 extract nightwatch-helpers into npm package 2016-07-25 01:40:06 -04:00
Evan You
2388bdb162 fix transition appear check (again) 2016-07-24 22:04:00 -04:00
Evan You
2c6930adfc further improve scheduler 2016-07-24 21:46:25 -04:00
Evan You
2456cd2d4c fix prop validation incorrectly setting observerState.shouldConvert 2016-07-24 18:17:48 -04:00
Evan You
3e0cda6685 fix transition appear check for nested components 2016-07-24 16:13:01 -04:00
Evan You
2288f3eab7 [release] 2.0.0-beta.3 2016-07-23 22:48:10 -04:00
Evan You
d6ffe2c1b3 [build] 2.0.0-beta.3 2016-07-23 22:48:09 -04:00
Evan You
65d4ae9d0f ssr: cast node.text to string before encoding 2016-07-22 15:36:43 -04:00
Evan You
5f560a42b3 fix client-side hydration check for v-html/v-text 2016-07-22 15:33:30 -04:00
Evan You
9c4bf3590b make v-model checkbox replace array instead of mutating it 2016-07-22 13:21:05 -04:00
Evan You
609054ef10 remove bind.prop shorthand 2016-07-21 13:44:06 -04:00
Evan You
0f5bcdfac8 fix flow 2016-07-21 02:10:42 -04:00
Evan You
23a22cbb44 support slots in functional components 2016-07-21 02:07:51 -04:00
Evan You
154e17abae support binding DOM properties with .prop modifier and :: shorthand 2016-07-21 01:53:30 -04:00
Evan You
472b8975ed adjust scheduler: call user watchers before component updates 2016-07-20 18:43:20 -04:00
Evan You
27c221b430 ensure leaving transitions are up-to-date for dynamic transitions 2016-07-20 17:59:35 -04:00
Evan You
d94f113893 fix incorrect unknown element warning (fix #3296) 2016-07-20 10:14:13 -04:00
Evan You
ea9c6c37c3 support v-on .native modifier on components 2016-07-19 18:56:10 -04:00
Evan You
7a5028cae8 fix codegen import 2016-07-19 18:44:27 -04:00
Evan You
2e7a792308 remove parser pre/post transforms (not used) 2016-07-19 18:43:33 -04:00
Evan You
1e0e4a4ab2 move codegen into sub directory 2016-07-19 18:42:12 -04:00
Evan You
8d89d58309 preserve actual component props 2016-07-19 18:22:05 -04:00
Evan You
69ecdcb05e rename vnode.data.props -> domProps 2016-07-19 17:52:10 -04:00
Evan You
b46baac8bb always update abstract components 2016-07-19 13:01:19 -04:00
Evan You
1bb7830824 call pending enterCb before move 2016-07-18 09:38:27 -04:00
Evan You
270e468086 ensure moveCb only gets called on transform complete 2016-07-17 23:48:47 -04:00
Evan You
a4d63a1d73 adjust transition-group pending move callback execution timing 2016-07-17 11:45:01 -04:00
Evan You
bd583371ec [release] 2.0.0-beta.2 2016-07-17 01:53:45 -04:00
Evan You
5ef712e21d [build] 2.0.0-beta.2 2016-07-17 01:53:44 -04:00
Evan You
593cf3929e fix move test case 2016-07-17 01:40:31 -04:00