2073 Commits (61187596b9af48f1cb7b1848ad3eccc02ac2509d)
 

Author SHA1 Message Date
Evan You 6b4f3da51d [release] 2.3.1 8 years ago
Evan You 2355318f0f [build] 2.3.1 8 years ago
Evan You ebd0338d5a introduce previous behavior as runInNewContext:"once" 8 years ago
Evan You cab1b151e2 avoid swallowing webpack error when entry is not found (fix #5553) 8 years ago
Evan You 2a1f79dfbe run bundle in the same global context when runInNewContext is false (fix #5559) 8 years ago
kazuya kawaguchi 9478fde8c9 tweak type definition layouting (#5564) 8 years ago
Evan You 228f0f8f3b remove unnecessary :any castings due to improved flow checks 8 years ago
laoxiong 3b426efe60 Fix when functional component render method retrun null (fix #5536) (#5539) 8 years ago
Herrington Darkholme bb7c543fc2 fix #5539: improve `isDef` type definition (#5549) 8 years ago
Pooya Parsa 1635ca7143 [vue-server-renderer] ensure assets are unique (#5540) 8 years ago
Evan You d6c070d54d link to latest info 8 years ago
Evan You a27c464692 [release] 2.3.0 8 years ago
Evan You 87b0d5d5a4 [build] 2.3.0 8 years ago
Evan You d8315c42ef do not decode text inside script/style tags (fix #5526) 8 years ago
Evan You 3a6fd13bc5 [release] 2.3.0-beta.1 8 years ago
Evan You 56b6f8aac6 [build] 2.3.0-beta.1 8 years ago
Evan You cb0531c4fb increase async delay for more test cases 8 years ago
Evan You c24f492543 fix edge test case 8 years ago
Evan You 1096890827 increase async component test delay 8 years ago
Yusuke Otsuka 12b7122c16 fix mixin issue (#5514) 8 years ago
Evan You 2a247fcadc fix ssr initial context style recording 8 years ago
Evan You 016920ebea support customizing context and window keys for renderState() 8 years ago
Evan You 38516b4942 fix flow 8 years ago
Eduardo San Martin Morote 380e988823 Allow slot names to be numbers (#5481) 8 years ago
Async0x42 1288386722 Support Vue.delete(arr, index) in TypeScript definitions (#5508) 8 years ago
Evan You a2f57e3c52 use context-agnostic RegExp check 8 years ago
Evan You 01c0002a4d improve info exposed by getPreloadFiles() 8 years ago
Evan You 4d81fa8eee ssr: expose getPreloadFiles() on context 8 years ago
Evan You a45e40d5bf improve ssr js/css file check 8 years ago
Evan You 2efc0446b3 inline css links in renderStyles() 8 years ago
Evan You 3a621d1860 ssr server plugin: only include js source maps 8 years ago
Evan You 4f9f28cf16 renderLinks -> renderResourceHints 8 years ago
Alexander Tesfamichael e5814dee67 Update packages readme links (#5488) 8 years ago
Evan You a677a98a3c update outdated message in ssr plugin 8 years ago
Evan You fe92cce9ef comments 8 years ago
Evan You 9ca0c35a3f ssr: inject userContext into vnode to ensure correctness 8 years ago
Evan You 67d02fbf3f adjust renderToString context argument position 8 years ago
Evan You 2d50ac177b ssr inject: false option 8 years ago
Evan You 94d5e332d1 use lodash.template for ssr templates by default 8 years ago
Evan You bce51f3fbc remove unnecessary dep in vue-server-renderer 8 years ago
Evan You a6d0e056cc update project structure guide (close #5465) 8 years ago
Evan You 914879f1ce move ssr entry 8 years ago
Evan You 7b8b0e48f7 restructure: remove entires directory 8 years ago
laoxiong 3b4d16b032 improve:add local variable declaration (#5462) 8 years ago
Evan You c0da43d22f fix incorrect compiler warning for $delete usage in templates (fix #5464) 8 years ago
Evan You af43862969 update sponsors 8 years ago
宋铄运 38810d8fd0 Support auto-prefixed style value as array (client/ssr) (#5460) 8 years ago
Evan You 5a617cc404 update ssr tests with local plugin build 8 years ago
Evan You a2bff57b0d include ssr webpack plugin in main repo 8 years ago
Evan You 745fcd6d78 directMode -> runInNewContext 8 years ago