Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							58e2376c4d 
							
						 
					 
					
						
						
							
							refactor(ssr): adjust ssr scope id logic for client-compiled render functions  
						
						 
						
						
						
						
					 
					
						2021-03-30 19:30:05 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							5e54081d5b 
							
						 
					 
					
						
						
							
							fix(ssr): fix scopeId inheritance across mixed parent chain  
						
						 
						
						... 
						
						
						
						fix  #3513  
						
						
					 
					
						2021-03-30 18:39:42 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							8c3c14a0ff 
							
						 
					 
					
						
						
							
							fix(ssr): properly update currentRenderingInstance state during ssr  
						
						 
						
						... 
						
						
						
						fix  #2863  
						
						
					 
					
						2021-03-26 14:00:03 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							2e71f07bc1 
							
						 
					 
					
						
						
							
							fix(ssr): ensure async setup error handling work with suspense during ssr  
						
						 
						
						
						
						
					 
					
						2021-03-26 11:00:30 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								edison 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d668d48e9e 
							
						 
					 
					
						
						
							
							fix(runtime-core): handle error in async setup ( #2881 )  
						
						 
						
						
						
						
					 
					
						2021-03-26 10:26:30 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							7cf143dd4f 
							
						 
					 
					
						
						
							
							chore: fix test  
						
						 
						
						
						
						
					 
					
						2021-03-25 16:06:02 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TJ Koblentz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e4b5fccd0c 
							
						 
					 
					
						
						
							
							fix(ssr): watchEffect onInvalidate runner initialization ( #3323 )  
						
						 
						
						... 
						
						
						
						close  #3322  
						
						
					 
					
						2021-03-25 11:17:57 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								HcySunYang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a583d5ca2 
							
						 
					 
					
						
						
							
							fix(ssr): respect render function from extends/mixins in ssr ( #3006 )  
						
						 
						
						... 
						
						
						
						fix  #3004  
						
						
					 
					
						2021-03-25 10:32:17 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							b2e00f011a 
							
						 
					 
					
						
						
							
							test(ssr): test render function Transition usage in SSR  
						
						 
						
						
						
						
					 
					
						2021-03-22 16:51:51 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								HcySunYang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e8e9b00f81 
							
						 
					 
					
						
						
							
							fix(KeepAlive): adapt keepalive for ssr ( #3259 )  
						
						 
						
						... 
						
						
						
						fix  #3255  
						
						
					 
					
						2021-03-22 16:49:07 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							aea88c3280 
							
						 
					 
					
						
						
							
							refactor: fix implementation of SFC :slotted id handling  
						
						 
						
						... 
						
						
						
						fix  #2892  
						
						
					 
					
						2021-03-05 18:28:12 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							8ad1aab068 
							
						 
					 
					
						
						
							
							test(ssr): refactor ssr render tests  
						
						 
						
						... 
						
						
						
						Merge renderToString and renderToStream to run the same tests 
						
						
					 
					
						2020-12-30 15:40:55 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							cdc9f336fd 
							
						 
					 
					
						
						
							
							wip: new cssVars SSR integration + fix cssVars SSR injection for suspense  
						
						 
						
						
						
						
					 
					
						2020-11-17 18:54:47 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								underfin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							02f355eb69 
							
						 
					 
					
						
						
							
							fix(v-for):  handle and warn when v-for receives non-integer range number ( #2247 )  
						
						 
						
						... 
						
						
						
						close  #2245  
						
						
					 
					
						2020-10-13 16:28:24 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mathieu TUDISCO 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8539c0bf32 
							
						 
					 
					
						
						
							
							fix(compiler-ssr): fix SSR issue when dynamic and static class co-exist ( #2354 )  
						
						 
						
						
						
						
					 
					
						2020-10-13 16:25:15 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							c73b4a0e10 
							
						 
					 
					
						
						
							
							feat(ssr): serverPrefetch  
						
						 
						
						
						
						
					 
					
						2020-09-01 22:52:46 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							c0427b45ff 
							
						 
					 
					
						
						
							
							fix(sfc/scoped-style): inherit scopeId through nested HOCs with inheritAttrs: false  
						
						 
						
						... 
						
						
						
						fix  #1988  
						
						
					 
					
						2020-09-01 18:56:02 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							5c74243211 
							
						 
					 
					
						
						
							
							test: move mockWarn into setup files  
						
						 
						
						
						
						
					 
					
						2020-07-27 22:58:51 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Guillaume Chau 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							568b6db12b 
							
						 
					 
					
						
						
							
							feat: Initial devtools support ( #1125 )  
						
						 
						
						
						
						
					 
					
						2020-07-16 18:18:52 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							b9595e64cf 
							
						 
					 
					
						
						
							
							feat: ssr support for <style vars>  
						
						 
						
						
						
						
					 
					
						2020-07-12 18:04:09 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							41db49dfb7 
							
						 
					 
					
						
						
							
							fix(ssr): support dynamic components that resolve to element or vnode  
						
						 
						
						... 
						
						
						
						fix  #1508  
						
						
					 
					
						2020-07-06 21:23:35 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							afe13e0584 
							
						 
					 
					
						
						
							
							fix(ssr): fix ssr scopeId on component root  
						
						 
						
						
						
						
					 
					
						2020-06-27 00:27:44 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							d5dbd27193 
							
						 
					 
					
						
						
							
							fix(ssr): handle fallthrough attrs in ssr compile output  
						
						 
						
						
						
						
					 
					
						2020-06-26 16:55:37 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stanislav Lashmanov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6bc0e0a31a 
							
						 
					 
					
						
						
							
							feat(ssr): renderToStream ( #1197 )  
						
						 
						
						
						
						
					 
					
						2020-06-26 11:09:47 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							b26976b6d8 
							
						 
					 
					
						
						
							
							wip: fix tests  
						
						 
						
						
						
						
					 
					
						2020-05-15 17:05:26 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							5b09e743a0 
							
						 
					 
					
						
						
							
							fix(ssr): fix escape and handling for raw Text, Comment and Static vnodes  
						
						 
						
						
						
						
					 
					
						2020-05-01 11:52:40 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								HiiTea 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							22717772dd 
							
						 
					 
					
						
						
							
							chore: fix typos ( #1090 )  
						
						 
						
						
						
						
					 
					
						2020-05-01 09:42:58 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							eee5095692 
							
						 
					 
					
						
						
							
							refactor: rename <portal> to <teleport>  
						
						 
						
						... 
						
						
						
						BREAKING CHANGE: `<portal>` has been renamed to `<teleport>`.
    `target` prop is also renmaed to `to`, so the new usage will be:
    ```html
    <Teleport to="#modal-layer" :disabled="isMobile">
      <div class="modal">
        hello
      </div>
    </Teleport>
    ```
    The primary reason for the renaming is to avoid potential naming
    conflict with [native portals](https://wicg.github.io/portals/ ). 
						
						
					 
					
						2020-04-01 21:55:19 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							9ed9bf3687 
							
						 
					 
					
						
						
							
							feat(portal): SSR support for portal disabled prop  
						
						 
						
						
						
						
					 
					
						2020-03-30 11:24:29 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							e866434f0c 
							
						 
					 
					
						
						
							
							feat(portal): SSR support for multi portal shared target  
						
						 
						
						
						
						
					 
					
						2020-03-27 20:49:01 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							c450ede12d 
							
						 
					 
					
						
						
							
							feat(ssr): support getSSRProps for vnode directives  
						
						 
						
						
						
						
					 
					
						2020-03-16 18:36:19 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							38f0269765 
							
						 
					 
					
						
						
							
							refactor: simplify suspense ssr + adjust behavior  
						
						 
						
						
						
						
					 
					
						2020-03-16 15:38:35 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							a05d41c940 
							
						 
					 
					
						
						
							
							refactor(ssr): adjust ssr fragment anchor content  
						
						 
						
						
						
						
					 
					
						2020-03-13 13:05:05 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							a3cc970030 
							
						 
					 
					
						
						
							
							feat(ssr/suspense): suspense hydration  
						
						 
						
						... 
						
						
						
						In order to support hydration of async components, server-rendered
fragments must be explicitly marked with comment nodes. 
						
						
					 
					
						2020-03-13 13:05:05 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							7af089d429 
							
						 
					 
					
						
						
							
							test: fix & improve ssr warning assertion  
						
						 
						
						
						
						
					 
					
						2020-03-10 17:13:27 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							80c625dce3 
							
						 
					 
					
						
						
							
							feat(ssr): compiler-ssr support for Suspense  
						
						 
						
						
						
						
					 
					
						2020-03-10 16:52:31 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							47ead3b33a 
							
						 
					 
					
						
						
							
							refactor(ssr): improve ssr async setup / suspense error handling  
						
						 
						
						
						
						
					 
					
						2020-03-10 16:52:31 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							9c4de7b9ed 
							
						 
					 
					
						
						
							
							test(srr): group portal tests  
						
						 
						
						
						
						
					 
					
						2020-03-10 16:52:31 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Sharshakov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							589aeb402c 
							
						 
					 
					
						
						
							
							feat(server-renderer): render suspense in vnode mode ( #727 )  
						
						 
						
						
						
						
					 
					
						2020-03-09 18:20:30 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							11d2fb2594 
							
						 
					 
					
						
						
							
							refactor(fragments): remove visible anchors for fragments  
						
						 
						
						
						
						
					 
					
						2020-02-26 16:32:06 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Sharshakov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d8ed0e7fbf 
							
						 
					 
					
						
						
							
							feat(compiler-ssr): compile portal ( #775 )  
						
						 
						
						
						
						
					 
					
						2020-02-26 14:59:53 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hareku 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9547c2b93d 
							
						 
					 
					
						
						
							
							fix(sfc): inherit parent scopeId on child rooot ( #756 )  
						
						 
						
						
						
						
					 
					
						2020-02-21 14:44:13 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Sharshakov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e495fa4a18 
							
						 
					 
					
						
						
							
							feat(ssr): render portals ( #714 )  
						
						 
						
						
						
						
					 
					
						2020-02-15 17:41:20 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hareku 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							66e7d7f28e 
							
						 
					 
					
						
						
							
							test(server-renderer): implement ssrRenderList tests ( #726 )  
						
						 
						
						
						
						
					 
					
						2020-02-15 11:42:38 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Sharshakov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4669215ca2 
							
						 
					 
					
						
						
							
							fix(ssr): render components returning render function from setup ( #720 )  
						
						 
						
						
						
						
					 
					
						2020-02-15 11:11:55 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							1389d7b88c 
							
						 
					 
					
						
						
							
							refactor(compiler-core): use more concise marker for compiled slots  
						
						 
						
						
						
						
					 
					
						2020-02-12 13:45:35 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Sharshakov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d10a6c772 
							
						 
					 
					
						
						
							
							feat(server-renderer): support on-the-fly template compilation ( #707 )  
						
						 
						
						
						
						
					 
					
						2020-02-10 14:37:35 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							4659c366e0 
							
						 
					 
					
						
						
							
							wip(ssr): generate correct component code  
						
						 
						
						
						
						
					 
					
						2020-02-06 18:03:14 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							bc8f91d181 
							
						 
					 
					
						
						
							
							refactor(ssr): prefix ssr helpers  
						
						 
						
						
						
						
					 
					
						2020-02-06 12:07:25 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							9b3b6962df 
							
						 
					 
					
						
						
							
							wip(srr): slot outlet  
						
						 
						
						
						
						
					 
					
						2020-02-05 21:04:40 -05:00