三咲智子 Kevin Deng
|
bfe6b459d3
|
style: update format & lint config (#9162)
Co-authored-by: 丶远方 <yangpanteng@gmail.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Co-authored-by: Guo Xingjun <99574369+Plumbiu@users.noreply.github.com>
|
2 years ago |
Evan You
|
baf0b7664d
|
refactor(sfc-playground): default to dev mode
|
2 years ago |
Evan You
|
38706e4a1e
|
fix: also export runtime error strings in all cjs builds
|
2 years ago |
Evan You
|
8e727d62ab
|
chore: update new issue url in scheduler error message
|
2 years ago |
Evan You
|
947aacf5ea
|
release: v3.4.0-rc.2
|
2 years ago |
Evan You
|
73ae6adbb1
|
refactor: adjust warn method treeshaking
|
2 years ago |
Evan You
|
25c726eca8
|
feat(compiler-sfc): export aggregated error messages for compiler-core and compiler-dom
|
2 years ago |
yangxiuxiu
|
0695c69e0d
|
fix(types): fix distribution of union types when unwrapping setup bindings (#9909)
close #9903
|
2 years ago |
renovate[bot]
|
f96c413e8e
|
fix(deps): update dependency @vue/repl to ^3.1.0 (#9911)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2 years ago |
Evan You
|
ee68c525f0
|
build: avoid exporting setDevTools in global prod build
|
2 years ago |
Evan You
|
b4ebe7ae8b
|
fix(warning): ensure prod hydration warnings actually work
|
2 years ago |
Evan You
|
9cbb27745d
|
release: v3.4.0-rc.1
|
2 years ago |
Evan You
|
a8d0b1b38b
|
fix(compiler-sfc): fix type resolution for shared type w/ different generic parameters
close #9871
|
2 years ago |
Evan You
|
7aa3f250f2
|
fix(compiler-core): fix parsing `<script setup>` generics with >
close #9890
|
2 years ago |
丶远方
|
1b522cae07
|
chore(test): replace deprecated `SpyInstance` import with the latest `MockInstance` (#9889)
|
2 years ago |
agoni1212
|
e7135f7100
|
chore: fix mismatching tag in hydration test (#9888)
|
2 years ago |
Evan You
|
e585b0db43
|
fix(ssr): avoid hydration mismatch warning for classes with different order
|
2 years ago |
renovate[bot]
|
e01bb5bdaf
|
chore(deps): update compiler to ^7.23.6 (#9858)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2 years ago |
Evan You
|
048dffd7ee
|
release: v3.4.0-beta.4
|
2 years ago |
Evan You
|
42e0711381
|
chore: remove merge leftover
|
2 years ago |
Evan You
|
7c49a9c4d8
|
release: v3.3.13
|
2 years ago |
Evan You
|
e8448b018d
|
fix(ssr): fix hydration prop mismatch check for class on SVG elements
|
2 years ago |
Evan You
|
8f339ea144
|
chore: reuse descriptor ast in compileScript inlineTemplate mode by default
|
2 years ago |
edison
|
eb51b23d85
|
fix(compile-sfc): fix identifier prefixing edge case caused by reused AST (#9867)
close #9853
close #9863
|
2 years ago |
白雾三语
|
bae79ddf85
|
fix(compiler-core): fix v-on with modifiers on inline expression of undefined (#9866)
close #9865
improve isMemberExpression check for undefined
|
2 years ago |
Eduardo San Martin Morote
|
24b1c1dd57
|
fix(types): extract properties from extended collections (#9854)
close #9852
|
2 years ago |
AlanYu
|
1d79b64ebc
|
feat(runtime-core): throw real error when scheduler detects infinite loop during dev (#7447)
close #7437
|
2 years ago |
Thorsten Lünborg
|
04d2c05054
|
fix(runtime-dom): cache event handlers by key/modifiers (#9851)
close #9849
|
2 years ago |
Evan You
|
317b783a53
|
release: v3.4.0-beta.3
|
2 years ago |
Evan You
|
4e7967f016
|
release: v3.3.12
|
2 years ago |
Evan You
|
d0b849ac39
|
test(types): add test for ref/shallowRef generic casting
|
2 years ago |
丶远方
|
9a571582b5
|
fix(types): fix `shallowRef` type error (#9839)
|
2 years ago |
edison
|
eb12f211b8
|
fix(defineModel): ensure trigger effect when prop changed (#9841)
close #9838
|
2 years ago |
edison
|
e70f4c47c5
|
fix(hydration): handle appear transition before patch props (#9837)
close #9832
|
2 years ago |
Cédric Exbrayat
|
4070502bd0
|
test(runtime-core): uncomment assertion in hydration test (#9843)
|
2 years ago |
Cédric Exbrayat
|
7bc3c9e205
|
fix(compiler-core): vnode hooks error message (#9842)
|
2 years ago |
Evan You
|
f0f6f7cea6
|
fix(Suspense): fix edge case of Suspense being patched during async HOC child remount
|
2 years ago |
丶远方
|
0a387dfb1d
|
fix(sfc/cssVars): fix loss of CSS v-bind variables when setting inline style with string value (#9824)
close #9821
|
2 years ago |
Divyansh Singh
|
ebd78d2c99
|
fix(mathml): update known mathML tags (#9829)
|
2 years ago |
Evan You
|
c51ab4c765
|
release: v3.4.0-beta.2
|
2 years ago |
Evan You
|
92b8d9cef6
|
feat(types): remove default jsx global registration
BREAKING CHANGE: Vue no longer registers the global `JSX` namespace by
default.
|
2 years ago |
Evan You
|
e00b160435
|
release: v3.4.0-beta.1
|
2 years ago |
Evan You
|
69a2acc6ea
|
fix(runtime-core): properly pop warning context when mounting components with async setup
|
2 years ago |
Evan You
|
0db336ff6c
|
fix(Suspense): properly fix #6416
previous fix caused regressions in nuxt
|
2 years ago |
Evan You
|
33159a5916
|
fix(hydration): should not warn mismatch for nullish prop
|
2 years ago |
Evan You
|
0b6effb423
|
chore: preserve error code enum order
|
2 years ago |
Evan You
|
aa0c13f637
|
fix(Suspense): handle switching away from kept-alive component before resolve
close #6416
using test from #6467
|
2 years ago |
Evan You
|
96aeb24d66
|
chore: remove unnecessary statements
|
2 years ago |
Evan You
|
85c804092f
|
chore(sfc-playground): use dev mode by default
|
2 years ago |
丶远方
|
20ad475718
|
workflow(sfc-playground): add reload function (#8674)
|
2 years ago |