]>
git.ipfire.org Git - thirdparty/vuejs/core.git/log
daiwei [Thu, 5 Sep 2024 09:22:55 +0000 (17:22 +0800)]
fix(Transition): handle leave immediatily done in out-in mode
edison [Thu, 5 Sep 2024 08:47:50 +0000 (16:47 +0800)]
fix(Transition): handle KeepAlive child unmount in Transition out-in mode (#11778)
close #11775
Evan You [Thu, 5 Sep 2024 08:44:25 +0000 (16:44 +0800)]
fix(types): fix defineComponent props inference when setup() has explicit annotation
close #11803
yangxiuxiu [Thu, 5 Sep 2024 08:10:37 +0000 (16:10 +0800)]
fix(reactivity): pass oldValue to computed getter (#11813)
close #11812
远方os [Thu, 5 Sep 2024 08:09:10 +0000 (16:09 +0800)]
chore(types): removed the Awaited compatibility type tool (#11820)
Evan You [Wed, 4 Sep 2024 13:07:29 +0000 (21:07 +0800)]
release: v3.5.1
renovate[bot] [Wed, 4 Sep 2024 12:58:15 +0000 (20:58 +0800)]
chore(deps): update dependency puppeteer to ~23.3.0 (#11711)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
edison [Wed, 4 Sep 2024 12:54:04 +0000 (20:54 +0800)]
fix(Transition): avoid applying transition hooks on comment vnode (#11788)
close #11782
Evan You [Wed, 4 Sep 2024 12:53:12 +0000 (20:53 +0800)]
fix(useTemplateRef): fix readonly warning when useTemplateRef has same variable name as template ref
close #11795
close #11802
close #11804
Johnson Chu [Wed, 4 Sep 2024 12:34:36 +0000 (20:34 +0800)]
fix(types): avoid using intersection type in `Readonly<...>` to fix JSDoc emit (#11799)
Evan You [Wed, 4 Sep 2024 12:24:33 +0000 (20:24 +0800)]
chore(build): use /*@__PURE__*/ annotation consistently
Evan You [Wed, 4 Sep 2024 12:22:19 +0000 (20:22 +0800)]
fix(build): improve built-in components treeshakability
Tycho [Wed, 4 Sep 2024 12:21:10 +0000 (20:21 +0800)]
fix(reactivity): handle non-array arguments in reactive `concat` method (#11794)
close #11792
Evan You [Tue, 3 Sep 2024 13:13:50 +0000 (21:13 +0800)]
release: v3.5.0
Alex Liu [Tue, 3 Sep 2024 13:10:18 +0000 (21:10 +0800)]
fix(runtime-dom): avoid unnecessary prop patch for checkbox (#11657)
close #11647
Tycho [Tue, 3 Sep 2024 09:47:50 +0000 (17:47 +0800)]
fix(types/defineModel): allow getter and setter types to be unrelated (#11699)
close #11697
Hanse Kim [Tue, 3 Sep 2024 09:44:07 +0000 (18:44 +0900)]
fix(runtime-dom): prevent unnecessary DOM update from v-model (#11656)
close #11647
Matt Garrett [Tue, 3 Sep 2024 09:43:52 +0000 (02:43 -0700)]
fix(server-renderer): Fix call to serverPrefetch in server renderer with an async setup (#10893)
edison [Tue, 3 Sep 2024 09:39:07 +0000 (17:39 +0800)]
fix(cssVars): correctly escape double quotes in SSR (#11784)
close #11779
Tycho [Tue, 3 Sep 2024 09:32:13 +0000 (17:32 +0800)]
fix(reactivity): correctly handle method calls on user-extended arrays (#11760)
close #11759
山吹色御守 [Tue, 3 Sep 2024 00:26:08 +0000 (08:26 +0800)]
fix(server-renderer): render `className` during SSR (#11722)
edison [Tue, 3 Sep 2024 00:25:00 +0000 (08:25 +0800)]
fix(hydration): escape css var name to avoid mismatch (#11739)
close #11735
renovate[bot] [Tue, 3 Sep 2024 00:22:26 +0000 (08:22 +0800)]
fix(deps): update dependency postcss to ^8.4.44 (#11774)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Tue, 3 Sep 2024 00:22:15 +0000 (08:22 +0800)]
chore(deps): update lint (#11773)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Tue, 3 Sep 2024 00:21:58 +0000 (08:21 +0800)]
chore(deps): update all non-major dependencies (#11770)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Tue, 3 Sep 2024 00:21:40 +0000 (08:21 +0800)]
chore(deps): update build (#11769)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Evan You [Mon, 2 Sep 2024 09:29:40 +0000 (17:29 +0800)]
fix(compiler-sfc): fix import usage check for kebab-case same name shorthand binding
fix #11745
close #11754
chirokas [Mon, 2 Sep 2024 09:10:14 +0000 (17:10 +0800)]
feat(types): add loading prop to iframe (#11767)
edison [Mon, 2 Sep 2024 09:09:38 +0000 (17:09 +0800)]
fix(hydration): handle text nodes with 0 during hydration (#11772)
close #11771
Maisha Tremblay [Mon, 2 Sep 2024 09:08:19 +0000 (17:08 +0800)]
test(reactive): use vitest fn instead of counting manually (#11746)
qiang [Mon, 2 Sep 2024 09:08:04 +0000 (17:08 +0800)]
ci: prevents action from running on forks (#11766)
Cédric Exbrayat [Mon, 2 Sep 2024 09:06:30 +0000 (11:06 +0200)]
chore: document parameters of onWatcherCleanup (#11768)
Sunil [Mon, 2 Sep 2024 09:06:03 +0000 (14:36 +0530)]
chore(scripts): fix clean script on windows (#11748)
Evan You [Thu, 29 Aug 2024 07:25:43 +0000 (15:25 +0800)]
release: v3.5.0-rc.1
edison [Thu, 29 Aug 2024 07:09:15 +0000 (15:09 +0800)]
fix(custom-element): handle keys set on custom elements (#11655)
close #11641
lidlanca [Thu, 29 Aug 2024 06:20:04 +0000 (02:20 -0400)]
test(reactivity): test case for #6358 (#6376)
Evan You [Thu, 29 Aug 2024 06:10:29 +0000 (14:10 +0800)]
fix(reactivity): avoid infinite recursion when mutating ref wrapped in reactive
close #11696
cyrilluce [Thu, 29 Aug 2024 03:42:35 +0000 (11:42 +0800)]
fix(compiler-sfc): skip circular tsconfig project reference (#11680)
Co-authored-by: cluezhang <cluezhang@futurefab.ai>
close #11382
Evan You [Thu, 29 Aug 2024 02:38:07 +0000 (10:38 +0800)]
test: adjust coverage config, use v8 coverage
linzhe [Thu, 29 Aug 2024 02:41:19 +0000 (10:41 +0800)]
fix(keep-alive): reset keep alive flag when the component is removed from include (#11718)
close #11717
HEGGRIA [Wed, 28 Aug 2024 10:16:59 +0000 (18:16 +0800)]
chore(reactivity): effectScope.ts variable declarations optimized and remove useless code in effect.ts (#11721)
* chore(reactivity): effectScope.ts variable declarations optimized and remove useless code in effect.ts
* fix(reactivity): batchDepth count error fixed
* fix(reactivity): batchDepth count error fixed
* chore(reactivity): modify the batchDepth increase type
Evan You [Wed, 28 Aug 2024 10:06:46 +0000 (18:06 +0800)]
chore: update coverage config to use explicit include
renovate[bot] [Wed, 28 Aug 2024 09:59:16 +0000 (17:59 +0800)]
chore(deps): update dependency jsdom to v25 (#11714)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Wed, 28 Aug 2024 09:55:48 +0000 (17:55 +0800)]
chore(deps): update lint (#11710)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Wed, 28 Aug 2024 09:55:05 +0000 (17:55 +0800)]
chore(deps): update build (#11709)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Wed, 28 Aug 2024 09:54:07 +0000 (17:54 +0800)]
fix(deps): update dependency monaco-editor to ^0.51.0 (#11713)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Wed, 28 Aug 2024 09:52:55 +0000 (17:52 +0800)]
chore(deps): update all non-major dependencies (#11708)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Tycho [Wed, 28 Aug 2024 09:52:07 +0000 (17:52 +0800)]
workflow: update paths for private packages in `dev` script (#11668)
Paul Werner [Wed, 28 Aug 2024 09:49:33 +0000 (11:49 +0200)]
dx(compiler-sfc): improve error message for missing template and script tag in vue file (#11723)
Rudy [Wed, 28 Aug 2024 09:48:10 +0000 (17:48 +0800)]
test(types): component type check when props is an empty object (#7419)
ref #4051
ref #8825
Evan You [Wed, 28 Aug 2024 09:37:39 +0000 (17:37 +0800)]
fix(runtime-dom): setting innerHTML when patching props should go through trusted types
Evan You [Wed, 28 Aug 2024 07:00:23 +0000 (15:00 +0800)]
fix(types): GlobalDirective / GlobalComponents should not be records
edison [Mon, 26 Aug 2024 10:08:46 +0000 (18:08 +0800)]
chore: correct the issue number (#11715) [ci skip]
yangxiuxiu [Tue, 20 Aug 2024 08:35:08 +0000 (16:35 +0800)]
fix(reactivity): ensure watcher with once: true are properly removed from effect scope (#11665)
Evan You [Tue, 20 Aug 2024 08:15:08 +0000 (16:15 +0800)]
refactor(watch): reuse watch types
Tycho [Tue, 20 Aug 2024 02:42:12 +0000 (10:42 +0800)]
chore: fix typo (#11663)[ci skip]
* chore: fix typo
* chore: update
Evan You [Tue, 20 Aug 2024 00:24:06 +0000 (08:24 +0800)]
release: v3.5.0-beta.3
Evan You [Tue, 20 Aug 2024 00:22:32 +0000 (08:22 +0800)]
chore: log more precise digits for size script [ci skip]
Rizumu Ayaka [Tue, 20 Aug 2024 00:21:44 +0000 (08:21 +0800)]
feat(reactivity): base `watch`, `getCurrentWatcher`, and `onWatcherCleanup` (#9927)
yangxiuxiu [Mon, 19 Aug 2024 08:29:43 +0000 (16:29 +0800)]
fix(types): strip non-prop default values from return type of withDefaults (#9998)
close #9899
zhangenming [Mon, 19 Aug 2024 08:25:01 +0000 (16:25 +0800)]
perf( runtime-core): use `apply` to avoid spreading. (#5985)
edison [Mon, 19 Aug 2024 08:22:05 +0000 (16:22 +0800)]
fix(ssr): apply ssr props to the the fallback vnode-based branch in ssr (#7247)
close #6123
edison [Mon, 19 Aug 2024 08:19:24 +0000 (16:19 +0800)]
fix(runtime-core): ensure suspense content inherit scopeId (#10652)
close #5148
skirtle [Mon, 19 Aug 2024 02:49:59 +0000 (03:49 +0100)]
refactor(scheduler): remove invalidateJob (#11650)
Co-authored-by: Evan You <evan@vuejs.org>
renovate[bot] [Mon, 19 Aug 2024 02:34:40 +0000 (10:34 +0800)]
chore(deps): update lint (#11653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 19 Aug 2024 02:34:21 +0000 (10:34 +0800)]
chore(deps): update all non-major dependencies (#11654)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 19 Aug 2024 02:34:10 +0000 (10:34 +0800)]
chore(deps): update dependency postcss-selector-parser to ^6.1.2 (#11652)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 19 Aug 2024 02:33:57 +0000 (10:33 +0800)]
chore(deps): update build (#11651)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
skirtle [Mon, 19 Aug 2024 02:17:45 +0000 (03:17 +0100)]
refactor(scheduler): remove redundant sorting (#11646)
skirtle [Mon, 19 Aug 2024 02:13:50 +0000 (03:13 +0100)]
fix(runtime-core): pre jobs without an id should run first (#7746)
Evan You [Fri, 16 Aug 2024 14:01:41 +0000 (22:01 +0800)]
workflow: pass along commit to ecosystem-ci pr workflow
Evan You [Fri, 16 Aug 2024 09:53:02 +0000 (17:53 +0800)]
workflow: set up continuous release with pkg.pr.new
edison [Fri, 16 Aug 2024 08:23:09 +0000 (16:23 +0800)]
fix(reactivity): extended methods respect reactive (#11629)
close #11628
Andy Li [Thu, 15 Aug 2024 02:28:40 +0000 (10:28 +0800)]
fix(types/custom-element): `defineCustomElement` with required props (#11578)
Jakob [Fri, 16 Aug 2024 08:14:08 +0000 (10:14 +0200)]
fix(watch): handle errors in computed used as watch source (#11626)
close #11624
dlzmoe [Fri, 16 Aug 2024 08:02:23 +0000 (16:02 +0800)]
chore: update email link in SECURITY.md (#11632) [ci skip]
edison [Fri, 16 Aug 2024 08:01:40 +0000 (16:01 +0800)]
feat(workflows): auto close issues with `can't reproduce` label (#11631)
* feat(workflows): auto close issues with 'can't reproduce' label
* chore: update
Tycho [Fri, 16 Aug 2024 08:01:24 +0000 (16:01 +0800)]
chore: add 3.4.38 changelog (#11630) [ci skip]
山吹色御守 [Thu, 15 Aug 2024 09:49:43 +0000 (17:49 +0800)]
fix(runtime-core): correct type inference for PascalCase emits (#11579)
fix vuejs/language-tools#4269
Evan You [Thu, 15 Aug 2024 07:29:43 +0000 (15:29 +0800)]
release: v3.5.0-beta.2
Evan You [Thu, 15 Aug 2024 07:18:19 +0000 (15:18 +0800)]
fix(custom-element): keep instance.isCE for backwards compat
Evan You [Thu, 15 Aug 2024 06:29:14 +0000 (14:29 +0800)]
fix(compiler-sfc): fix prefixIdentifier default value
disservin [Thu, 15 Aug 2024 02:24:04 +0000 (04:24 +0200)]
fix(compiler-sfc): handle keyof operator with index object (#11581)
Evan You [Thu, 15 Aug 2024 02:16:32 +0000 (10:16 +0800)]
fix(build): revert entities to 4.5 to avoid runtime resolution errors
close #11603
Evan You [Thu, 15 Aug 2024 01:58:30 +0000 (09:58 +0800)]
fix(compiler-core): use ast-based check for function expressions when possible
close #11615
Evan You [Thu, 15 Aug 2024 00:55:36 +0000 (08:55 +0800)]
chore: update changelog regarding inject behavior change
close #11602
close #11604
btea [Thu, 15 Aug 2024 00:48:13 +0000 (08:48 +0800)]
chore: add recommendations extensions vitest (#11610)
Raman Paulau [Wed, 14 Aug 2024 07:12:13 +0000 (00:12 -0700)]
chore(types): update examples in JSDoc for augmenting global properties and custom options to align with docs (#11609)
Tycho [Wed, 14 Aug 2024 07:11:10 +0000 (15:11 +0800)]
fix(types/computed): ensure type safety for `WritableComputedRef` (#11608)
linzhe [Tue, 13 Aug 2024 14:54:08 +0000 (22:54 +0800)]
fix(reactivity): sync watch should be executed correctly (#11589)
close #11577
btea [Tue, 13 Aug 2024 14:07:35 +0000 (22:07 +0800)]
fix(keep-alive): ensure include/exclude regexp work with global flag (#11595)
Tycho [Tue, 13 Aug 2024 14:06:10 +0000 (22:06 +0800)]
fix(types): add fallback stub for DOM types when DOM lib is absent (#11598)
edison [Tue, 13 Aug 2024 14:05:14 +0000 (22:05 +0800)]
refactor: remove unnecessary check as filter is always non-null (#11599)
edison [Tue, 13 Aug 2024 14:04:48 +0000 (22:04 +0800)]
feat(deprecated): remove deprecated parseExpressions option (#11597)
Tycho [Tue, 13 Aug 2024 14:02:57 +0000 (22:02 +0800)]
chore: add explicit type annotation to `initDirectivesForSSR` (#11596)
Evan You [Mon, 12 Aug 2024 01:33:56 +0000 (09:33 +0800)]
chore(deps): pin marked
renovate[bot] [Mon, 12 Aug 2024 01:34:50 +0000 (09:34 +0800)]
chore(deps): update lint (#11586)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 12 Aug 2024 01:34:36 +0000 (09:34 +0800)]
chore(deps): update test to ^2.0.5 (#11584)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 12 Aug 2024 01:34:23 +0000 (09:34 +0800)]
chore(deps): update dependency puppeteer to v23 (#11588)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 12 Aug 2024 01:31:46 +0000 (09:31 +0800)]
fix(deps): update dependency postcss to ^8.4.41 (#11585)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>