| 
							
							
								 Evan You | 38f2d23a60 | feat(runtime-core): add inheritRef option + make <transition> & <keep-alive> inherit refs | 2020-05-22 10:26:17 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 0a7932c6b3 | fix(ssr): should set ref on hydration | 2020-05-21 17:37:23 -04:00 |  | 
			
				
					| 
							
							
								 zhangzhonghe | 5a3b44caf7 | chore: fix typo in comment (#1217) | 2020-05-21 09:34:05 +02:00 |  | 
			
				
					| 
							
							
								 Evan You | 32b3f78a36 | release: v3.0.0-beta.14 | 2020-05-18 14:42:11 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 24168bbb33 | chore: improve comments | 2020-05-18 11:17:57 -04:00 |  | 
			
				
					| 
							
							
								 Carlos Rodrigues | 488e2bcfef | fix(reactivity): shallowReactive for collections (#1204) close #1202 | 2020-05-18 11:17:37 -04:00 |  | 
			
				
					| 
							
							
								 Yang Mingshan | ba62ccd55d | feat(watch): support directly watching reactive object in multiple sources with deep default (#1201) | 2020-05-18 11:02:51 -04:00 |  | 
			
				
					| 
							
							
								 underfin | 83b7158017 | fix(v-model): should not trigger updates during input composition (#1183) | 2020-05-18 10:23:55 -04:00 |  | 
			
				
					| 
							
							
								 underfin | 520cad7d4d | test(runtime-core): add test case for createBlockwith disableTracking (#1169) | 2020-05-18 10:20:05 -04:00 |  | 
			
				
					| 
							
							
								 underfin | efa3214866 | test(runtime-core): add test for renderSlot(#1160) | 2020-05-18 10:14:09 -04:00 |  | 
			
				
					| 
							
							
								 zhangenming | 6574a5bf29 | chore: merge imports (#1182) | 2020-05-18 10:12:14 -04:00 |  | 
			
				
					| 
							
							
								 Albert Kaaman | ab86b190ce | fix(runtime-dom): event handlers with modifiers should get all event arguments (#1193) | 2020-05-18 10:11:39 -04:00 |  | 
			
				
					| 
							
							
								 underfin | d73a508a73 | fix(Transition): fix validate duration (#1188) | 2020-05-18 10:09:10 -04:00 |  | 
			
				
					| 
							
							
								 Carlos Rodrigues | 8e30d0c74c | types(server-renderer): export SSRContext type (#1199) | 2020-05-18 10:07:20 -04:00 |  | 
			
				
					| 
							
							
								 Jian Zhang | b2dd5612ff | chore: fix typo Stringiable -> Stringifiable (#1200) | 2020-05-18 10:06:57 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | dd2bfb5a8f | fix(compiler-dom): should bail stringification on runtime constant regardless of position ref: vuejs/vite#157 | 2020-05-18 10:04:18 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 449fd05ad6 | release: v3.0.0-beta.13 | 2020-05-16 21:53:47 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | d965bb6227 | feat: improve static content stringiciation Now a single static vnode can contain stringified content
for multiple consecutive nodes, which greatly improves the
coverage of this optimization. | 2020-05-16 21:30:16 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 59d50dad9c | wip: account for text call nodes in stringify chunks | 2020-05-15 17:55:24 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | b26976b6d8 | wip: fix tests | 2020-05-15 17:05:26 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | dc229bcda4 | wip(hydration): hydrate multi-element static nodes | 2020-05-15 16:30:20 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 1184118d23 | wip(runtime): test for static vnode handling | 2020-05-15 16:11:53 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | baa6973b13 | wip(compiler): tests for new stringification | 2020-05-15 15:50:42 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | dbf627f136 | wip(runtime): support multi-element static vnode in renderer | 2020-05-15 15:12:26 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | cb9444807e | wip(compiler): improve node stringification to support adjacent nodes | 2020-05-15 12:58:44 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | c2f3ee4dc0 | chore: use jsdoc comments in ast | 2020-05-15 11:00:07 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 3c88299f6a | release: v3.0.0-beta.12 | 2020-05-11 15:52:37 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 2bc6a8c1cf | fix(hmr): static child traversal should only affect elements | 2020-05-11 15:46:30 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | aa1672a8bd | test: fix hmr test id | 2020-05-11 15:44:13 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 7887c54dfe | release: v3.0.0-beta.11 | 2020-05-11 14:25:36 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 1b946c85df | fix(hmr): always force full child component props update in HMR mode | 2020-05-11 14:17:35 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 5b8883a846 | fix(runtime-core): should not take unmount children fast path for v-for fragments fix #1153 | 2020-05-11 13:53:28 -04:00 |  | 
			
				
					| 
							
							
								 underfin | 697de07e63 | fix(transition): should reset enter class after appear (#1152) | 2020-05-11 12:30:10 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 9d111f534a | test(transition): refactor DOM transition test | 2020-05-11 11:52:08 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 66c5a556dc | fix(hmr): ensure static nodes inherit DOM element in hmr mode fix #1156 | 2020-05-11 11:34:42 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | a165d8293d | feat(runtime-core): expose isVNode | 2020-05-11 11:09:36 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 13acb9134e | release: v3.0.0-beta.10 | 2020-05-07 11:21:18 -04:00 |  | 
			
				
					| 
							
							
								 underfin | 66dd1aaecd | test(Transition): test transition (#1140) | 2020-05-07 11:10:28 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | d10835aee7 | fix(compiler-sfc): template with alt lang should be parsed as raw text fix #1120 | 2020-05-07 11:08:17 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | e58beecc97 | refactor(compiler/types): convert compiler options documentation to jsdoc BREAKING CHANGE: `getTextMode` compiler option signature has changed from
  ```ts
  (tag: string, ns: string, parent: ElementNode | undefined) => TextModes
  ```
  to
  ```ts
  (node: ElementNode, parent: ElementNode | undefined) => TextModes
  ``` | 2020-05-07 11:01:36 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 304ab8c99b | fix(compiler-dom): bail static stringfication on non-attr bindings fix #1128 | 2020-05-07 10:32:54 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 2f69167e88 | perf(compiler-sfc): only add character mapping if not whitespace | 2020-05-07 10:32:54 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 675330ba54 | fix(compiler): warn against v-bind with empty attribute value ref: https://github.com/vuejs/vue-next/issues/1128#issuecomment-624647434 | 2020-05-07 10:32:54 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 698c8d35d5 | feat(compiler-sfc): improve sfc source map generation | 2020-05-07 01:37:34 -04:00 |  | 
			
				
					| 
							
							
								 龙腾道 | e08f6f0ede | fix(reactivity): use correct thisArg for collection method callbacks (#1132) | 2020-05-06 13:41:34 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | 8df6bc0132 | refactor: reuse parseStringStyle across compiler and runtime | 2020-05-06 11:22:49 -04:00 |  | 
			
				
					| 
							
							
								 t-zzzzzzzzz | 2d9f136077 | fix(runtime-dom/style): normalize string when merging styles (#1127) | 2020-05-06 11:14:07 -04:00 |  | 
			
				
					| 
							
							
								 susiwen8 | df4150dc4c | chore: LegacyOptions doesn't need to be exported (#1134) | 2020-05-06 11:07:11 -04:00 |  | 
			
				
					| 
							
							
								 Evan You | d66211849c | fix(compiler-sfc): should not transform external asset url with includeAbsolute: true | 2020-05-06 09:41:31 -04:00 |  | 
			
				
					| 
							
							
								 龙腾道 | 037fa07113 | fix(reactivity): fix __proto__ access on proxy objects (#1133) | 2020-05-06 09:08:44 -04:00 |  |