ᴜɴвʏтᴇ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b2189ba2f3 
							
						 
					 
					
						
						
							
							fix(runtime-dom): support mounting app on ShadowRoot ( #2447 )  
						
						 
						
						... 
						
						
						
						fix  #2399  
						
						
					 
					
						2020-12-04 16:51:38 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							cbaa380506 
							
						 
					 
					
						
						
							
							fix(transition): ensure manual style manipulation in transition leave hooks work  
						
						 
						
						... 
						
						
						
						ref #2720  
						
						
					 
					
						2020-12-03 16:10:22 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								luwuer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3f8f9b67b3 
							
						 
					 
					
						
						
							
							fix(transition): ensure styles from *-leave-active trigger transition ( #2716 )  
						
						 
						
						... 
						
						
						
						fix  #2712  
						
						
					 
					
						2020-12-03 10:37:47 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							d067fb2dbb 
							
						 
					 
					
						
						
							
							release: v3.0.4  
						
						 
						
						
						
						
					 
					
						2020-12-02 17:23:43 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								luwuer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e2618a632d 
							
						 
					 
					
						
						
							
							fix(transition): respect rules in *-leave-from transition class ( #2597 )  
						
						 
						
						... 
						
						
						
						fix  #2593  
						
						
					 
					
						2020-12-02 14:41:20 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							eaf8a67c72 
							
						 
					 
					
						
						
							
							fix(transition): avoid invoking stale transition end callbacks  
						
						 
						
						... 
						
						
						
						fix  #2482  
						
						
					 
					
						2020-12-02 12:15:57 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							48f00c0f1b 
							
						 
					 
					
						
						
							
							fix(v-model): respect checkbox true-value/false-value on initial render  
						
						 
						
						... 
						
						
						
						fix  #2694  
						
						
					 
					
						2020-12-01 12:02:37 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							f2b0a8e81d 
							
						 
					 
					
						
						
							
							fix(v-model): avoid mutation when using Set models + fix multi select Set model update  
						
						 
						
						
						
						
					 
					
						2020-12-01 11:40:14 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							83a79a829c 
							
						 
					 
					
						
						
							
							Revert "fix(v-model): mutate original array for v-model multi checkbox ( #2663 )"  
						
						 
						
						... 
						
						
						
						This reverts commit 87581cd2662d6db21b35db7a0b5df2090c8a7fe2.
ref: #2700  
						
						
					 
					
						2020-12-01 11:16:40 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							5a19bb5320 
							
						 
					 
					
						
						
							
							refactor(runtime-dom): avoid unnecessary typeof checks during props patching  
						
						 
						
						
						
						
					 
					
						2020-11-30 20:05:02 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								edison 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fb6b9f8e8f 
							
						 
					 
					
						
						
							
							fix(runtime-dom): attribute should be removed with nullish values ( #2679 )  
						
						 
						
						... 
						
						
						
						fix  #2677  
						
						
					 
					
						2020-11-30 19:28:03 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								HcySunYang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87581cd266 
							
						 
					 
					
						
						
							
							fix(v-model): mutate original array for v-model multi checkbox ( #2663 )  
						
						 
						
						... 
						
						
						
						Note: this change will break non-deep `watch` on the `v-model` bound array since the array is no longer replaced. This can be considered part of the Array watch changes in v3 as detailed at https://v3.vuejs.org/guide/migration/watch.html 
This is unfortunate but unavoidable since the issue that it fixes is more important: `v-model` should definitely work with a non-ref reactive array.
fix  #2662  
						
						
					 
					
						2020-11-30 17:48:51 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							3cd30c5245 
							
						 
					 
					
						
						
							
							fix(v-show): ensure v-show conflict with inline string style binding  
						
						 
						
						... 
						
						
						
						fix  #2583  
						
						
					 
					
						2020-11-30 15:48:34 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							bd6e211287 
							
						 
					 
					
						
						
							
							release: v3.0.3  
						
						 
						
						
						
						
					 
					
						2020-11-25 11:16:21 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							8ac2241b22 
							
						 
					 
					
						
						
							
							wip: more consistent compiler-sfc usage + inline mode for ssr  
						
						 
						
						
						
						
					 
					
						2020-11-20 14:23:09 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							64160e89cc 
							
						 
					 
					
						
						
							
							wip: ignore non-ref const mutation cases in codegen  
						
						 
						
						
						
						
					 
					
						2020-11-18 21:16:09 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							f92bc5a19a 
							
						 
					 
					
						
						
							
							wip: simplify useCssVars  
						
						 
						
						
						
						
					 
					
						2020-11-17 13:03:47 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							41bb7fa330 
							
						 
					 
					
						
						
							
							feat(compiler-sfc): new SFC css varaible injection implementation  
						
						 
						
						... 
						
						
						
						ref: https://github.com/vuejs/rfcs/pull/231  
						
						
					 
					
						2020-11-16 18:27:25 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							3a6b1207fa 
							
						 
					 
					
						
						
							
							fix(style-vars): apply css vars in post flush effect  
						
						 
						
						
						
						
					 
					
						2020-11-16 15:40:16 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							f28ca55692 
							
						 
					 
					
						
						
							
							fix(runtime-dom): use correct import source  
						
						 
						
						
						
						
					 
					
						2020-11-03 09:54:22 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							f2d03a59c6 
							
						 
					 
					
						
						
							
							release: v3.0.2  
						
						 
						
						
						
						
					 
					
						2020-10-20 16:24:12 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								neverland 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e894caf731 
							
						 
					 
					
						
						
							
							types(tsx): svg xmlns attribute typing ( #2344 )  
						
						 
						
						
						
						
					 
					
						2020-10-19 17:40:21 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							f17f0ddf68 
							
						 
					 
					
						
						
							
							release: v3.0.1  
						
						 
						
						
						
						
					 
					
						2020-10-15 12:37:21 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pick 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6a554feb13 
							
						 
					 
					
						
						
							
							perf(runtime-dom/vModel): remove looseHas if model is Set ( #2236 )  
						
						 
						
						
						
						
					 
					
						2020-10-13 16:20:05 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								underfin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							408a8cad48 
							
						 
					 
					
						
						
							
							fix(sfc/style-vars): should attach css vars while subtree changed ( #2178 )  
						
						 
						
						... 
						
						
						
						* fix(cssVars): should attach css vars while `subtree` changed
fix  #2177 
* fix: fix test 
						
						
					 
					
						2020-10-13 15:37:45 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							54ed7592e4 
							
						 
					 
					
						
						
							
							fix(v-model): ensure initial value is set after other attributes  
						
						 
						
						... 
						
						
						
						fix  #2325  
						
						
					 
					
						2020-10-08 16:41:45 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ᴜɴвʏтᴇ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fbd198fbfe 
							
						 
					 
					
						
						
							
							fix(v-model): avoid clearing IME compose state on updates ( #2304 )  
						
						 
						
						... 
						
						
						
						fix  #2302  
						
						
					 
					
						2020-10-07 22:34:53 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								edison 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d744b8a2dc 
							
						 
					 
					
						
						
							
							fix(runtime-dom): v-model should support number modifier with select tag ( #2308 )  
						
						 
						
						... 
						
						
						
						close  #2252  
						
						
					 
					
						2020-10-07 15:06:41 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							d8c1536ead 
							
						 
					 
					
						
						
							
							release: v3.0.0  
						
						 
						
						
						
						
					 
					
						2020-09-18 11:28:05 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							876ecc8672 
							
						 
					 
					
						
						
							
							release: v3.0.0-rc.13  
						
						 
						
						
						
						
					 
					
						2020-09-18 01:39:30 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							985bd2bcb5 
							
						 
					 
					
						
						
							
							release: v3.0.0-rc.12  
						
						 
						
						
						
						
					 
					
						2020-09-16 13:50:13 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							f2ef7d7c8e 
							
						 
					 
					
						
						
							
							release: v3.0.0-rc.11  
						
						 
						
						
						
						
					 
					
						2020-09-15 13:15:42 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5ae7380b4a 
							
						 
					 
					
						
						
							
							feat: update Suspense usage ( #2099 )  
						
						 
						
						... 
						
						
						
						See https://github.com/vuejs/vue-next/pull/2099  for details. 
						
						
					 
					
						2020-09-15 12:45:06 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pick 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf1b6c666f 
							
						 
					 
					
						
						
							
							feat(runtime-dom): allow native Set as v-model checkbox source ( #1957 )  
						
						 
						
						
						
						
					 
					
						2020-09-14 11:16:50 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							4386653e76 
							
						 
					 
					
						
						
							
							release: v3.0.0-rc.10  
						
						 
						
						
						
						
					 
					
						2020-09-02 12:41:54 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Guillaume Chau 
							
						 
					 
					
						
						
						
						
							
						
						
							5df71b739d 
							
						 
					 
					
						
						
							
							chore: add repository directories  
						
						 
						
						
						
						
					 
					
						2020-08-30 15:06:06 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							94d94bafc5 
							
						 
					 
					
						
						
							
							release: v3.0.0-rc.9  
						
						 
						
						
						
						
					 
					
						2020-08-26 18:21:18 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							ede2e0d1b5 
							
						 
					 
					
						
						
							
							release: v3.0.0-rc.8  
						
						 
						
						
						
						
					 
					
						2020-08-25 10:31:52 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Amour1688 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a47626a4a3 
							
						 
					 
					
						
						
							
							types(jsx): make HTMLAttributes and SVGAttributes extend Events ( #1941 )  
						
						 
						
						
						
						
					 
					
						2020-08-25 09:50:33 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ᴜɴвʏтᴇ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1d55454e61 
							
						 
					 
					
						
						
							
							fix(runtime-dom): avoid setting unchanged input value ( #1937 )  
						
						 
						
						... 
						
						
						
						fix  #1935  (fix v-model usage with HTML5 validation) 
						
						
					 
					
						2020-08-25 09:47:55 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							11804fe93f 
							
						 
					 
					
						
						
							
							feat(directives): introduce created custom directive hook and ensure  
						
						 
						
						... 
						
						
						
						`v-model` event listener fire before template/props listeners
fix  #1931  
						
						
					 
					
						2020-08-24 17:12:16 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							6602d6dbff 
							
						 
					 
					
						
						
							
							release: v3.0.0-rc.7  
						
						 
						
						
						
						
					 
					
						2020-08-21 14:13:05 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								XRenSiu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb54a84cd1 
							
						 
					 
					
						
						
							
							chore: use '@vue/shared' instead of '@vue/shared/src' ( #1915 )  
						
						 
						
						
						
						
					 
					
						2020-08-21 12:50:06 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							91c4735416 
							
						 
					 
					
						
						
							
							release: v3.0.0-rc.6  
						
						 
						
						
						
						
					 
					
						2020-08-19 18:17:42 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								wxy 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3892ea884b 
							
						 
					 
					
						
						
							
							chore(runtime-dom): remove deprecated tags from jsx typing ( #1627 )  
						
						 
						
						
						
						
					 
					
						2020-08-18 11:43:14 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Necmettin Karakaya 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							86187ca907 
							
						 
					 
					
						
						
							
							chore: typos ( #1670 )  
						
						 
						
						
						
						
					 
					
						2020-08-14 17:05:12 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								beary 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b984d47ac4 
							
						 
					 
					
						
						
							
							fix(types/jsx): update innerHTML property in jsx typing ( #1814 )  
						
						 
						
						
						
						
					 
					
						2020-08-12 15:50:11 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eduardo San Martin Morote 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							00683fce9a 
							
						 
					 
					
						
						
							
							fix(runtime-dom): patch form as an attribute ( #1788 )  
						
						 
						
						... 
						
						
						
						Close  #1787  
						
						
					 
					
						2020-08-06 09:32:28 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							11ed210391 
							
						 
					 
					
						
						
							
							chore: fix tests  
						
						 
						
						
						
						
					 
					
						2020-08-03 18:01:07 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							8d4abc3814 
							
						 
					 
					
						
						
							
							chore: unset removed invokers  
						
						 
						
						
						
						
					 
					
						2020-08-03 17:56:55 -04:00