]>
git.ipfire.org Git - thirdparty/vuejs/core.git/log
Ha Pam [Fri, 10 Nov 2023 05:42:26 +0000 (12:42 +0700)]
chore: typo and grammar (#8568) [ci skip]
Co-authored-by: Han <phamvanhan@gmail.com>
王野未 [Fri, 10 Nov 2023 05:41:25 +0000 (13:41 +0800)]
chore(scripts): delete an unnecessary parameter + add jsdoc to build script (#8527)
Simon Lévesque [Fri, 10 Nov 2023 05:40:47 +0000 (00:40 -0500)]
fix(types): fix shallowRef return type with union value type (#7853)
close #7852
Evan You [Fri, 10 Nov 2023 05:13:07 +0000 (13:13 +0800)]
fix(hydration): force hydration for v-bind with .prop modifier
ref #7490
Evan You [Fri, 10 Nov 2023 04:04:22 +0000 (12:04 +0800)]
fix(hydration): properly hydrate indeterminate prop
close #7476
Rudy [Thu, 9 Nov 2023 09:40:36 +0000 (17:40 +0800)]
fix(types): fix instance type when props type is incompatible with setup returned type (#7338)
close #5885
魏 [Thu, 9 Nov 2023 09:32:21 +0000 (17:32 +0800)]
fix(reactivity): clear method on readonly collections should return undefined (#7316)
Nebula [Thu, 9 Nov 2023 09:21:38 +0000 (17:21 +0800)]
chore: add name option for Teleport (#7315)
edison [Thu, 9 Nov 2023 09:20:54 +0000 (17:20 +0800)]
fix(compiler-core): avoid rewriting scope variables in inline for loops (#7245)
close #7238
被雨水过滤的空气-Rain [Thu, 9 Nov 2023 09:15:56 +0000 (17:15 +0800)]
fix(hmr/transition): fix kept-alive component inside transition disappearing after hmr (#7126)
fix #7121
白雾三语 [Thu, 9 Nov 2023 07:14:38 +0000 (15:14 +0800)]
fix(v-model): avoid overwriting number input with same value (#7004)
close #7003
Carlos Rodrigues [Thu, 9 Nov 2023 06:52:28 +0000 (06:52 +0000)]
fix(types): remove optional properties from defineProps return type (#6421)
close #6420
丶远方 [Thu, 9 Nov 2023 06:32:08 +0000 (14:32 +0800)]
fix(compiler-core): fix `resolveParserPlugins` decorators check (#9566)
close #9560
Evan You [Tue, 7 Nov 2023 07:31:46 +0000 (15:31 +0800)]
chore: bust sponsor image cache [ci skip]
Evan You [Mon, 6 Nov 2023 10:54:26 +0000 (18:54 +0800)]
release: v3.3.8
Evan You [Mon, 6 Nov 2023 10:46:40 +0000 (18:46 +0800)]
chore: delete unrelated test case
Evan You [Mon, 6 Nov 2023 10:45:42 +0000 (18:45 +0800)]
fix(hydration): fix tagName access eeror on comment/text node hydration mismatch
fix #9531
Eduardo San Martin Morote [Mon, 6 Nov 2023 09:48:40 +0000 (10:48 +0100)]
fix(warn): avoid warning on empty children with Suspense (#3962)
edison [Mon, 6 Nov 2023 09:46:48 +0000 (17:46 +0800)]
fix(compiler-sfc): fix dynamic directive arguments usage check for slots (#9495)
close #9493
Evan You [Mon, 6 Nov 2023 09:35:50 +0000 (17:35 +0800)]
fix(types): avoid exposing lru-cache types in generated dts
close #9521
Eduardo San Martin Morote [Fri, 3 Nov 2023 16:14:07 +0000 (17:14 +0100)]
chore: typo [skip ci]
renovate[bot] [Fri, 3 Nov 2023 09:48:58 +0000 (17:48 +0800)]
fix(deps): update dependency @vue/repl to ^2.6.3 (#9540)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Evan You [Fri, 3 Nov 2023 09:09:20 +0000 (17:09 +0800)]
chore: add maintenance handbook
renovate[bot] [Thu, 2 Nov 2023 12:57:38 +0000 (20:57 +0800)]
fix(deps): update dependency @vue/repl to ^2.6.2 (#9536)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Thu, 2 Nov 2023 12:51:23 +0000 (20:51 +0800)]
chore(deps): update actions/setup-node action to v4 (#9535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Thu, 2 Nov 2023 04:49:48 +0000 (12:49 +0800)]
chore(deps): update pnpm to v8.10.2 (#9529)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Tue, 31 Oct 2023 14:13:33 +0000 (22:13 +0800)]
chore(deps): update lint (#9505)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Tue, 31 Oct 2023 14:13:19 +0000 (22:13 +0800)]
chore(deps): update dependency puppeteer to ~21.4.1 (#9504)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Tue, 31 Oct 2023 14:07:38 +0000 (22:07 +0800)]
chore(deps): update all non-major dependencies (#9501)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
木杉 [Mon, 30 Oct 2023 07:45:58 +0000 (15:45 +0800)]
fix(compile-sfc): support `Error` type in `defineProps` (#5955)
Kaine [Mon, 30 Oct 2023 07:15:17 +0000 (15:15 +0800)]
types(runtime-dom): update aria-relevant type (#9043)
丶远方 [Sat, 28 Oct 2023 07:22:03 +0000 (15:22 +0800)]
fix(compiler-core): known global should be shadowed by local variables in expression rewrite (#9492)
fix #9482
Tycho [Thu, 26 Oct 2023 09:08:37 +0000 (17:08 +0800)]
chore: fix typo (#9306)
丶远方 [Thu, 26 Oct 2023 08:34:14 +0000 (16:34 +0800)]
chore: remove unnecessary imports from vitest (#8562)
丶远方 [Thu, 26 Oct 2023 08:21:29 +0000 (16:21 +0800)]
chore: use helper function for merging vitest config (#8985)
Evan You [Tue, 24 Oct 2023 23:35:08 +0000 (07:35 +0800)]
release: v3.3.7
edison [Tue, 24 Oct 2023 17:01:29 +0000 (01:01 +0800)]
fix(compiler-ssr): proper scope analysis for ssr vnode slot fallback (#7184)
close #7095
Carlos Rodrigues [Tue, 24 Oct 2023 10:42:47 +0000 (11:42 +0100)]
fix(types): fix ComponentCustomProps augmentation (#9468)
close #8376
edison [Tue, 24 Oct 2023 01:36:10 +0000 (09:36 +0800)]
fix(transition/ssr): make transition appear work with SSR (#8859)
close #6951
Carlos Rodrigues [Mon, 23 Oct 2023 15:40:06 +0000 (16:40 +0100)]
fix(types): improve `h` overload to support union of string and component (#5432)
fix #5431
renovate[bot] [Mon, 23 Oct 2023 08:00:13 +0000 (16:00 +0800)]
chore(deps): update dependency rollup to v4 (#9462)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 23 Oct 2023 07:55:57 +0000 (15:55 +0800)]
chore(deps): update lint (#9461)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 23 Oct 2023 07:55:40 +0000 (15:55 +0800)]
chore(deps): update dependency puppeteer to ~21.4.0 (#9459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 23 Oct 2023 07:55:23 +0000 (15:55 +0800)]
chore(deps): update dependency todomvc-app-css to ^2.4.3 (#9458)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Evan You [Sun, 22 Oct 2023 01:10:43 +0000 (09:10 +0800)]
chore: remove internal flag on hmr option
Carlos Rodrigues [Sat, 21 Oct 2023 13:24:30 +0000 (14:24 +0100)]
fix(Suspense): calling hooks before the transition finishes (#9388)
close #5844
close #5952
Evan You [Sat, 21 Oct 2023 13:07:55 +0000 (21:07 +0800)]
fix(hmr): fix hmr error for hoisted children array in v-for
fix #6978
close #7114
三咲智子 Kevin Deng [Sat, 21 Oct 2023 08:59:26 +0000 (16:59 +0800)]
chore: upgrade deps (#9443)
edison [Sat, 21 Oct 2023 04:11:41 +0000 (12:11 +0800)]
fix(compiler-sfc): avoid gen useCssVars when targeting SSR (#6979)
close #6926
Carlos Rodrigues [Sat, 21 Oct 2023 03:37:52 +0000 (04:37 +0100)]
fix(ssr): fix hydration mismatch for disabled teleport at component root (#9399)
close #6152
skirtle [Sat, 21 Oct 2023 02:38:54 +0000 (03:38 +0100)]
fix(scheduler): ensure jobs are in the correct order (#7748)
close #7576
Haoqun Jiang [Sat, 21 Oct 2023 02:35:16 +0000 (10:35 +0800)]
fix: correctly resolve types from relative paths on Windows (#9446)
close #8671
close https://github.com/vuejs/vue-loader/issues/2048
skirtle [Sat, 21 Oct 2023 01:48:59 +0000 (02:48 +0100)]
fix(reactivity): assigning array.length while observing a symbol property (#7568)
Evan You [Fri, 20 Oct 2023 13:04:11 +0000 (21:04 +0800)]
release: v3.3.6
edison [Fri, 20 Oct 2023 12:39:31 +0000 (20:39 +0800)]
fix(compiler-ssr): fix ssr compile error for select with non-option children (#9442)
fix #9440
丶远方 [Fri, 20 Oct 2023 09:50:50 +0000 (17:50 +0800)]
chore(eslint): update eslint `no-unused-vars` rules (#9028)
三咲智子 Kevin Deng [Fri, 20 Oct 2023 09:36:36 +0000 (17:36 +0800)]
fix(compiler-sfc): model name conflict (#8798)
白雾三语 [Fri, 20 Oct 2023 09:35:53 +0000 (17:35 +0800)]
fix(types): support contenteditable="plaintext-only" (#8796)
JayFate [Fri, 20 Oct 2023 09:31:50 +0000 (17:31 +0800)]
chore: use git default short commit-id (#7761)
丶远方 [Fri, 20 Oct 2023 09:11:52 +0000 (17:11 +0800)]
perf: replace Map/Set with WeakMap/WeakSet (#8549)
pupu [Fri, 20 Oct 2023 08:42:04 +0000 (16:42 +0800)]
fix(teleport): ensure descendent component would be unmounted correctly (#6529)
fix #6347
白雾三语 [Fri, 20 Oct 2023 08:34:11 +0000 (16:34 +0800)]
fix(runtime-core): fix error when using cssvars with disabled teleport (#7341)
close #7342
Kael [Fri, 20 Oct 2023 08:25:06 +0000 (19:25 +1100)]
fix(runtime-core): delete stale slots which are present but undefined (#6484)
close #9109
白雾三语 [Fri, 20 Oct 2023 08:21:41 +0000 (16:21 +0800)]
fix(compiler-ssr): fix missing scopeId on server-rendered TransitionGroup (#7557)
close #7554
Jeff Tian [Fri, 20 Oct 2023 07:49:58 +0000 (15:49 +0800)]
fix(compiler-sfc): support asset paths containing spaces (#8752)
By decoding them before generating them as JavaScript import paths
fix https://github.com/vuejs/vitepress/issues/2596
fix https://github.com/vuejs/vitepress/issues/573
白雾三语 [Fri, 20 Oct 2023 07:43:49 +0000 (15:43 +0800)]
chore(template-explorer): Fix template-explorer highlighting (#8956)
丶远方 [Fri, 20 Oct 2023 07:41:01 +0000 (15:41 +0800)]
ci: use `.node-version` to maintain node version (#8986)
三咲智子 Kevin Deng [Fri, 20 Oct 2023 07:40:32 +0000 (15:40 +0800)]
chore: remove @types/estree (#9158)
disservin [Fri, 20 Oct 2023 07:21:17 +0000 (09:21 +0200)]
chore: fix link in changelog [ci-skip] (#9438)
* chore: fix link in changelog
fix link to comment in changelog
* Update CHANGELOG.md
* Update CHANGELOG.md
---------
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Evan You [Fri, 20 Oct 2023 03:50:49 +0000 (11:50 +0800)]
release: v3.3.5
Evan You [Fri, 20 Oct 2023 03:47:56 +0000 (11:47 +0800)]
chore: avoid unncessary print on release script exit [ci skip]
Evan You [Fri, 20 Oct 2023 03:25:27 +0000 (11:25 +0800)]
chore: fix sfc-playground build
@vitejs/plugin-vue 4.4 now relies on vue APIs, so we need to
also build the CJS dist files from a fresh repo
dependabot[bot] [Fri, 20 Oct 2023 02:56:44 +0000 (10:56 +0800)]
chore: bump postcss from 8.4.30 to 8.4.31 (#9354)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.30...8.4.31)
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
renovate[bot] [Fri, 20 Oct 2023 02:46:13 +0000 (10:46 +0800)]
chore(deps): update compiler (#9322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Fri, 20 Oct 2023 02:45:54 +0000 (10:45 +0800)]
chore(deps): update all non-major dependencies (#9286)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Fri, 20 Oct 2023 02:45:11 +0000 (10:45 +0800)]
chore(deps): update dependency lint-staged to v15 (#9407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Evan You [Fri, 20 Oct 2023 02:43:54 +0000 (10:43 +0800)]
chore: bump min node version requirement for development
renovate[bot] [Fri, 20 Oct 2023 02:41:58 +0000 (10:41 +0800)]
chore(deps): update autofix-ci/action digest to
d3e5915 (#9406)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Fri, 20 Oct 2023 02:40:26 +0000 (10:40 +0800)]
chore(deps): update lint (#9287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Evan You [Fri, 20 Oct 2023 02:37:39 +0000 (10:37 +0800)]
chore(deps): update lru-cache to v10
ref #9267
renovate[bot] [Fri, 20 Oct 2023 02:27:34 +0000 (10:27 +0800)]
chore(deps): update build (#9260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Evan You [Fri, 20 Oct 2023 02:23:18 +0000 (10:23 +0800)]
chore: replace chalk with picocolors
Evan You [Fri, 20 Oct 2023 02:16:45 +0000 (10:16 +0800)]
chore: check if commit is up-to-date with remote before release
Vít Stanislav [Thu, 19 Oct 2023 12:58:59 +0000 (14:58 +0200)]
fix(compat): return value of vue compat set() (#9377)
According to https://v2.vuejs.org/v2/api/#Vue-set, Returns: the set value.
renovate[bot] [Thu, 19 Oct 2023 12:38:48 +0000 (20:38 +0800)]
fix(deps): update dependency monaco-editor to ^0.44.0 (#9237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Haoqun Jiang [Tue, 17 Oct 2023 13:10:14 +0000 (21:10 +0800)]
build: use `stripInternal` (#9379)
Unlike our custom plugin, TypeScript won't automatically remove
re-exports of internal types, so we need to explicitly mark them as
`@internal`.
renovate[bot] [Fri, 13 Oct 2023 06:05:09 +0000 (06:05 +0000)]
chore(deps): update dependency @types/node to v18 (#9323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Thu, 12 Oct 2023 07:27:36 +0000 (07:27 +0000)]
chore(deps): update dependency marked to v9 (#9324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Haoqun Jiang [Fri, 22 Sep 2023 07:51:11 +0000 (15:51 +0800)]
ci: add a canary release workflow for next minor (#9265)
丶远方 [Thu, 21 Sep 2023 14:12:49 +0000 (22:12 +0800)]
chore: add clean script (#9269)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
renovate[bot] [Thu, 21 Sep 2023 12:32:56 +0000 (07:32 -0500)]
chore(deps): update dependency conventional-changelog-cli to v4 (#9268)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Thu, 21 Sep 2023 12:25:32 +0000 (07:25 -0500)]
chore(deps): update dependency execa to v8 (#9266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
renovate[bot] [Wed, 20 Sep 2023 16:16:58 +0000 (11:16 -0500)]
chore(deps): update compiler (#9157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
renovate[bot] [Wed, 20 Sep 2023 16:01:34 +0000 (11:01 -0500)]
chore(deps): update build (major) (#9238)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
三咲智子 Kevin Deng [Tue, 19 Sep 2023 15:13:39 +0000 (23:13 +0800)]
fix(build): disable useDefineForClassFields in esbuild (#9252)
renovate[bot] [Tue, 19 Sep 2023 09:48:44 +0000 (17:48 +0800)]
chore(deps): update lint (#9183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Tue, 19 Sep 2023 09:19:45 +0000 (17:19 +0800)]
chore(deps): update test (#9182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Tue, 19 Sep 2023 08:32:31 +0000 (16:32 +0800)]
chore(deps): update build (#9181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Tue, 19 Sep 2023 07:33:33 +0000 (15:33 +0800)]
chore(deps): update all non-major dependencies (#9180)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Wed, 6 Sep 2023 21:19:44 +0000 (16:19 -0500)]
chore(deps): update vitest to ^0.34.3 (#9155)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>