117 Commits (6980035a86cfb79368af77a5040e468177d6b14a)

Author SHA1 Message Date
Evan You 780dac561b fix(ssr): should not warn for custom directives that do not have ssr implementation 6 years ago
sqal a89384c8d9 test(ssr): add basic directives test (#9166) 6 years ago
sqal 33e669b22f fix(ssr): computed properties should pass vm as first argument in ssr (#9090) 6 years ago
Sam Lichlyter 5489339a30 refactor(core): Replace "var" (#8299) 6 years ago
Herrington Darkholme 46b8d2c59d fix(server): use path.posix.join to generate public path (#8177) 6 years ago
Evan You 7597bb06e0 test: fix ssr tests 6 years ago
Evan You 76fd45c9fd build: upgrade eslint and use only non-stylistic rules 6 years ago
Vikram Rangaraj 12e8efc2e7 workflow: upgraded to babel 7 (#8948) 6 years ago
Haoqun Jiang c21b89ebed fix(ssr): fix double escaping of staticClass values (#7859) (#8037) 6 years ago
Evan You 3d36a443c7 fix: fix potential xss vulnerability in ssr when using v-bind 6 years ago
leon 1a979c44d6 fix(ssr): fix v-show inline style rendering when style binding is array (#7814) 7 years ago
Evan You 882e7199fd fix(ssr): fix SSR for async functional components 7 years ago
Evan You 9b22d86ab3 fix: install ssr helpers for functional context during SSR 7 years ago
Evan You 14f7015578 test: fix ssr test due to webpack asset emit order change 7 years ago
Evan You 8936b8d9c1 fix(ssr): properly handle errors in async component 7 years ago
Evan You 86e4d7566e test: add test case for #7223 7 years ago
Evan You e1657fd7ce fix(ssr): properly render <select v-model> initial state 7 years ago
Evan You 79c0d7bcfb fix(ssr): properly render textarea value 7 years ago
Evan You f2e00f756f fix: special case for static muted attribute in firefox 7 years ago
Evan You 4ad9a56b22 fix(ssr): should not optimize root if conditions 7 years ago
Evan You dff85b230a fix(ssr): handle inline template compilation error 7 years ago
Evan You 7bc899ce0e feat(ssr): add shouldPrefetch option 7 years ago
Evan You f881dd175a feat(ssr): renderToString return Promise 7 years ago
Evan You 0c9534ff00 fix(ssr): fix bundleRenderer Promise rejection regression 7 years ago
Evan You 09106f066a fix(ssr): handle v-text/v-html with non-string value 7 years ago
Josh Soref f477ecdbbb chore: spelling (#6535) 7 years ago
Evan You 06741f3266 fix: computed properties should not be cached during SSR 7 years ago
Evan You db1d047499 chore: remove unnecessary log in tests 7 years ago
Evan You 172dbf9faf fix(ssr): should also escape static text content 7 years ago
Evan You 5091e2c984 fix(ssr): address possible xss vector 7 years ago
Evan You 6bf97721f1 feat(ssr): inheritAttrs support in SSR 7 years ago
JK 55816543c4 fix(ssr): reference error when create $ssrContext for root component (#5981) 8 years ago
Evan You 0cd6ef321b feat: resolve ES module default when resolving async components 8 years ago
Evan You a855dd0564 add environment-agnostic build for vue-server-renderer 8 years ago
Evan You 8262edcd22 test for ssr rendering async components 8 years ago
Sébastien Chopin f3757eb37b feat: Add `defer` to body scripts (#5704) 8 years ago
Evan You f061d802d3 fix v-if false rendering 8 years ago
Evan You 41acdc0ff1 fix v-html/v-text on root element 8 years ago
Evan You 2f4ad14d9f test template v-if/v-for 8 years ago
Sébastien Chopin ebca266d10 fix: prefetch should not have `as` attribute (#5683) 8 years ago
Herrington Darkholme 9ac4c4188d fix #5591: keep ssr template interpolation whitespace-insensitive (#5597) 8 years ago
Evan You 016920ebea support customizing context and window keys for renderState() 8 years ago
Evan You 2efc0446b3 inline css links in renderStyles() 8 years ago
Evan You 4f9f28cf16 renderLinks -> renderResourceHints 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
宋铄运 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 745fcd6d78 directMode -> runInNewContext 8 years ago