Evan You
24d77c25ce
perf(watch): avoid double traverse for reactive source
2023-12-31 17:29:58 +08:00
Evan You
8f85b6da44
release: v3.4.3
2023-12-30 21:34:23 +08:00
Evan You
274f6f71fc
test: test case for sfc parse options cache invalidation
2023-12-30 21:09:15 +08:00
Evan You
b8d58ec4f4
fix(compiler-sfc): respect sfc parse options in cache key
2023-12-30 20:38:58 +08:00
Evan You
b010cb9939
release: v3.4.2
2023-12-30 19:41:35 +08:00
edison
6cb00ed0f9
fix(ssr): fix hydration error for slot outlet inside transition-group ( #9937 )
...
close #9933
2023-12-30 19:01:07 +08:00
Evan You
c3fd577177
chore: fix snapshot
2023-12-30 18:57:22 +08:00
yangxiuxiu
4f703d120d
fix(runtime-core): support deep: false when watch reactive ( #9928 )
...
close #9916
---------
Co-authored-by: RicardoErii <‘1974364190@qq.com’>
Co-authored-by: Evan You <yyx990803@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-30 18:52:17 +08:00
Evan You
dce99c12df
fix(compiler-sfc): fix dev regression for dot / namespace component usage
...
close #9947
2023-12-30 18:20:14 +08:00
Evan You
63c3e621ce
test: split import usage check tests into dedicated file
2023-12-30 18:13:35 +08:00
Evan You
f787337b47
release: v3.4.1
2023-12-30 09:02:48 +08:00
Evan You
97ce041910
fix(defineModel): support local mutation when only prop but no listener is passed
2023-12-30 08:57:55 +08:00
Evan You
6fab8551e4
feat(compiler-sfc): support passing template parsing options when parsing sfc
...
- This is released in a patch because it is an relatively internal API
but required to properly fix https://github.com/vitejs/vite-plugin-vue/issues/322
- `parseExpressions` is now deprecated because it can be passed using
original template parsing options (`prefixIdentifiers`)
2023-12-30 08:44:39 +08:00
Evan You
a9be936acf
chore: dedupe deps
2023-12-30 08:44:39 +08:00
Carlos Rodrigues
4c20f502ca
chore: use relative import location instead of package ( #9941 )
2023-12-30 08:35:56 +08:00
Evan You
9bc3c7e29c
fix(defineModel): always default modifiers to empty object
...
close #9945
2023-12-30 08:26:48 +08:00
丶远方
4af85835f7
fix(types): fix defineModel watch type error ( #9942 )
...
close #9939
2023-12-30 08:22:56 +08:00
丶远方
a41c5f1f43
chore(eslint): eslint ignore .gitignore ( #9932 )
2023-12-29 12:46:02 +08:00
三咲智子 Kevin Deng
1898addc01
chore: ignore files for eslint
2023-12-29 12:45:49 +08:00
Masa-Shin
77d33e263c
fix(compat): correct enum value for COMPILER_FILTERS feature ( #9875 )
2023-12-29 12:41:21 +08:00
Evan You
0093686fcb
chore: fix jsx namespace link in 3.4 changelog [ci skip]
2023-12-29 10:55:30 +08:00
Evan You
d702b66482
release: v3.4.0
2023-12-29 10:50:32 +08:00
Evan You
75dbbb80a9
chore: split out 3.3 changelog [ci skip]
2023-12-28 16:13:05 +08:00
Evan You
d5f14ce2b0
chore: link to compile-time flag reference in docs [ci skip]
2023-12-27 13:08:44 +08:00
Evan You
ef90a99208
release: v3.4.0-rc.3
2023-12-27 10:15:44 +08:00
Evan You
9e529f8acb
chore(sfc-playground): correctly show selected version on start up
2023-12-27 10:08:26 +08:00
Evan You
9183069888
chore: apply eslint fix on commit
2023-12-26 22:13:50 +08:00
Evan You
a772031ea8
feat(defineModel): support modifiers and transformers
2023-12-26 22:13:04 +08:00
三咲智子 Kevin Deng
d7bb32f9a3
chore: ignore style commit in git blame
2023-12-26 19:42:15 +08:00
三咲智子 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>
2023-12-26 19:39:47 +08:00
Evan You
baf0b7664d
refactor(sfc-playground): default to dev mode
2023-12-26 17:57:53 +08:00
Evan You
38706e4a1e
fix: also export runtime error strings in all cjs builds
2023-12-26 16:32:53 +08:00
Evan You
8e727d62ab
chore: update new issue url in scheduler error message
2023-12-26 16:15:24 +08:00
Evan You
947aacf5ea
release: v3.4.0-rc.2
2023-12-26 15:52:53 +08:00
Evan You
cda74beceb
chore: Merge branch 'main' into minor
2023-12-26 15:45:49 +08:00
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
Evan You
5ec937723a
chore: Merge branch 'main' into minor
2023-12-24 22:50:06 +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