Commit Graph

911 Commits

Author SHA1 Message Date
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
Evan You
6f7ec7f04d add computed property ssr test case 2016-07-15 19:19:55 -04:00
Evan You
e6871a33c1 update flow annotations 2016-07-15 17:48:42 -04:00
Evan You
2732fec59e tweak error handling 2016-07-15 17:22:53 -04:00
Evan You
93fb4df3c4 position transition guard properly to fix e2e modal test case 2016-07-14 19:39:25 -04:00
Evan You
d867b9e2e4 test observed vnode data warning 2016-07-14 19:31:34 -04:00
Evan You
819e3ce495 avoid calling duplicate enter/leave when already in transition (fix #3252) 2016-07-14 19:28:14 -04:00
Evan You
f0aef7556b warn observed vnode data + handle in place mutations for vdom modules (ref #3276) 2016-07-14 19:10:18 -04:00
Evan You
e6dcd2157e better infinite loop warning 2016-07-14 18:33:21 -04:00
Evan You
bff94f3120 include local tag in keep-alive cache key (fix #3269) 2016-07-14 18:26:51 -04:00
Evan You
5660052255 revert todomvc example (need to pass e2e) 2016-07-14 18:19:30 -04:00