Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							c9bf7ded2e 
							
						 
					 
					
						
						
							
							refactor(types): mark internal API exports and exclude from d.ts  
						
						... 
						
						
						
						BREAKING CHANGE: Internal APIs are now excluded from type decalrations. 
						
						
					 
					
						2020-04-30 17:04:35 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							a5bb1d02b7 
							
						 
					 
					
						
						
							
							release: v3.0.0-beta.5  
						
						
						
						
					 
					
						2020-04-30 16:20:25 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							bd0f7da2c6 
							
						 
					 
					
						
						
							
							build: add browser builds for @vue/compiler-sfc  
						
						
						
						
					 
					
						2020-04-26 01:24:25 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							0bb1f67d12 
							
						 
					 
					
						
						
							
							types(compiler-sfc): expose SFCAsyncStyleCompileOptions  
						
						
						
						
					 
					
						2020-04-24 17:11:41 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							d29aefcf99 
							
						 
					 
					
						
						
							
							release: v3.0.0-beta.4  
						
						
						
						
					 
					
						2020-04-24 16:20:20 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							fa216a0c3a 
							
						 
					 
					
						
						
							
							feat(compiler-sfc): built-in support for css modules  
						
						
						
						
					 
					
						2020-04-24 09:59:52 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							20d425fb19 
							
						 
					 
					
						
						
							
							feat(compiler-sfc): add preprocessCustomRequire option  
						
						
						
						
					 
					
						2020-04-24 09:28:03 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							6fefeafe98 
							
						 
					 
					
						
						
							
							release: v3.0.0-beta.3  
						
						
						
						
					 
					
						2020-04-20 17:00:26 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							c1a85cb124 
							
						 
					 
					
						
						
							
							release: v3.0.0-beta.2  
						
						
						
						
					 
					
						2020-04-17 11:01:01 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							ca6912554c 
							
						 
					 
					
						
						
							
							release: v3.0.0-beta.1  
						
						
						
						
					 
					
						2020-04-16 15:45:04 -04:00 
						 
				 
			
				
					
						
							
							
								Cédric Exbrayat 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d014dc3d3 
							
						 
					 
					
						
						
							
							fix(reactivity): remove Symbol.observable ( #968 )  
						
						... 
						
						
						
						* chore: add @types/node as an explicit dependency
As `tsconfig.json` references it, it should be listed in the dependencies.
It currently uses an older version: this commit also bumps to the latest v12 version, and fixes a typing issue.
* fix(reactivity): remove Symbol.observable
`Symbol.observable` is brought by `@types/node@12` and is not a "well-known" typescript symbol https://www.typescriptlang.org/docs/handbook/symbols.html  that can be find in lib.es20xx like the others. It has been removed in `@types/node@v13`.
It means that an application using vue@3.0.0-alpha.13 does not compile unless it explicitely adds `@types/node@v12` as a dependency and `node` in its own tsconfig types. 
						
						
					 
					
						2020-04-16 09:33:30 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							11654a6e50 
							
						 
					 
					
						
						
							
							release: v3.0.0-alpha.13  
						
						
						
						
					 
					
						2020-04-15 12:46:26 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							1d9f8fc979 
							
						 
					 
					
						
						
							
							release: v3.0.0-alpha.12  
						
						
						
						
					 
					
						2020-04-08 18:59:49 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							7402951d94 
							
						 
					 
					
						
						
							
							release: v3.0.0-alpha.11  
						
						
						
						
					 
					
						2020-04-03 21:45:50 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							5bf72517ce 
							
						 
					 
					
						
						
							
							refactor(compiler-sfc): make more explicit regarding template pad behavior  
						
						
						
						
					 
					
						2020-04-03 21:11:26 -04:00 
						 
				 
			
				
					
						
							
							
								Rahul Kadyan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							db50009353 
							
						 
					 
					
						
						
							
							fix(compiler-sfc): always use offset for template block sourcemaps ( #911 )  
						
						
						
						
					 
					
						2020-04-03 21:10:22 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							de81faf00a 
							
						 
					 
					
						
						
							
							release: v3.0.0-alpha.10  
						
						
						
						
					 
					
						2020-03-24 18:33:40 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							b8c1be18f3 
							
						 
					 
					
						
						
							
							refactor(types): use stricter settings  
						
						... 
						
						
						
						fix  #847  
					
						2020-03-23 11:08:22 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							5282ff0edb 
							
						 
					 
					
						
						
							
							release: v3.0.0-alpha.9  
						
						
						
						
					 
					
						2020-03-16 18:56:44 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							3b2d236714 
							
						 
					 
					
						
						
							
							feat(compiler-sfc): add ssr option  
						
						
						
						
					 
					
						2020-03-16 16:24:49 -04:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							c75388d538 
							
						 
					 
					
						
						
							
							release: v3.0.0-alpha.8  
						
						
						
						
					 
					
						2020-03-06 15:58:40 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							bcb2a9b4a6 
							
						 
					 
					
						
						
							
							build: make @vue/shared public  
						
						... 
						
						
						
						This avoids it being inlined multiple times in esm bundler builds 
						
						
					 
					
						2020-02-29 22:04:42 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							33ab0f8e0f 
							
						 
					 
					
						
						
							
							chore: fix snapshot  
						
						
						
						
					 
					
						2020-02-27 17:15:51 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							312513d255 
							
						 
					 
					
						
						
							
							release: v3.0.0-alpha.7  
						
						
						
						
					 
					
						2020-02-26 14:36:38 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							9ab22c7ae6 
							
						 
					 
					
						
						
							
							release: v3.0.0-alpha.6  
						
						
						
						
					 
					
						2020-02-22 08:25:32 +01:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							478b4cfb2c 
							
						 
					 
					
						
						
							
							release: v3.0.0-alpha.5  
						
						
						
						
					 
					
						2020-02-18 15:00:55 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							e861c6da90 
							
						 
					 
					
						
						
							
							test: test updates for d40c642  
						
						
						
						
					 
					
						2020-02-11 18:40:42 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							47e984d31f 
							
						 
					 
					
						
						
							
							refactor(compiler): provide _ctx and _cache via arguments  
						
						
						
						
					 
					
						2020-02-10 17:29:12 -05:00 
						 
				 
			
				
					
						
							
							
								Dmitry Sharshakov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							430d4e10bb 
							
						 
					 
					
						
						
							
							test(compiler-sfc): add real tests for source maps ( #704 )  
						
						
						
						
					 
					
						2020-02-10 09:34:13 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							8b2d6a35d0 
							
						 
					 
					
						
						
							
							test: update tests and snapshots for helper prefixing  
						
						
						
						
					 
					
						2020-02-07 19:04:55 -05:00 
						 
				 
			
				
					
						
							
							
								Jason 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2d56dfdc4f 
							
						 
					 
					
						
						
							
							fix(compiler-sfc): handle empty nodes with src attribute ( #695 )  
						
						
						
						
					 
					
						2020-02-04 10:03:32 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							d293876c34 
							
						 
					 
					
						
						
							
							release: v3.0.0-alpha.4  
						
						
						
						
					 
					
						2020-01-27 16:20:00 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							cc47ae0118 
							
						 
					 
					
						
						
							
							test: update snapshots for toDisplayString  
						
						
						
						
					 
					
						2020-01-27 16:00:18 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							b41677bf42 
							
						 
					 
					
						
						
							
							release: v3.0.0-alpha.3  
						
						
						
						
					 
					
						2020-01-22 11:10:30 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							2569890e31 
							
						 
					 
					
						
						
							
							refactor: move mockWarn utility to @vue/shared  
						
						... 
						
						
						
						close  #652  
					
						2020-01-22 09:29:45 -05:00 
						 
				 
			
				
					
						
							
							
								Sören Schwert 
							
						 
					 
					
						
						
						
						
							
						
						
							c71ca354b9 
							
						 
					 
					
						
						
							
							fix(compiler-sfc): only transform relative asset URLs ( #628 )  
						
						
						
						
					 
					
						2020-01-20 09:57:17 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							9f65d811af 
							
						 
					 
					
						
						
							
							release: v3.0.0-alpha.2  
						
						
						
						
					 
					
						2020-01-13 17:44:30 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							1bb1271b5e 
							
						 
					 
					
						
						
							
							release: v3.0.0-alpha.1  
						
						
						
						
					 
					
						2020-01-02 18:25:17 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							59c595c1e8 
							
						 
					 
					
						
						
							
							refactor: use named export for compiled render function  
						
						
						
						
					 
					
						2019-12-24 11:04:44 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							d6275a3c31 
							
						 
					 
					
						
						
							
							fix(sfc): treat custom block content as raw text  
						
						
						
						
					 
					
						2019-12-22 21:09:39 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							90ddb7c260 
							
						 
					 
					
						
						
							
							refactor: expose parse in compiler-dom, improve sfc parse error handling  
						
						
						
						
					 
					
						2019-12-22 19:44:21 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							362831d8ab 
							
						 
					 
					
						
						
							
							fix(sfc): fix v-slotted attribute injection  
						
						
						
						
					 
					
						2019-12-19 17:54:52 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							3a3a24d621 
							
						 
					 
					
						
						
							
							feat(sfc): accept inMap in compileTemplate()  
						
						
						
						
					 
					
						2019-12-19 16:25:05 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							c73d889235 
							
						 
					 
					
						
						
							
							test(sfc): test @media and @supports query for scoped css  
						
						
						
						
					 
					
						2019-12-19 14:19:58 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							bdbfead1e0 
							
						 
					 
					
						
						
							
							chore: adjust package.json  
						
						
						
						
					 
					
						2019-12-19 14:19:58 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							c1959fa64d 
							
						 
					 
					
						
						
							
							build: set compiler-sfc peerDep on vue  
						
						
						
						
					 
					
						2019-12-18 10:00:49 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							a894a350cd 
							
						 
					 
					
						
						
							
							test(sfc): test scoped css compilation  
						
						
						
						
					 
					
						2019-12-17 15:20:30 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							31ca7858bb 
							
						 
					 
					
						
						
							
							feat(sfc): ::v-global() pseudo selector support  
						
						
						
						
					 
					
						2019-12-17 12:31:38 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							f194aa0eea 
							
						 
					 
					
						
						
							
							feat(sfc): ::slotted selector support  
						
						
						
						
					 
					
						2019-12-17 12:31:38 -05:00 
						 
				 
			
				
					
						
							
							
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							75113c8d3e 
							
						 
					 
					
						
						
							
							test: fix tests  
						
						
						
						
					 
					
						2019-12-14 22:28:54 -05:00