Evan You
|
8485cd4843
|
fix: handle case of ref declaration without initial value
|
2020-10-30 15:29:38 -04:00 |
|
Evan You
|
ed2eb81317
|
refactor(compiler-sfc): always parse explicit script setup signature
|
2020-10-30 12:03:14 -04:00 |
|
Evan You
|
941b645d58
|
refactor(compiler-sfc): improve compileScript error messages
|
2020-10-30 11:52:46 -04:00 |
|
Evan You
|
556560fae3
|
feat(compiler-sfc): new script setup implementation
- now exposes all top level bindings to template
- support `ref:` syntax sugar
|
2020-10-29 15:03:39 -04:00 |
|
Evan You
|
8e20375372
|
fix(types): ensure correct type for toRef and toRefs on existing refs
|
2020-10-27 18:50:34 -04:00 |
|
Evan You
|
9c23ddf9c5
|
fix(hmr): fix updates for imported but not yet rendered components
|
2020-10-26 17:52:27 -04:00 |
|
Evan You
|
118502a4b8
|
chore: comments [ci skip]
|
2020-10-23 14:37:09 -04:00 |
|
Evan You
|
51e43e0799
|
fix(runtime-core): components with static props and slots should not be force updated
|
2020-10-22 17:50:05 -04:00 |
|
Evan You
|
f2d03a59c6
|
release: v3.0.2
|
2020-10-20 16:24:12 -04:00 |
|
Carlos Rodrigues
|
1f2a652a9d
|
fix(types): h support for resolveComponent (#2402)
close #2357
|
2020-10-20 15:56:29 -04:00 |
|
HcySunYang
|
fff62e2ee8
|
fix(runtime-core): non-stable Fragment should always unmount its children (#2445)
fix #2444
|
2020-10-20 14:59:55 -04:00 |
|
Evan You
|
0227b4a697
|
fix(suspense): fix suspense nested child updates in template mode
fix #2214
|
2020-10-20 12:28:02 -04:00 |
|
Hunter
|
128ec460ec
|
fix(v-model): built in modifiers support on component (#2348)
close #2326
|
2020-10-20 09:59:27 -04:00 |
|
Evan You
|
4bbb2b2ee6
|
fix(runtime-core): fix component .once listener logic
|
2020-10-20 09:50:18 -04:00 |
|
Hunter
|
6d2a1cb64d
|
fix(compiler-core): fix multiline member expression check (#2436)
fix #2426
|
2020-10-20 09:31:08 -04:00 |
|
ShaoDamao
|
288c764e52
|
chore(runtime-core): fix typo (#2442)
Co-authored-by: shaoziwei <ziwei.shao@cloudchef.io>
|
2020-10-20 08:51:05 +02:00 |
|
Hunter
|
111d04f119
|
fix(runtime-core): prevent self-injection (#2424)
fix #2400
|
2020-10-19 20:45:48 -04:00 |
|
Eduardo San Martin Morote
|
314ab2c7c5
|
fix(compiler): stringify values on v-text (#2432)
fix #2430
|
2020-10-19 18:12:09 -04:00 |
|
被雨水过滤的空气
|
edd49dcab4
|
fix(runtime-core): avoid mutating EMPTY_ARR when setting dev root (#2419)
also freeze EMPTY_ARR in dev
fix #2413
|
2020-10-19 18:08:54 -04:00 |
|
neverland
|
e894caf731
|
types(tsx): svg xmlns attribute typing (#2344)
|
2020-10-19 17:40:21 -04:00 |
|
Evan You
|
0e5a3c47a7
|
fix(reactivity): track length on for in iteration on Array
fix #2427
|
2020-10-19 17:37:35 -04:00 |
|
Carlos Rodrigues
|
d9ad45ad6c
|
types(defineComponent): fix optional Boolean prop types (#2401)
fix #2338
|
2020-10-19 17:25:55 -04:00 |
|
ᴜɴвʏтᴇ
|
052a621762
|
feat(compile-core): handle falsy dynamic args for v-on and v-bind (#2393)
fix #2388
|
2020-10-19 17:15:53 -04:00 |
|
龙腾道
|
ba881f9190
|
fix(runtime-core): avoid object prototype keys in property access cache (#2416)
|
2020-10-19 17:11:28 -04:00 |
|
Evan You
|
f17f0ddf68
|
release: v3.0.1
|
2020-10-15 12:37:21 -04:00 |
|
Evan You
|
9664267793
|
chore: fix missed type guard from dbc29c32
|
2020-10-15 12:10:25 -04:00 |
|
Evan You
|
dbc29c32e3
|
build(deps): bump @babel/types from 7.11.5 to 7.12.0
|
2020-10-15 12:02:20 -04:00 |
|
Evan You
|
3aabd59de1
|
build(deps): bump postcss-selector-parser from 6.0.2 to 6.0.4
|
2020-10-15 11:52:30 -04:00 |
|
underfin
|
e78915a740
|
fix(hmr): full diff props for non-sfc component (#2359)
close #https://github.com/vitejs/vite/issues/872
|
2020-10-15 11:05:12 -04:00 |
|
Hunter
|
962af85220
|
test(runtime-core): inject from closest ancestor (#2329)
|
2020-10-13 16:31:13 -04:00 |
|
ᴜɴвʏтᴇ
|
6df3675548
|
test(runtime-core): improve test for #2295 (#2309)
|
2020-10-13 16:29:23 -04: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 |
|
Pick
|
6a554feb13
|
perf(runtime-dom/vModel): remove looseHas if model is Set (#2236)
|
2020-10-13 16:20:05 -04:00 |
|
Lory Lee
|
6b8cf998c4
|
chore: add missing space in warning message (#2266) [ci skip]
|
2020-10-13 16:18:22 -04:00 |
|
edison
|
af1f5d33aa
|
refactor(reactivity): remove keyIsSymbol (#2262)
|
2020-10-13 16:17:52 -04:00 |
|
Pick
|
9b34f915ab
|
refactor(runtime-core): simplify deep watch traverse (#2212)
|
2020-10-13 16:06:36 -04:00 |
|
meteorlxy
|
e2c9ab1991
|
test(compiler-core): more test cases for baseParse (#2211)
|
2020-10-13 16:03:33 -04:00 |
|
Pick
|
e4a5387435
|
refactor(runtime-core): refactor watch typing (#2191)
|
2020-10-13 15:45:17 -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 |
|
izayl
|
bac4d22614
|
chore: add magic number comment (#2198) [ci skip]
|
2020-10-13 15:33:16 -04:00 |
|
Yang Mingshan
|
7cc09ca8a5
|
fix(reactivity): use resetTracking instead of enableTracking (#2174)
|
2020-10-13 15:32:46 -04:00 |
|
Ben Sheedy
|
aa2b4f4873
|
chore: heading for npm readme (#2158) [ci skip]
|
2020-10-13 15:30:56 -04:00 |
|
edison
|
1cc8cd60a1
|
test(runtime-core): show warn when create with invalid type (#2128)
|
2020-10-13 15:27:21 -04:00 |
|
ᴜɴвʏтᴇ
|
692197be33
|
fix(compiler-core): fix v-if key injection with v-on object syntax (#2368)
fix #2366
|
2020-10-13 12:04:52 -04:00 |
|
Evan You
|
6ba7ba47d5
|
feat: custom formatters
|
2020-10-13 11:50:24 -04:00 |
|
Evan You
|
2ae3b26679
|
fix(teleport): proper children traversal when teleport is block root
fix #2324
|
2020-10-10 16:07:30 -04:00 |
|
Evan You
|
b0931dcaba
|
fix(teleport): should only force remove teleport when not disabled
fix #2323
|
2020-10-09 09:08:59 -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 |
|