669 Commits (c24f49254395f15e9f023202e98e9abe595b636e)

Author SHA1 Message Date
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 016920ebea support customizing context and window keys for renderState() 8 years ago
Eduardo San Martin Morote 380e988823 Allow slot names to be numbers (#5481) 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
Evan You 7b8b0e48f7 restructure: remove entires directory 8 years ago
Evan You c0da43d22f fix incorrect compiler warning for $delete usage in templates (fix #5464) 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
katashin 086ae4469b allow an extended constructor as global mixin (#5448) 8 years ago
Evan You 5eeb9de5e7 ssr: repeat all test cases for directMode 8 years ago
Evan You 760a74480e test warning component trace 8 years ago
Evan You 65cb5b4f78 adjust async chunk inference strategy 8 years ago
Evan You 9a5dd1bac8 fix test 8 years ago
Evan You 4e40666d53 wip 8 years ago
Evan You 682141fccc support Symbol in props type validation (close #5396) 8 years ago
Evan You 4b6913cb46 handle errors in nextTick (close #5277) 8 years ago
Eduardo San Martin Morote b997af0c01 Use genAssignmentCode in chehckbox model web compiler (#5402) 8 years ago
Evan You c82546c54b fix keep-alive pruning active instance 8 years ago
Evan You 561bb467ba test functional auto props with render fn 8 years ago
Evan You 931aaea8dc expand .sync into extra listener 8 years ago
Evan You c28b566f19 tests for functional component api improvements 8 years ago
Evan You d2b7142cf5 tests for advanced async component features 8 years ago
Evan You 841fe6028a test computed property conflict warnings 8 years ago
kingwl 2701fa1a64 add provide/inject on functional context (#5204) 8 years ago
kingwl beee7d8143 support v-on passive modifier (#5132) 8 years ago
Evan You 354c2f4922 fix keep-alive cache incorrectly pruned with transition mode="out-in" (fix #5346) 8 years ago
Evan You bbec0763ab remove problematic test cases (mutating in render fn) 8 years ago
Evan You 35aa5f0b2b warn click.right (close #5330) 8 years ago
Evan You a12d32a56d fix style diffing on cached/slot elements (fix #5318) 8 years ago
AchillesJ 3c0265517b handle errors thrown by directive hooks (#5314) (#5324) 8 years ago
Razvan Stoenescu 255b627f39 fix #5321 don't throw error when node gets relocated (#5322) 8 years ago
Evan You 78b73686ea expose preload/prefetch/scripts rendering on render context if no template is provided 8 years ago
Evan You 1e37633567 fix ssr xss (fix #5351) 8 years ago
Evan You 924435a0fa ssr: only preload scripts by default 8 years ago
Evan You 80fa9bf3d6 fix hydration tests 8 years ago
Evan You 69e62f0a74 refactor: remove constants from config 8 years ago
Evan You f4f4c126f2 ssr: handle link rel=preload for non-js assets too 8 years ago
Evan You 655c0f185b tests for ssr bundleRenderer + template + clientManifest 8 years ago
Evan You 2ea80399da restructure ssr tests: move template tests into separate file 8 years ago
Evan You e0a7c1ac68 use data attribute for ssr marker 8 years ago
Kenneth Crawford 6fcfdbd83f warn and handle missing get in computed (fix #5265) (#5267) 8 years ago
Evan You 0bb529a275 also warn when listening to camelCase events in in-DOM templates 8 years ago
Piotr Kaminski e47b1e5c4d Allow named properties on reactive arrays. (#5216) 8 years ago