Commit Graph

1899 Commits

Author SHA1 Message Date
Async0x42
1288386722 Support Vue.delete(arr, index) in TypeScript definitions (#5508)
* add a variation of 'delete' to typesript typings, added in 2.2+

* add typescript typings test for Vue.delete(arr, index)
2017-04-25 12:18:26 +08:00
Evan You
a2f57e3c52 use context-agnostic RegExp check 2017-04-24 23:51:30 +08:00
Evan You
01c0002a4d improve info exposed by getPreloadFiles() 2017-04-24 12:32:02 +08:00
Evan You
4d81fa8eee ssr: expose getPreloadFiles() on context 2017-04-24 12:22:21 +08:00
Evan You
a45e40d5bf improve ssr js/css file check 2017-04-24 12:02:25 +08:00
Evan You
2efc0446b3 inline css links in renderStyles() 2017-04-23 22:54:49 +08:00
Evan You
3a621d1860 ssr server plugin: only include js source maps 2017-04-23 22:54:49 +08:00
Evan You
4f9f28cf16 renderLinks -> renderResourceHints 2017-04-23 22:54:49 +08:00
Alexander Tesfamichael
e5814dee67 Update packages readme links (#5488) 2017-04-22 22:20:21 +08:00
Evan You
a677a98a3c update outdated message in ssr plugin 2017-04-20 15:26:00 +08:00
Evan You
fe92cce9ef comments 2017-04-20 14:10:06 +08:00
Evan You
9ca0c35a3f ssr: inject userContext into vnode to ensure correctness 2017-04-20 13:05:59 +08:00
Evan You
67d02fbf3f adjust renderToString context argument position 2017-04-20 10:15:41 +08:00
Evan You
2d50ac177b ssr inject: false option 2017-04-19 11:56:59 +08:00
Evan You
94d5e332d1 use lodash.template for ssr templates by default 2017-04-19 11:43:53 +08:00
Evan You
bce51f3fbc remove unnecessary dep in vue-server-renderer 2017-04-18 16:58:09 +08:00
Evan You
a6d0e056cc update project structure guide (close #5465) 2017-04-18 15:35:12 +08:00
Evan You
914879f1ce move ssr entry 2017-04-18 12:53:15 +08:00
Evan You
7b8b0e48f7 restructure: remove entires directory 2017-04-18 12:38:27 +08:00
laoxiong
3b4d16b032 improve:add local variable declaration (#5462) 2017-04-18 11:42:38 +08:00
Evan You
c0da43d22f fix incorrect compiler warning for $delete usage in templates (fix #5464) 2017-04-18 11:40:32 +08:00
Evan You
af43862969 update sponsors 2017-04-18 10:33:58 +08:00
宋铄运
38810d8fd0 Support auto-prefixed style value as array (client/ssr) (#5460)
* support auto-prefixed style value as array (client/ssr)

* adjust test case
2017-04-17 20:49:10 +08:00
Evan You
5a617cc404 update ssr tests with local plugin build 2017-04-16 21:45:31 +08:00
Evan You
a2bff57b0d include ssr webpack plugin in main repo 2017-04-16 21:45:31 +08:00
Evan You
745fcd6d78 directMode -> runInNewContext 2017-04-16 21:45:31 +08:00
katashin
086ae4469b allow an extended constructor as global mixin (#5448) 2017-04-16 15:38:13 +08:00
Evan You
5eeb9de5e7 ssr: repeat all test cases for directMode 2017-04-14 16:26:12 +08:00
Evan You
760a74480e test warning component trace 2017-04-14 15:19:41 +08:00
Evan You
3ff17889e9 bump plugin version 2017-04-14 14:55:12 +08:00
Evan You
63b7b86209 update sponsors 2017-04-14 13:48:42 +08:00
Evan You
65cb5b4f78 adjust async chunk inference strategy 2017-04-14 13:48:42 +08:00
Evan You
9a5dd1bac8 fix test 2017-04-14 13:48:42 +08:00
Evan You
3b04547c0c refactor render 2017-04-14 13:48:42 +08:00
Evan You
4e40666d53 wip 2017-04-14 13:48:42 +08:00
Evan You
37fb988271 comments 2017-04-14 13:48:42 +08:00
Evan You
5ec2a7b82c handle new component-lifecycle-based style injection strategy 2017-04-14 13:48:42 +08:00
Evan You
ac219b34c3 ssr direct mode 2017-04-14 13:48:42 +08:00
Yadong Wen
dc21884d38 Fix 0 download issue with monthly download shield (#5426) 2017-04-13 13:07:22 +08:00
Tony Luisi
0494d16a29 fixed readme for styling inconsistencies (#5412) 2017-04-11 10:47:05 +08:00
schoonc
9c3e96f757 fix typo in comment (#5411) 2017-04-10 22:52:02 +02:00
Evan You
7497723c6a disable duplicate attr warning in Edge (fix #5394) 2017-04-10 20:51:50 +08:00
Evan You
682141fccc support Symbol in props type validation (close #5396) 2017-04-10 20:36:59 +08:00
Evan You
9fe26a6327 handle recursive traces 2017-04-10 17:48:37 +08:00
Evan You
4b6913cb46 handle errors in nextTick (close #5277) 2017-04-10 15:01:32 +08:00
Evan You
4dff99d6e3 improve warning component tracing (close #5389) 2017-04-10 14:41:08 +08:00
Evan You
98326ce878 add extra change listener for v-model (fix #5248, #5387) 2017-04-10 13:57:18 +08:00
Eduardo San Martin Morote
b997af0c01 Use genAssignmentCode in chehckbox model web compiler (#5402)
Fix #5398
2017-04-10 12:24:08 +08:00
Evan You
a150317324 expose config._lifecycleHooks for compat (close #5391) 2017-04-07 16:20:18 +08:00
Evan You
989ed6d61a add dev:esm script 2017-04-07 16:16:22 +08:00