]>
git.ipfire.org Git - thirdparty/vuejs/core.git/log
三咲智子 Kevin Deng [Thu, 4 Jan 2024 08:25:58 +0000 (16:25 +0800)]
Merge remote-tracking branch 'upstream/main'
Evan You [Thu, 4 Jan 2024 07:57:54 +0000 (15:57 +0800)]
fix(compiler-sfc): fix sfc template unref rewrite for class instantiation
close #6483
close #6491
三咲智子 Kevin Deng [Thu, 4 Jan 2024 07:54:48 +0000 (15:54 +0800)]
chore: disallow console statement (#9986)
Evan You [Thu, 4 Jan 2024 07:45:35 +0000 (15:45 +0800)]
chore: remove log
Daniel Roe [Thu, 4 Jan 2024 03:24:17 +0000 (03:24 +0000)]
build: add production/development export conditions (#9977)
edison [Thu, 4 Jan 2024 02:52:09 +0000 (10:52 +0800)]
fix(compiler-ssr): fix node clone edge case caused by AST reuse (#9983)
close #9981
Yang Mingshan [Thu, 4 Jan 2024 02:36:13 +0000 (10:36 +0800)]
fix(watch): cleanup watcher effect from scope when manually stopped (#9978)
Rizumu Ayaka [Wed, 3 Jan 2024 12:22:30 +0000 (20:22 +0800)]
chore: update readme, add codes copied list
Evan You [Wed, 3 Jan 2024 10:40:28 +0000 (18:40 +0800)]
release: v3.4.4
丶远方 [Wed, 3 Jan 2024 10:18:45 +0000 (18:18 +0800)]
chore(apiWatch): constraint deep passes boolean (#9952)
skirtle [Wed, 3 Jan 2024 10:18:35 +0000 (10:18 +0000)]
fix(defineModel): support kebab-case/camelCase mismatches (#9950)
Yang Mingshan [Wed, 3 Jan 2024 10:09:53 +0000 (18:09 +0800)]
fix(watch): remove instance unmounted short circuit in getter of `watchEffect` (#9948)
renovate[bot] [Wed, 3 Jan 2024 09:46:24 +0000 (17:46 +0800)]
chore(deps): update lint (#9963)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Evan You [Wed, 3 Jan 2024 09:45:57 +0000 (17:45 +0800)]
fix(compiler-sfc): fix scss source map regression
close #9970
close #9969
edison [Wed, 3 Jan 2024 09:43:08 +0000 (17:43 +0800)]
fix(ssr): avoid rendering transition-group slot content as a fragment (#9961)
close #9933
renovate[bot] [Wed, 3 Jan 2024 09:41:10 +0000 (17:41 +0800)]
chore(deps): update test to ^1.1.1 (#9962)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Wed, 3 Jan 2024 09:35:34 +0000 (17:35 +0800)]
chore(deps): update dependency postcss-selector-parser to ^6.0.15 (#9960)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Wed, 3 Jan 2024 09:35:15 +0000 (17:35 +0800)]
chore(deps): update all non-major dependencies (#9959)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Evan You [Wed, 3 Jan 2024 09:25:24 +0000 (17:25 +0800)]
fix(watch): revert watch behavior when watching shallow reactive objects
close #9965
yangxiuxiu [Wed, 3 Jan 2024 09:22:06 +0000 (17:22 +0800)]
fix(runtime-core): correctly assign suspenseId to avoid conflicts with the default id (#9966)
close #9944
SerKo [Wed, 3 Jan 2024 08:54:47 +0000 (16:54 +0800)]
workflow(sfc-playground): init custom formatter when selecting new version (#9958)
close #9957
Evan You [Tue, 2 Jan 2024 02:55:10 +0000 (10:55 +0800)]
fix(compiler-sfc): use compilerOptions when re-parsing consumed AST
fixes hydration error for custom elements
Evan You [Tue, 2 Jan 2024 02:54:13 +0000 (10:54 +0800)]
chore: bump repl version
三咲智子 Kevin Deng [Sun, 31 Dec 2023 10:51:34 +0000 (18:51 +0800)]
Merge remote-tracking branch 'upstream/minor'
Evan You [Sun, 31 Dec 2023 09:29:58 +0000 (17:29 +0800)]
perf(watch): avoid double traverse for reactive source
Evan You [Sat, 30 Dec 2023 13:34:23 +0000 (21:34 +0800)]
release: v3.4.3
Evan You [Sat, 30 Dec 2023 13:09:15 +0000 (21:09 +0800)]
test: test case for sfc parse options cache invalidation
Evan You [Sat, 30 Dec 2023 12:38:58 +0000 (20:38 +0800)]
fix(compiler-sfc): respect sfc parse options in cache key
Evan You [Sat, 30 Dec 2023 11:41:35 +0000 (19:41 +0800)]
release: v3.4.2
edison [Sat, 30 Dec 2023 11:01:07 +0000 (19:01 +0800)]
fix(ssr): fix hydration error for slot outlet inside transition-group (#9937)
close #9933
Evan You [Sat, 30 Dec 2023 10:57:22 +0000 (18:57 +0800)]
chore: fix snapshot
yangxiuxiu [Sat, 30 Dec 2023 10:52:17 +0000 (18:52 +0800)]
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>
Evan You [Sat, 30 Dec 2023 10:20:04 +0000 (18:20 +0800)]
fix(compiler-sfc): fix dev regression for dot / namespace component usage
close #9947
Evan You [Sat, 30 Dec 2023 10:13:15 +0000 (18:13 +0800)]
test: split import usage check tests into dedicated file
Evan You [Sat, 30 Dec 2023 01:02:48 +0000 (09:02 +0800)]
release: v3.4.1
Evan You [Sat, 30 Dec 2023 00:57:55 +0000 (08:57 +0800)]
fix(defineModel): support local mutation when only prop but no listener is passed
Evan You [Sat, 30 Dec 2023 00:42:43 +0000 (08:42 +0800)]
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`)
Evan You [Sat, 30 Dec 2023 00:32:40 +0000 (08:32 +0800)]
chore: dedupe deps
Carlos Rodrigues [Sat, 30 Dec 2023 00:35:56 +0000 (00:35 +0000)]
chore: use relative import location instead of package (#9941)
Evan You [Sat, 30 Dec 2023 00:26:48 +0000 (08:26 +0800)]
fix(defineModel): always default modifiers to empty object
close #9945
丶远方 [Sat, 30 Dec 2023 00:22:56 +0000 (08:22 +0800)]
fix(types): fix defineModel watch type error (#9942)
close #9939
Rizumu Ayaka [Fri, 29 Dec 2023 14:11:33 +0000 (22:11 +0800)]
style: fix format in vapor
Rizumu Ayaka [Fri, 29 Dec 2023 14:05:33 +0000 (22:05 +0800)]
style: fix lint errors in vapor
Rizumu Ayaka [Fri, 29 Dec 2023 13:03:21 +0000 (21:03 +0800)]
Merge remote-tracking branch 'upstream/minor'
丶远方 [Fri, 29 Dec 2023 04:42:37 +0000 (12:42 +0800)]
chore(eslint): eslint ignore .gitignore (#9932)
三咲智子 Kevin Deng [Thu, 28 Dec 2023 16:41:22 +0000 (00:41 +0800)]
chore: ignore files for eslint
Masa-Shin [Fri, 29 Dec 2023 04:41:21 +0000 (13:41 +0900)]
fix(compat): correct enum value for COMPILER_FILTERS feature (#9875)
Evan You [Fri, 29 Dec 2023 02:55:30 +0000 (10:55 +0800)]
chore: fix jsx namespace link in 3.4 changelog [ci skip]
Evan You [Fri, 29 Dec 2023 02:50:32 +0000 (10:50 +0800)]
release: v3.4.0
Evan You [Thu, 28 Dec 2023 08:13:05 +0000 (16:13 +0800)]
chore: split out 3.3 changelog [ci skip]
Evan You [Wed, 27 Dec 2023 05:08:44 +0000 (13:08 +0800)]
chore: link to compile-time flag reference in docs [ci skip]
Evan You [Wed, 27 Dec 2023 02:15:44 +0000 (10:15 +0800)]
release: v3.4.0-rc.3
Evan You [Wed, 27 Dec 2023 02:08:26 +0000 (10:08 +0800)]
chore(sfc-playground): correctly show selected version on start up
三咲智子 Kevin Deng [Tue, 26 Dec 2023 15:48:45 +0000 (23:48 +0800)]
chore: remove unused
三咲智子 Kevin Deng [Tue, 26 Dec 2023 15:45:32 +0000 (23:45 +0800)]
Merge remote-tracking branch 'upstream/minor'
Evan You [Tue, 26 Dec 2023 14:13:50 +0000 (22:13 +0800)]
chore: apply eslint fix on commit
Evan You [Tue, 26 Dec 2023 14:13:04 +0000 (22:13 +0800)]
feat(defineModel): support modifiers and transformers
三咲智子 Kevin Deng [Tue, 26 Dec 2023 11:42:15 +0000 (19:42 +0800)]
chore: ignore style commit in git blame
三咲智子 Kevin Deng [Tue, 26 Dec 2023 11:39:47 +0000 (19:39 +0800)]
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>
Evan You [Tue, 26 Dec 2023 09:57:18 +0000 (17:57 +0800)]
refactor(sfc-playground): default to dev mode
Evan You [Tue, 26 Dec 2023 08:32:53 +0000 (16:32 +0800)]
fix: also export runtime error strings in all cjs builds
Evan You [Tue, 26 Dec 2023 08:15:24 +0000 (16:15 +0800)]
chore: update new issue url in scheduler error message
Evan You [Tue, 26 Dec 2023 07:52:53 +0000 (15:52 +0800)]
release: v3.4.0-rc.2
Evan You [Tue, 26 Dec 2023 07:45:49 +0000 (15:45 +0800)]
chore: Merge branch 'main' into minor
Evan You [Tue, 26 Dec 2023 07:39:22 +0000 (15:39 +0800)]
ci: build via pnpm in verify-treeshaking script
Evan You [Tue, 26 Dec 2023 07:34:40 +0000 (15:34 +0800)]
ci: verify common treeshaking issues in CI
Evan You [Tue, 26 Dec 2023 07:26:29 +0000 (15:26 +0800)]
refactor: adjust warn method treeshaking
Evan You [Tue, 26 Dec 2023 07:06:56 +0000 (15:06 +0800)]
feat(compiler-sfc): export aggregated error messages for compiler-core and compiler-dom
Evan You [Tue, 26 Dec 2023 06:59:34 +0000 (14:59 +0800)]
chore: use consistent file names for scripts
yangxiuxiu [Tue, 26 Dec 2023 03:57:50 +0000 (11:57 +0800)]
fix(types): fix distribution of union types when unwrapping setup bindings (#9909)
close #9903
renovate[bot] [Tue, 26 Dec 2023 03:29:22 +0000 (11:29 +0800)]
fix(deps): update dependency @vue/repl to ^3.1.0 (#9911)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Tue, 26 Dec 2023 03:29:06 +0000 (11:29 +0800)]
chore(deps): update autofix-ci/action digest to
ea32e3a (#9910)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Evan You [Tue, 26 Dec 2023 03:03:45 +0000 (11:03 +0800)]
build: avoid exporting setDevTools in global prod build
Evan You [Tue, 26 Dec 2023 02:52:45 +0000 (10:52 +0800)]
fix(warning): ensure prod hydration warnings actually work
Evan You [Mon, 25 Dec 2023 08:42:12 +0000 (16:42 +0800)]
release: v3.4.0-rc.1
三咲智子 Kevin Deng [Sun, 24 Dec 2023 18:40:31 +0000 (02:40 +0800)]
refactor(runtime-vapor): remove public instance
GaoNeng [Sun, 24 Dec 2023 18:44:01 +0000 (02:44 +0800)]
feat(runtime-vapor): onErrorCaptured (#71)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Evan You [Sun, 24 Dec 2023 14:50:06 +0000 (22:50 +0800)]
chore: Merge branch 'main' into minor
Kaine [Sat, 23 Dec 2023 07:23:34 +0000 (15:23 +0800)]
fix(runtime-vapor): fix v-show value (#70)
Rizumu Ayaka [Sat, 23 Dec 2023 07:17:18 +0000 (15:17 +0800)]
feat(runtime-vapor): `watchEffect`/`watch` and `onEffectCleanup` (#69)
Evan You [Fri, 22 Dec 2023 16:43:22 +0000 (00:43 +0800)]
fix(compiler-sfc): fix type resolution for shared type w/ different generic parameters
close #9871
Evan You [Fri, 22 Dec 2023 14:49:03 +0000 (22:49 +0800)]
fix(compiler-core): fix parsing `<script setup>` generics with >
close #9890
丶远方 [Fri, 22 Dec 2023 13:55:43 +0000 (21:55 +0800)]
chore(test): replace deprecated `SpyInstance` import with the latest `MockInstance` (#9889)
agoni1212 [Fri, 22 Dec 2023 13:55:11 +0000 (21:55 +0800)]
chore: fix mismatching tag in hydration test (#9888)
renovate[bot] [Fri, 22 Dec 2023 13:51:56 +0000 (21:51 +0800)]
chore(deps): update lint (#9860)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Dan Rose [Fri, 22 Dec 2023 13:51:32 +0000 (07:51 -0600)]
chore: correct `@antfu/ni` package name in contributing guide (#9892) [ci skip]
renovate[bot] [Wed, 20 Dec 2023 02:52:16 +0000 (10:52 +0800)]
chore(deps): update test (#9859)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Evan You [Wed, 20 Dec 2023 02:48:01 +0000 (10:48 +0800)]
fix(ssr): avoid hydration mismatch warning for classes with different order
renovate[bot] [Wed, 20 Dec 2023 02:38:35 +0000 (10:38 +0800)]
chore(deps): update compiler to ^7.23.6 (#9858)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Wed, 20 Dec 2023 02:38:20 +0000 (10:38 +0800)]
chore(deps): update all non-major dependencies (#9857)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Evan You [Tue, 19 Dec 2023 10:23:57 +0000 (18:23 +0800)]
release: v3.4.0-beta.4
Evan You [Tue, 19 Dec 2023 10:19:26 +0000 (18:19 +0800)]
chore: remove merge leftover
Evan You [Tue, 19 Dec 2023 10:16:16 +0000 (18:16 +0800)]
chore: Merge branch 'main' into minor
Evan You [Tue, 19 Dec 2023 10:12:48 +0000 (18:12 +0800)]
release: v3.3.13
Evan You [Tue, 19 Dec 2023 10:09:42 +0000 (18:09 +0800)]
fix(ssr): fix hydration prop mismatch check for class on SVG elements
Evan You [Tue, 19 Dec 2023 10:02:28 +0000 (18:02 +0800)]
chore: reuse descriptor ast in compileScript inlineTemplate mode by default
edison [Tue, 19 Dec 2023 10:04:36 +0000 (18:04 +0800)]
fix(compile-sfc): fix identifier prefixing edge case caused by reused AST (#9867)
close #9853
close #9863
白雾三语 [Tue, 19 Dec 2023 09:08:46 +0000 (17:08 +0800)]
fix(compiler-core): fix v-on with modifiers on inline expression of undefined (#9866)
close #9865
improve isMemberExpression check for undefined
Eduardo San Martin Morote [Tue, 19 Dec 2023 09:05:29 +0000 (10:05 +0100)]
fix(types): extract properties from extended collections (#9854)
close #9852
AlanYu [Tue, 19 Dec 2023 08:59:47 +0000 (16:59 +0800)]
feat(runtime-core): throw real error when scheduler detects infinite loop during dev (#7447)
close #7437