Evan You
|
4c88ff73b6
|
ci: build via pnpm in verify-treeshaking script
|
2023-12-26 15:39:22 +08:00 |
Evan You
|
897112abcc
|
ci: verify common treeshaking issues in CI
|
2023-12-26 15:34:40 +08:00 |
Evan You
|
73ae6adbb1
|
refactor: adjust warn method treeshaking
|
2023-12-26 15:26:29 +08:00 |
Evan You
|
25c726eca8
|
feat(compiler-sfc): export aggregated error messages for compiler-core and compiler-dom
|
2023-12-26 15:06:56 +08:00 |
Evan You
|
5fa4b65a7d
|
chore: use consistent file names for scripts
|
2023-12-26 14:59:34 +08:00 |
yangxiuxiu
|
0695c69e0d
|
fix(types): fix distribution of union types when unwrapping setup bindings (#9909)
close #9903
|
2023-12-26 11:57:50 +08:00 |
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>
|
2023-12-26 11:29:22 +08:00 |
renovate[bot]
|
176302c01e
|
chore(deps): update autofix-ci/action digest to ea32e3a (#9910)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-12-26 11:29:06 +08:00 |
Evan You
|
ee68c525f0
|
build: avoid exporting setDevTools in global prod build
|
2023-12-26 11:03:45 +08:00 |
Evan You
|
b4ebe7ae8b
|
fix(warning): ensure prod hydration warnings actually work
|
2023-12-26 10:52:45 +08:00 |
Evan You
|
9cbb27745d
|
release: v3.4.0-rc.1
|
2023-12-25 16:42:12 +08:00 |
三咲智子 Kevin Deng
|
efc32b716f
|
refactor(runtime-vapor): remove public instance
|
2023-12-25 02:51:51 +08:00 |
GaoNeng
|
3d4bc018d7
|
feat(runtime-vapor): onErrorCaptured (#71)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
|
2023-12-25 02:44:01 +08:00 |
Evan You
|
5ec937723a
|
chore: Merge branch 'main' into minor
|
2023-12-24 22:50:06 +08:00 |
Kaine
|
d3a86cf144
|
fix(runtime-vapor): fix v-show value (#70)
|
2023-12-23 15:23:34 +08:00 |
Rizumu Ayaka
|
5b3027f0a9
|
feat(runtime-vapor): `watchEffect`/`watch` and `onEffectCleanup` (#69)
|
2023-12-23 15:17:18 +08:00 |
Evan You
|
a8d0b1b38b
|
fix(compiler-sfc): fix type resolution for shared type w/ different generic parameters
close #9871
|
2023-12-23 00:44:26 +08:00 |
Evan You
|
7aa3f250f2
|
fix(compiler-core): fix parsing `<script setup>` generics with >
close #9890
|
2023-12-22 22:49:30 +08:00 |
丶远方
|
1b522cae07
|
chore(test): replace deprecated `SpyInstance` import with the latest `MockInstance` (#9889)
|
2023-12-22 21:55:43 +08:00 |
agoni1212
|
e7135f7100
|
chore: fix mismatching tag in hydration test (#9888)
|
2023-12-22 21:55:11 +08:00 |
renovate[bot]
|
a03514e994
|
chore(deps): update lint (#9860)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-12-22 21:51:56 +08:00 |
Dan Rose
|
eb6f1e10d8
|
chore: correct `@antfu/ni` package name in contributing guide (#9892) [ci skip]
|
2023-12-22 21:51:32 +08:00 |
renovate[bot]
|
9fa82414eb
|
chore(deps): update test (#9859)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-12-20 10:52:16 +08:00 |
Evan You
|
e585b0db43
|
fix(ssr): avoid hydration mismatch warning for classes with different order
|
2023-12-20 10:48:01 +08:00 |
renovate[bot]
|
e01bb5bdaf
|
chore(deps): update compiler to ^7.23.6 (#9858)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-12-20 10:38:35 +08:00 |
renovate[bot]
|
f65846c0d4
|
chore(deps): update all non-major dependencies (#9857)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-12-20 10:38:20 +08:00 |
Evan You
|
048dffd7ee
|
release: v3.4.0-beta.4
|
2023-12-19 18:23:57 +08:00 |
Evan You
|
42e0711381
|
chore: remove merge leftover
|
2023-12-19 18:20:39 +08:00 |
Evan You
|
95f6fffea2
|
chore: Merge branch 'main' into minor
|
2023-12-19 18:16:16 +08:00 |
Evan You
|
7c49a9c4d8
|
release: v3.3.13
|
2023-12-19 18:12:48 +08:00 |
Evan You
|
e8448b018d
|
fix(ssr): fix hydration prop mismatch check for class on SVG elements
|
2023-12-19 18:09:42 +08:00 |
Evan You
|
8f339ea144
|
chore: reuse descriptor ast in compileScript inlineTemplate mode by default
|
2023-12-19 18:06:04 +08:00 |
edison
|
eb51b23d85
|
fix(compile-sfc): fix identifier prefixing edge case caused by reused AST (#9867)
close #9853
close #9863
|
2023-12-19 18:04:36 +08:00 |
白雾三语
|
bae79ddf85
|
fix(compiler-core): fix v-on with modifiers on inline expression of undefined (#9866)
close #9865
improve isMemberExpression check for undefined
|
2023-12-19 17:08:46 +08:00 |
Eduardo San Martin Morote
|
24b1c1dd57
|
fix(types): extract properties from extended collections (#9854)
close #9852
|
2023-12-19 17:05:29 +08:00 |
AlanYu
|
1d79b64ebc
|
feat(runtime-core): throw real error when scheduler detects infinite loop during dev (#7447)
close #7437
|
2023-12-19 16:59:47 +08:00 |
Thorsten Lünborg
|
04d2c05054
|
fix(runtime-dom): cache event handlers by key/modifiers (#9851)
close #9849
|
2023-12-16 21:54:37 +08:00 |
三咲智子 Kevin Deng
|
597eae423b
|
Merge remote-tracking branch 'upstream/minor'
|
2023-12-16 16:12:55 +08:00 |
Evan You
|
317b783a53
|
release: v3.4.0-beta.3
|
2023-12-16 14:41:29 +08:00 |
Evan You
|
9f64d2b681
|
chore: Merge branch 'main' into minor
|
2023-12-16 14:37:21 +08:00 |
Evan You
|
4e7967f016
|
release: v3.3.12
|
2023-12-16 14:23:40 +08:00 |
Evan You
|
d0b849ac39
|
test(types): add test for ref/shallowRef generic casting
|
2023-12-16 13:46:11 +08:00 |
丶远方
|
9a571582b5
|
fix(types): fix `shallowRef` type error (#9839)
|
2023-12-16 13:45:01 +08:00 |
edison
|
eb12f211b8
|
fix(defineModel): ensure trigger effect when prop changed (#9841)
close #9838
|
2023-12-16 12:15:30 +08:00 |
edison
|
e70f4c47c5
|
fix(hydration): handle appear transition before patch props (#9837)
close #9832
|
2023-12-16 11:55:40 +08:00 |
Cédric Exbrayat
|
4070502bd0
|
test(runtime-core): uncomment assertion in hydration test (#9843)
|
2023-12-15 23:07:45 +08:00 |
Cédric Exbrayat
|
7bc3c9e205
|
fix(compiler-core): vnode hooks error message (#9842)
|
2023-12-15 23:07:15 +08:00 |
Evan You
|
f0f6f7cea6
|
fix(Suspense): fix edge case of Suspense being patched during async HOC child remount
|
2023-12-15 11:39:50 +08:00 |
丶远方
|
0a387dfb1d
|
fix(sfc/cssVars): fix loss of CSS v-bind variables when setting inline style with string value (#9824)
close #9821
|
2023-12-15 09:56:01 +08:00 |
GaoNeng
|
9d3abcf24b
|
feat(runtime-vapor): mounted & unmounted hook (#46)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
|
2023-12-15 01:47:56 +08:00 |