]>
git.ipfire.org Git - thirdparty/vuejs/core.git/log
Evan You [Thu, 8 Aug 2024 14:36:10 +0000 (22:36 +0800)]
release: v3.4.37
Evan You [Thu, 8 Aug 2024 14:30:56 +0000 (22:30 +0800)]
workflow: new release workflow
Evan You [Thu, 8 Aug 2024 13:42:43 +0000 (21:42 +0800)]
workflow: fix release script in actions
disservin [Thu, 8 Aug 2024 13:08:58 +0000 (15:08 +0200)]
test(compiler-sfc): add assertion for template functional (#11557)
LiuSeen [Thu, 8 Aug 2024 13:07:57 +0000 (21:07 +0800)]
chore(playground): support copying vue version (#11558)
Evan You [Thu, 8 Aug 2024 12:44:35 +0000 (20:44 +0800)]
workflow: adjust release workflow
Evan You [Thu, 8 Aug 2024 10:06:32 +0000 (18:06 +0800)]
workflow: fix size report base branch
山吹色御守 [Thu, 8 Aug 2024 09:13:24 +0000 (17:13 +0800)]
fix(compiler-core): use `isProp.arg.loc` instead of `isProp.loc` (#11547)
Evan You [Wed, 7 Aug 2024 14:31:31 +0000 (22:31 +0800)]
workflow: force fetch all tags in release action
LiuSeen [Wed, 7 Aug 2024 14:10:01 +0000 (22:10 +0800)]
fix(defineModel): detect changes respect custom getter and setter (#11543)
fix: #11541
fix: #11526
close: #11527
Evan You [Wed, 7 Aug 2024 10:12:07 +0000 (18:12 +0800)]
fix: Revert "fix(types/ref): allow getter and setter types to be unrelated (#11442)"
This reverts commit
e0b2975ef65ae6a0be0aa0a0df43fb887c665251.
This change requires TypeScript 5.1 so it is moved to a minor release.
Evan You [Wed, 7 Aug 2024 10:11:39 +0000 (18:11 +0800)]
fix: Revert "fix(types/ref): correct type inference for nested refs (#11536)"
This reverts commit
536f62332c455ba82ef2979ba634b831f91928ba.
Evan You [Wed, 7 Aug 2024 09:43:29 +0000 (17:43 +0800)]
fix(custom-element): fix custom-element double render on immediate prop change
fix #9885
close #11335
Alex Liu [Wed, 7 Aug 2024 09:02:15 +0000 (17:02 +0800)]
fix(types): allow `DirectiveArguments` third parameter to accept undefined (#11540)
edison [Wed, 7 Aug 2024 04:02:38 +0000 (12:02 +0800)]
fix(runtime-core): prioritize using the provides from currentApp in nested createApp (#11502)
close #11488
かっこかり [Wed, 7 Aug 2024 03:58:44 +0000 (12:58 +0900)]
fix(keep-alive): fix render error in cached is undefined (#11496)
fix #11427
close #11431
Yuyao Nie [Wed, 7 Aug 2024 03:56:00 +0000 (11:56 +0800)]
fix(ssr): ensure content is valid when rendering normal slot (#11491)
fix #11326
linzhe [Wed, 7 Aug 2024 03:51:44 +0000 (11:51 +0800)]
fix(runtime-dom): apply css vars before mount (#11538)
fix #11533
skirtle [Wed, 7 Aug 2024 03:29:41 +0000 (04:29 +0100)]
fix(runtime-core): fix warning for missing event handler (#11489)
fix #4803
close #8268
edison [Wed, 7 Aug 2024 03:24:17 +0000 (11:24 +0800)]
fix(keep-alive): avoid cache suspense comment root (#11479)
Tycho [Wed, 7 Aug 2024 03:20:04 +0000 (11:20 +0800)]
fix(types/ref): correct type inference for nested refs (#11536)
close #11532
close #11537
sq800 [Wed, 7 Aug 2024 02:57:39 +0000 (10:57 +0800)]
chore: fix typo (#11535) [ci skip]
Kevin Deng 三咲智子 [Wed, 7 Aug 2024 02:57:18 +0000 (10:57 +0800)]
style: format html&markdown files (#11531)
Evan You [Tue, 6 Aug 2024 14:57:52 +0000 (22:57 +0800)]
workflow: sign the release commit in workflow
Evan You [Tue, 6 Aug 2024 14:28:00 +0000 (22:28 +0800)]
chore: changelog [ci skip]
Evan You [Tue, 6 Aug 2024 14:24:19 +0000 (22:24 +0800)]
workflow: auto create gh release tag in release
Evan You [Tue, 6 Aug 2024 14:13:32 +0000 (22:13 +0800)]
chore: fix 3.4.36 changelog [ci skip]
vue-bot [Tue, 6 Aug 2024 14:00:05 +0000 (14:00 +0000)]
release: v3.4.36
Evan You [Tue, 6 Aug 2024 13:29:15 +0000 (21:29 +0800)]
workflow: add registry-url
Evan You [Tue, 6 Aug 2024 13:14:18 +0000 (21:14 +0800)]
workflow: fix release script error handling
Evan You [Tue, 6 Aug 2024 13:07:54 +0000 (21:07 +0800)]
workflow: bail release when skipping prompts + CI not passed yet
Evan You [Tue, 6 Aug 2024 12:55:26 +0000 (20:55 +0800)]
workflow: fix release workflow [ci skip]
Evan You [Tue, 6 Aug 2024 12:47:46 +0000 (20:47 +0800)]
workflow: update size report to compare against pr target branch
Haoqun Jiang [Tue, 6 Aug 2024 12:42:36 +0000 (20:42 +0800)]
workflow: add a "publish" workflow for automated releases (#9690)
edison [Tue, 6 Aug 2024 10:25:13 +0000 (18:25 +0800)]
fix(compiler-ssr): don't render v-if comments in TransitionGroup + static tag (#11515)
close #11514
Evan You [Tue, 6 Aug 2024 10:14:47 +0000 (18:14 +0800)]
fix(ssr): respect textContent/innerHTML from getSSRProps in optimized SSR output
close #8112
Evan You [Tue, 6 Aug 2024 07:58:17 +0000 (15:58 +0800)]
fix(hydration): force hydrate custom element dynamic props
close #7203
close #8038
David Matter [Tue, 6 Aug 2024 06:34:31 +0000 (08:34 +0200)]
ci: fix canary release workflow (#11516)
renovate[bot] [Mon, 5 Aug 2024 06:49:27 +0000 (14:49 +0800)]
chore(deps): update dependency lint-staged to ^15.2.8 (#11498)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 5 Aug 2024 06:49:04 +0000 (14:49 +0800)]
chore(deps): update build (#11495)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Evan You [Mon, 5 Aug 2024 06:48:22 +0000 (14:48 +0800)]
chore(deps): limit minimatch range
minimatch 10+ only supports Node 20+
renovate[bot] [Mon, 5 Aug 2024 06:45:52 +0000 (14:45 +0800)]
chore(deps): update dependency magic-string to ^0.30.11 (#11497)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 5 Aug 2024 06:45:39 +0000 (14:45 +0800)]
chore(deps): update dependency puppeteer to ~22.15.0 (#11499)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 5 Aug 2024 06:43:59 +0000 (14:43 +0800)]
chore(deps): update all non-major dependencies (#11494)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Evan You [Mon, 5 Aug 2024 06:14:52 +0000 (14:14 +0800)]
chore(deps): upgrade to entities 5.0
close #11507
Evan You [Mon, 5 Aug 2024 06:07:30 +0000 (14:07 +0800)]
fix(compiler-core): properly handle for loop variable declarations in expression transforms
ref https://github.com/vuejs/core/pull/11467#issuecomment-
2263069794
renovate[bot] [Mon, 5 Aug 2024 06:06:57 +0000 (14:06 +0800)]
chore(deps): update dependency rimraf to v6 (#11505)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 5 Aug 2024 06:06:21 +0000 (14:06 +0800)]
chore(deps): update dependency typescript-eslint to v8 (#11506)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Evan You [Mon, 5 Aug 2024 05:46:51 +0000 (13:46 +0800)]
fix(compiler-core): fix expression transform for try...catch block params
close #11465
close #11467
renovate[bot] [Mon, 5 Aug 2024 05:08:33 +0000 (13:08 +0800)]
chore(deps): update dependency marked to v13 (#11500)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Tycho [Mon, 5 Aug 2024 02:59:44 +0000 (10:59 +0800)]
fix(types/withDefaults): ensure default values of type `any` do not include `undefined` (#11490)
btea [Mon, 5 Aug 2024 02:53:21 +0000 (10:53 +0800)]
test(runtime-core): test cases when the value of the `$stable` flag is false (#11485)
Sunny Fu [Mon, 5 Aug 2024 02:42:13 +0000 (10:42 +0800)]
chore(runtime-test): remove useless test code (#11483)
David Matter [Fri, 2 Aug 2024 03:45:23 +0000 (05:45 +0200)]
test(types): add test for generic discriminated unions in props (#9336)
Evan You [Wed, 31 Jul 2024 08:42:04 +0000 (16:42 +0800)]
release: v3.4.35
Evan You [Wed, 31 Jul 2024 08:09:56 +0000 (16:09 +0800)]
fix(teleport/ssr): fix Teleport hydration regression due to targetStart anchor addition
edison [Wed, 31 Jul 2024 07:46:39 +0000 (15:46 +0800)]
fix(Teleport): ensure targetAnchor and targetStart not null during hydration (#11456)
close #11400
Evan You [Mon, 29 Jul 2024 14:07:40 +0000 (22:07 +0800)]
test: make transition tests more stable locally
skirtle [Mon, 29 Jul 2024 13:47:23 +0000 (14:47 +0100)]
perf(runtime-core): improve efficiency of normalizePropsOptions (#11409)
close #9739
Tycho [Mon, 29 Jul 2024 13:26:48 +0000 (21:26 +0800)]
chore(types): reuse built-in Iterator type (#11435)
renovate[bot] [Mon, 29 Jul 2024 12:18:02 +0000 (20:18 +0800)]
chore(deps): update dependency conventional-changelog-cli to v5 (#11449)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 29 Jul 2024 12:17:45 +0000 (20:17 +0800)]
chore(deps): update dependency eslint-plugin-import-x to v3 (#11450)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Tycho [Mon, 29 Jul 2024 02:52:38 +0000 (10:52 +0800)]
fix(types/ref): allow getter and setter types to be unrelated (#11442)
wzc520pyfm [Mon, 29 Jul 2024 01:43:25 +0000 (09:43 +0800)]
chore(sfc-playgroud): highlight the commit and latest version when active in dropdown (#11445)
renovate[bot] [Mon, 29 Jul 2024 01:26:54 +0000 (09:26 +0800)]
chore(deps): update lint (#11448)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 29 Jul 2024 01:24:03 +0000 (09:24 +0800)]
chore(deps): update build (#11447)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 29 Jul 2024 01:11:08 +0000 (09:11 +0800)]
chore(deps): update test (#11417)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
wzc520pyfm [Mon, 29 Jul 2024 01:10:52 +0000 (09:10 +0800)]
chore(docs): update the minimum requeird version of node and pnpm (#11443) [ci skip]
renovate[bot] [Mon, 29 Jul 2024 01:06:40 +0000 (09:06 +0800)]
fix(deps): update compiler (#11416)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 29 Jul 2024 01:06:19 +0000 (09:06 +0800)]
chore(deps): update all non-major dependencies (#11415)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 29 Jul 2024 01:06:00 +0000 (09:06 +0800)]
chore(deps): update autofix-ci/action digest to
ff86a55 (#11414)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Evan You [Wed, 24 Jul 2024 15:30:30 +0000 (23:30 +0800)]
release: v3.4.34
Evan You [Wed, 24 Jul 2024 15:26:13 +0000 (23:26 +0800)]
refactor: use hasChanged for useModel comparisons
Tycho [Wed, 24 Jul 2024 15:25:22 +0000 (23:25 +0800)]
fix(defineModel): correct update with multiple changes in same tick (#11430)
close #11429
Evan You [Fri, 19 Jul 2024 09:24:34 +0000 (17:24 +0800)]
release: v3.4.33
edison [Fri, 19 Jul 2024 09:02:14 +0000 (17:02 +0800)]
refactor(runtime-core): remove attrsProxy and slotsProxy from instance (#11390)
Tycho [Fri, 19 Jul 2024 08:52:03 +0000 (16:52 +0800)]
fix(runtime-dom): handle undefined values in v-html (#11403)
Hongkun Peng [Fri, 19 Jul 2024 08:48:13 +0000 (16:48 +0800)]
chore(build): fix build error on Windows (#11389)
Evan You [Wed, 17 Jul 2024 09:07:05 +0000 (17:07 +0800)]
release: v3.4.32
yangxiuxiu [Wed, 17 Jul 2024 08:46:10 +0000 (16:46 +0800)]
fix(runtime-core): do not emit when defineModel ref is set with same value (#11162)
close #11125
linzhe [Wed, 17 Jul 2024 08:37:14 +0000 (16:37 +0800)]
fix(runtime-dom): properly handle innerHTML unmount into new children (#11159)
close #9135
Zhaolin Liang [Wed, 17 Jul 2024 07:06:14 +0000 (15:06 +0800)]
fix(compiler-sfc): correctly resolve type annotation for declared function (#11279)
close #11266
Evan You [Wed, 17 Jul 2024 06:29:54 +0000 (14:29 +0800)]
test: test case for #11286
Evan You [Wed, 17 Jul 2024 04:14:25 +0000 (12:14 +0800)]
fix(hydration): fix tracking of reactive style objects in production
close #11372
Tycho [Wed, 17 Jul 2024 02:09:57 +0000 (10:09 +0800)]
fix(reactivity): ensure `unref` correctly resolves type for `ShallowRef` (#11360)
close #11356
Evan You [Tue, 16 Jul 2024 10:05:44 +0000 (18:05 +0800)]
fix(runtime-core): avoid recursive warning
close #8074
Evan You [Tue, 16 Jul 2024 09:17:25 +0000 (17:17 +0800)]
fix(teleport): skip teleported nodes when locating patch anchor
close #9071
close #9134
close #9313
Tests reused from #9313
LiuSeen [Tue, 16 Jul 2024 07:07:06 +0000 (15:07 +0800)]
fix(reactivity): shallowReactive map "unwraps" the nested refs (#8503)
fix #8501
fix #11249
Linghao Su [Tue, 16 Jul 2024 03:40:53 +0000 (11:40 +0800)]
test(runtime-core): test effectscope instance null (#8397)
Evan You [Tue, 16 Jul 2024 03:09:34 +0000 (11:09 +0800)]
chore: format
Evan You [Tue, 16 Jul 2024 03:06:45 +0000 (11:06 +0800)]
fix(hydration): handle consectuvie text nodes during hydration
close #7285
close #7301
fang-ng4 [Mon, 15 Jul 2024 14:36:48 +0000 (22:36 +0800)]
test: edge case for decodeHtmlBrowser (#11339)
Co-authored-by: unknown <fangliang@qq.com>
Vlad [Mon, 15 Jul 2024 14:31:27 +0000 (01:31 +1100)]
perf(server-render): avoid unnecessary checks in `createBuffer` (#11364)
renovate[bot] [Mon, 15 Jul 2024 13:56:55 +0000 (21:56 +0800)]
chore(deps): update dependency rollup to ^4.18.1 (#11358)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
skirtle [Mon, 15 Jul 2024 13:56:37 +0000 (14:56 +0100)]
fix(runtime-core): use separate prop caches for components and mixins (#11350)
Co-authored-by: Red Huang <gcaaa31928@gmail.com>
close #7998
_Kerman [Mon, 15 Jul 2024 13:54:53 +0000 (21:54 +0800)]
fix(hmr): hmr reload should work with async component (#11248)
btea [Mon, 15 Jul 2024 08:31:27 +0000 (16:31 +0800)]
chore: fix @babel/types version in pnpm catalog (#11349)
Evan You [Mon, 15 Jul 2024 08:29:25 +0000 (16:29 +0800)]
chore: remove codspeed plugin
Evan You [Mon, 15 Jul 2024 08:28:47 +0000 (16:28 +0800)]
chore: remove terser dep
Evan You [Mon, 15 Jul 2024 08:25:58 +0000 (16:25 +0800)]
fix(build): use consistent minify options from previous terser config