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 |
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 |