dependabot-preview[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							7eb46dbd86 
							
						 
					 
					
						
						
							
							build(deps-dev): bump @rollup/plugin-replace from 2.2.1 to 2.3.0  
						
						 
						
						... 
						
						
						
						Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins ) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Commits](https://github.com/rollup/plugins/compare/replace-v2.2.1...replace-v2.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com> 
						
						
					 
					
						2019-12-23 15:58:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							80f8b46177 
							
						 
					 
					
						
						
							
							ci: skip e2e tests on netlify coverage builds  
						
						 
						
						
						
						
					 
					
						2019-12-23 10:51:28 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							6614f21bf4 
							
						 
					 
					
						
						
							
							chore: further edit formats and include it in vue package readme [ci skip]  
						
						 
						
						
						
						
					 
					
						2019-12-23 10:28:40 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							51764d3195 
							
						 
					 
					
						
						
							
							chore: more details on build formats [ci skip]  
						
						 
						
						
						
						
					 
					
						2019-12-23 10:12:42 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot-preview[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							f601f87dad 
							
						 
					 
					
						
						
							
							build(deps-dev): bump typescript from 3.7.3 to 3.7.4  
						
						 
						
						... 
						
						
						
						Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.7.3 to 3.7.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com> 
						
						
					 
					
						2019-12-23 07:53:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot-preview[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							e128f67391 
							
						 
					 
					
						
						
							
							build(deps-dev): bump rollup from 1.27.13 to 1.27.14  
						
						 
						
						... 
						
						
						
						Bumps [rollup](https://github.com/rollup/rollup ) from 1.27.13 to 1.27.14.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v1.27.13...v1.27.14 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com> 
						
						
					 
					
						2019-12-23 07:52:05 +00: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 
							
						 
					 
					
						
						
						
						
							
						
						
							7d436ab59a 
							
						 
					 
					
						
						
							
							fix: mounting new children  
						
						 
						
						
						
						
					 
					
						2019-12-22 16:24:24 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							2fdb499bd9 
							
						 
					 
					
						
						
							
							fix(fragment): perform direct remove when removing fragments  
						
						 
						
						... 
						
						
						
						This avoids trying to grab .el from hoisted child nodes (which can
be created by another instance), and also skips transition check
since fragment children cannot have transitions. 
						
						
					 
					
						2019-12-22 16:15:16 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							47a6a84631 
							
						 
					 
					
						
						
							
							fix(core): clone mounted hoisted vnodes on patch  
						
						 
						
						... 
						
						
						
						...since they may need to be checked as fragment child 
						
						
					 
					
						2019-12-22 13:31:13 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							eda495efd8 
							
						 
					 
					
						
						
							
							feat(hmr): root instance reload  
						
						 
						
						
						
						
					 
					
						2019-12-22 12:25:04 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							c3e1c812e3 
							
						 
					 
					
						
						
							
							build: warn invalid format in build script  
						
						 
						
						
						
						
					 
					
						2019-12-22 11:56:09 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							c9b9ae3941 
							
						 
					 
					
						
						
							
							refactor: rename apiApp.ts -> apiCreateApp.ts  
						
						 
						
						
						
						
					 
					
						2019-12-22 11:27:40 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chris Fritz 
							
						 
					 
					
						
						
						
						
							
						
						
							1c4cdd841d 
							
						 
					 
					
						
						
							
							refactor(createComponent): rename to defineComponent ( #549 )  
						
						 
						
						
						
						
					 
					
						2019-12-22 10:58:12 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							7d2ae08277 
							
						 
					 
					
						
						
							
							build: polish release script  
						
						 
						
						
						
						
					 
					
						2019-12-20 13:43:48 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot-preview[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							ff4c5c1bb6 
							
						 
					 
					
						
						
							
							build(deps): bump postcss from 7.0.24 to 7.0.25 ( #544 )  
						
						 
						
						... 
						
						
						
						Bumps [postcss](https://github.com/postcss/postcss ) from 7.0.24 to 7.0.25.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/7.0.24...7.0.25 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com> 
						
						
					 
					
						2019-12-20 11:57:17 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CodinCat 
							
						 
					 
					
						
						
						
						
							
						
						
							2e3c5aaf5f 
							
						 
					 
					
						
						
							
							test(e2e): add test for svg example ( #551 )  
						
						 
						
						
						
						
					 
					
						2019-12-20 11:56:36 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							755c7b581c 
							
						 
					 
					
						
						
							
							chore: mark get/set create calls pure  
						
						 
						
						
						
						
					 
					
						2019-12-20 11:16:46 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							0a4f306492 
							
						 
					 
					
						
						
							
							fix: shallowReadonly should keep reactive properties reactive  
						
						 
						
						... 
						
						
						
						ref #552  
						
						
					 
					
						2019-12-20 11:14:07 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							2dcdbca6e2 
							
						 
					 
					
						
						
							
							ci: bust cache  
						
						 
						
						
						
						
					 
					
						2019-12-20 10:59:21 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							ca2759fc7d 
							
						 
					 
					
						
						
							
							ci: parallelize config  
						
						 
						
						
						
						
					 
					
						2019-12-20 10:55:53 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							94d692b0cf 
							
						 
					 
					
						
						
							
							test: fix tests after missing end tag error location fix  
						
						 
						
						
						
						
					 
					
						2019-12-20 10:10:08 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							9560ab72f8 
							
						 
					 
					
						
						
							
							ci: use workflow to parallelize jobs  
						
						 
						
						
						
						
					 
					
						2019-12-20 09:40:38 -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 
							
						 
					 
					
						
						
						
						
							
						
						
							02c6d5c4e3 
							
						 
					 
					
						
						
							
							fix: codeframe marker should have min width of 1  
						
						 
						
						
						
						
					 
					
						2019-12-19 15:42:53 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							d6da48a33f 
							
						 
					 
					
						
						
							
							perf: optimize public properties access on componentProxy  
						
						 
						
						
						
						
					 
					
						2019-12-19 14:19:58 -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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot-preview[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							f848cf2ac8 
							
						 
					 
					
						
						
							
							build(deps-dev): bump @types/jest from 24.0.23 to 24.0.24  
						
						 
						
						... 
						
						
						
						Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 24.0.23 to 24.0.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com> 
						
						
					 
					
						2019-12-19 07:33:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							9f52dce0d5 
							
						 
					 
					
						
						
							
							fix(renderer): should also use latest parent node when patching block child components  
						
						 
						
						
						
						
					 
					
						2019-12-18 17:09:28 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							3deb20df63 
							
						 
					 
					
						
						
							
							feat(watch): warn when using lazy with simple callback  
						
						 
						
						
						
						
					 
					
						2019-12-18 11:54:12 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yang Mingshan 
							
						 
					 
					
						
						
						
						
							
						
						
							c2c9c2b57e 
							
						 
					 
					
						
						
							
							fix(watch): ignore lazy option in simple watch ( #546 )  
						
						 
						
						... 
						
						
						
						* fix(watch): ignore lazy option in simple watch
* test: ignore lazy option in simple watch 
						
						
					 
					
						2019-12-18 11:46:59 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rahul Kadyan 
							
						 
					 
					
						
						
						
						
							
						
						
							c57837c324 
							
						 
					 
					
						
						
							
							chore: Use dynamic paths in tsconfig.json ( #548 )  
						
						 
						
						
						
						
					 
					
						2019-12-18 11:46:07 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								djy0 
							
						 
					 
					
						
						
						
						
							
						
						
							fc48e43ac7 
							
						 
					 
					
						
						
							
							chore: fix typo [ci skip] ( #547 )  
						
						 
						
						
						
						
					 
					
						2019-12-18 11:45:28 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							c1959fa64d 
							
						 
					 
					
						
						
							
							build: set compiler-sfc peerDep on vue  
						
						 
						
						
						
						
					 
					
						2019-12-18 10:00:49 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							d84cf3a538 
							
						 
					 
					
						
						
							
							feat(sfc): css modules support  
						
						 
						
						
						
						
					 
					
						2019-12-18 10:00:49 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CodinCat 
							
						 
					 
					
						
						
						
						
							
						
						
							abfea8eb45 
							
						 
					 
					
						
						
							
							test(e2e): add test for grid example ( #545 )  
						
						 
						
						
						
						
					 
					
						2019-12-18 09:19:31 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							5cf7523787 
							
						 
					 
					
						
						
							
							build: export runtime-only build for bundlers by default in main vue package  
						
						 
						
						
						
						
					 
					
						2019-12-17 18:24:01 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							9550302df4 
							
						 
					 
					
						
						
							
							build: esm-bunlder builds should be considered browser builds  
						
						 
						
						
						
						
					 
					
						2019-12-17 17:34:10 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							a894a350cd 
							
						 
					 
					
						
						
							
							test(sfc): test scoped css compilation  
						
						 
						
						
						
						
					 
					
						2019-12-17 15:20:30 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							b689ca6e85 
							
						 
					 
					
						
						
							
							test: test scopeId support  
						
						 
						
						
						
						
					 
					
						2019-12-17 12:31:38 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							3d16c0ea5a 
							
						 
					 
					
						
						
							
							fix(runtime-test): output empty attrs without value in seralized output  
						
						 
						
						
						
						
					 
					
						2019-12-17 12:31:38 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							31ca7858bb 
							
						 
					 
					
						
						
							
							feat(sfc): ::v-global() pseudo selector support  
						
						 
						
						
						
						
					 
					
						2019-12-17 12:31:38 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							8ea2101553 
							
						 
					 
					
						
						
							
							test: test hot module replacement  
						
						 
						
						
						
						
					 
					
						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 
							
						 
					 
					
						
						
						
						
							
						
						
							69c9dbc825 
							
						 
					 
					
						
						
							
							feat(sfc): scopeId runtime support  
						
						 
						
						
						
						
					 
					
						2019-12-17 12:31:38 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							04e11187b9 
							
						 
					 
					
						
						
							
							perf: cache string helpers  
						
						 
						
						
						
						
					 
					
						2019-12-17 12:31:38 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan You 
							
						 
					 
					
						
						
						
						
							
						
						
							51980afca2 
							
						 
					 
					
						
						
							
							feat(sfc): wip scopeId compiler support  
						
						 
						
						
						
						
					 
					
						2019-12-17 12:31:38 -05:00