Evan You
e077e6f5f3
workflow: disable threads during tests
3 years ago
Evan You
1487d81160
chore: define compile time flags during size check
3 years ago
Evan You
3a6f5eb0f7
fix(build): ensure BaseTransition functions can be tree-shaken
3 years ago
Evan You
c1cbb747b5
chore: fix types
3 years ago
Evan You
45984d559f
release: v3.2.47
3 years ago
Evan You
29f8cf8b07
release: v3.2.46
3 years ago
三咲智子 Kevin Deng
a0a010ddc9
fix(types): optional boolean props should have boolean type in return type of defineProps ( #7619 )
close #7116
fix #5847
fix #7487
3 years ago
edison
30399d46b1
fix(compiler-sfc): support resolving type declaration from normal script ( #5831 )
fix #5830
3 years ago
李想
1fde49c0f5
fix(runtime-core): fix keep-alive cache prune logic on vnodes with same type but different keys ( #7510 )
fix #7355
3 years ago
Evan You
f19f803ea8
chore: fix jest reference in merged test case
3 years ago
René Koller
efe2efd210
fix(compat): fix custom transition classes in compat mode ( #7435 )
fix #6253
3 years ago
Anthony Fu
e64c9ae957
fix(reactivity): `triggerRef` working with `toRef` from reactive ( #7507 )
* fix(reactivity): `triggerRef` working with `toRef` from reactive
* chore: refactor
3 years ago
Anthony Fu
5f1883ec53
fix(types): accept sync `serverPrefetch()` ( #7000 )
3 years ago
三咲智子 Kevin Deng
734b06a124
test: fix await patch prop case ( #7600 )
3 years ago
Evan You
957722c418
fix(build): ensure type exports is first
3 years ago
Evan You
a1b3057c4d
test: configure test hooks sequence order, remove workaround
3 years ago
Evan You
28b95daa70
workflow: complete migration from jest to vitest
3 years ago
Evan You
158db33611
wip(vitest-migration): all tests passing
3 years ago
Evan You
4ee0dad0fe
wip(vitest-migration): runtime-dom tests passing + use environmentMatchGlobs
3 years ago
Evan You
a6be280fc3
chore: only wrap during tests
3 years ago
Evan You
7e8f175db7
wip(vitest-migration): runtime-core tests passing
3 years ago
Evan You
e478755c7d
wip(vitest-migration): compat tests passing
3 years ago
Evan You
dca4224c2c
wip(vitest-migration): compiler-ssr tests passing
3 years ago
Evan You
0cd2213e6b
wip(vitest-migration): compiler-sfc tests passing
3 years ago
Evan You
8599242bb4
wip(vitest-migration): compiler-dom tests passing
3 years ago
Evan You
5804406fac
wip(vitest-migration): compiler-core tests passing
3 years ago
Evan You
f0d78e8c8f
wip(vitest-migration): ssr tests passing
3 years ago
Evan You
3db69af53d
wip(vitest-migration): shared tests passing
3 years ago
Evan You
8867bb259a
wip(vitest-migration): reactivity tests passing
3 years ago
Evan You
ab45f6f8a2
build: update build scripts to esm
3 years ago
Evan You
ec4531a6b3
chore: bump vite and esbuild
3 years ago
白雾三语
bef85e7975
fix(shared): `feDistanceLight` changed to `feDistantLight` ( #7540 )
close https://github.com/vuejs/core/issues/7535
3 years ago
Anthony Fu
4a16b204be
chore: run format
3 years ago
skirtle
4902354925
dx(runtime-core): warn when expose() is misused ( #7221 )
3 years ago
魏
13dc28aeff
refactor(reactivity): hasOwnProperty add this parameter ( #7233 )
hasOwnProperty adds this parameter and delete @ts-ignore
3 years ago
Thorsten Lünborg
cd7c887b75
fix(reactivity): ensure watch(Effect) can run independent of unmounted instance if created in a detatched effectScope ( fix #7319 ) ( #7330 )
* fix(reactivity): ensure watch(Effect) can run independent of unmounted instance if created in a detatched effectScope
* test: use separate counters for each watcher to make test more robust
3 years ago
魏
8731852919
test(reactivity): Using toRaw on a raw Array ( #7354 )
3 years ago
yurj26
b7cfa6f539
fix(runtime-dom): style update error when component use shorthand properties ( #7425 )
* fix(runtime-dom): style update error when component use shorthand properties
* test(runtime-dom): style update with shorthand properties
3 years ago
Julien Huang
686c829fec
fix(compiler-sfc): allow declaring variables after defineProps ( #7461 )
* fix(compiler-sfc): allow declaring variables after defineProps
* test(compiler-sfc): test defineProps in multiple variable declaration
3 years ago
Yue Yang
1fa3d95730
fix(types): add or update referrerpolicy ( #7199 )
3 years ago
白雾三语
c6e5bda27d
fix(customElement): customElement can emit event ( #7296 )
close https://github.com/vuejs/core/issues/7293
3 years ago
白雾三语
620327d527
fix(runtime-core): ensure prop type validation warning shows custom class names ( #7198 )
* fix(runtime-core):
* fix(runtime-core): update
* fix(runtime-core): update reg
* test(runtime-core): add test case for warnings about prop type mismatches
Co-authored-by: Thorsten Luenborg <t.luenborg@googlemail.com>
3 years ago
Evan You
2913bbfdee
chore: add script notes for SFC playgound [ci skip]
3 years ago
CHOYSEN
80a4c3000f
chore(sfc-playground): add README to link to its website ( #6346 ) [ci skip]
3 years ago
Evan You
f0645a9b2f
chore: remove yarn reference
close #6709
3 years ago
Evan You
9d5e30d911
build: bump jest, puppeteer and use official rollup terser plugin
3 years ago
Evan You
b55846f05c
fix(shared): toNumber should only coerce strings
3 years ago
翠 / green
eb2a83283c
fix(types): allow assigning wider SetupContext type ( #2818 )
fix #2362
3 years ago
Evan You
588bd44f03
fix(reactivity): track hasOwnProperty
fix #2619
close #2621
3 years ago
Evan You
ce363e55a8
chore: fix assertNumber for undefined value
3 years ago