]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
13 months agochore: restrict duplicated imports, support Vue SFC for eslint chore/eslint-imports 10165/head
三咲智子 Kevin Deng [Sat, 20 Jan 2024 16:14:23 +0000 (00:14 +0800)] 
chore: restrict duplicated imports, support Vue SFC for eslint

13 months agofix(reactivity): pass oldValue in debug info when triggering refs (#8210)
Fan Pei [Tue, 4 Jun 2024 15:25:37 +0000 (00:25 +0900)] 
fix(reactivity): pass oldValue in debug info when triggering refs (#8210)

fix vuejs/pinia#2061

13 months agotest: test for events when component updating (#7896)
iwusong [Tue, 4 Jun 2024 15:04:11 +0000 (23:04 +0800)] 
test: test for events when component updating (#7896)

test for #5517

13 months agotest(reactivity): replace isReactive with isReadonly (#7513)
[Tue, 4 Jun 2024 14:13:48 +0000 (22:13 +0800)] 
test(reactivity): replace isReactive with isReadonly (#7513)

13 months agofix(transition): ensure Transition enterHooks are updated after clone (#11066)
edison [Tue, 4 Jun 2024 14:07:42 +0000 (22:07 +0800)] 
fix(transition): ensure Transition enterHooks are updated after clone (#11066)

close #11061

13 months agofix(runtime-core): fix Transition for components with root-level v-if (#7678)
AlexVagrant [Tue, 4 Jun 2024 14:06:07 +0000 (22:06 +0800)] 
fix(runtime-core): fix Transition for components with root-level v-if  (#7678)

close #7649

13 months agofix(compiler-core): fix :key shorthand on v-for (#10942)
Vadim Kruglov [Tue, 4 Jun 2024 12:18:24 +0000 (19:18 +0700)] 
fix(compiler-core): fix :key shorthand on v-for (#10942)

close #10882
close #10939

13 months agochore(server-renderer): avoid using `s` regex flag (#11048)
Kevin Deng 三咲智子 [Tue, 4 Jun 2024 12:12:43 +0000 (20:12 +0800)] 
chore(server-renderer): avoid using `s` regex flag (#11048)

for TS 5.5 compat

13 months agochore(deps): update dependency execa to v9 (#11049)
renovate[bot] [Tue, 4 Jun 2024 09:23:26 +0000 (17:23 +0800)] 
chore(deps): update dependency execa to v9 (#11049)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13 months agochore(deps): update dawidd6/action-download-artifact action to v4 (#11065)
renovate[bot] [Tue, 4 Jun 2024 05:51:22 +0000 (13:51 +0800)] 
chore(deps): update dawidd6/action-download-artifact action to v4 (#11065)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13 months agofix(deps): update playground (#11064)
renovate[bot] [Tue, 4 Jun 2024 05:51:14 +0000 (13:51 +0800)] 
fix(deps): update playground (#11064)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13 months agochore(deps): update build (#11057)
renovate[bot] [Mon, 3 Jun 2024 11:39:32 +0000 (19:39 +0800)] 
chore(deps): update build (#11057)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13 months agochore(deps): update all non-major dependencies (#11058)
renovate[bot] [Mon, 3 Jun 2024 07:23:32 +0000 (15:23 +0800)] 
chore(deps): update all non-major dependencies (#11058)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13 months agochore(deps): update pnpm/action-setup action to v4 (#11050)
renovate[bot] [Fri, 31 May 2024 18:40:48 +0000 (02:40 +0800)] 
chore(deps): update pnpm/action-setup action to v4 (#11050)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13 months agofix(runtime-core): ensure suspense creates dep component's render effect with correct...
Thorsten Lünborg [Fri, 31 May 2024 15:57:37 +0000 (17:57 +0200)] 
fix(runtime-core): ensure suspense creates dep component's render effect with correct optimized flag (#7689)

close #7688

13 months agofix(compat): ensure proper handling of render fuction from SFC using Vue.extend ...
Thorsten Lünborg [Fri, 31 May 2024 15:49:18 +0000 (17:49 +0200)] 
fix(compat): ensure proper handling of render fuction from SFC using Vue.extend (#7781)

close #7766

13 months agofix(hmr): avoid infinite recursion when reloading hmr components (#6936)
Zeke Zhang [Fri, 31 May 2024 15:41:13 +0000 (23:41 +0800)] 
fix(hmr): avoid infinite recursion when reloading hmr components (#6936)

close #6930

13 months agochore: format
Evan You [Fri, 31 May 2024 15:26:16 +0000 (23:26 +0800)] 
chore: format

13 months agofix(runtime-dom): also set attribute for form element state
Evan You [Fri, 31 May 2024 15:22:42 +0000 (23:22 +0800)] 
fix(runtime-dom): also set attribute for form element state

close #6007
close #6012

13 months agofix(v-model): fix the lazy modifier is not reset by other modifications (#8547)
远方os [Fri, 31 May 2024 13:05:41 +0000 (21:05 +0800)] 
fix(v-model): fix the lazy modifier is not reset by other modifications (#8547)

close #8546
close #6564
close #6773

13 months agofix(compiler-sfc): throw error when import macro as alias (#11041)
Kevin Deng 三咲智子 [Fri, 31 May 2024 09:08:54 +0000 (17:08 +0800)] 
fix(compiler-sfc): throw error when import macro as alias (#11041)

13 months agotypes: improve readability of built-in type (#9129)
Alex Liu [Thu, 30 May 2024 11:41:38 +0000 (19:41 +0800)] 
types: improve readability of built-in type (#9129)

13 months agorefactor(types/compat): improve the types for $set and $delete (#8719)
远方os [Thu, 30 May 2024 10:27:38 +0000 (18:27 +0800)] 
refactor(types/compat): improve the types for $set and $delete (#8719)

13 months agochore: fix typo (DistrubuteRef -> DistributeRef) (#11040)
Haoqun Jiang [Thu, 30 May 2024 10:22:11 +0000 (18:22 +0800)] 
chore: fix typo (DistrubuteRef -> DistributeRef) (#11040)

13 months agofix(compiler-core): emit TS-compatible function declaration when requested (#9363)
Wouter [Thu, 30 May 2024 10:19:04 +0000 (12:19 +0200)] 
fix(compiler-core): emit TS-compatible function declaration when requested (#9363)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
13 months agofix(compiler-core): allow unicode to appear in simple identifiers (#6765)
Travis [Thu, 30 May 2024 09:45:11 +0000 (17:45 +0800)] 
fix(compiler-core): allow unicode to appear in simple identifiers (#6765)

close #6367

13 months agofix(ssr): fix the bug that multi slot scope id does not work on component (#6100)
mmis1000 [Thu, 30 May 2024 09:43:34 +0000 (17:43 +0800)] 
fix(ssr): fix the bug that multi slot scope id does not work on component (#6100)

close #6093

13 months agofix(compiler-core): v-for expression missing source with spaces should emit error...
huangcheng [Thu, 30 May 2024 09:24:37 +0000 (17:24 +0800)] 
fix(compiler-core): v-for expression missing source with spaces should emit error (#5821)

close #5819

13 months agofix(watch): support traversing symbol properties in deep watcher (#10969)
skirtle [Thu, 30 May 2024 03:03:44 +0000 (04:03 +0100)] 
fix(watch): support traversing symbol properties in deep watcher (#10969)

close #402

13 months agoci: omit pr number (#11033)
Kevin Deng 三咲智子 [Thu, 30 May 2024 02:51:55 +0000 (10:51 +0800)] 
ci: omit pr number (#11033)

In the latest version of `maintain-one-comment`, pr number can be set automatically
https://github.com/actions-cool/maintain-one-comment/pull/9

13 months agofix(teleport): do not throw target warning when teleport is disabled (#9818)
Yi Yang [Thu, 30 May 2024 02:51:30 +0000 (10:51 +0800)] 
fix(teleport): do not throw target warning when teleport is disabled (#9818)

13 months agochore: disallow optional chaining (#10919)
Kevin Deng 三咲智子 [Wed, 29 May 2024 07:03:20 +0000 (15:03 +0800)] 
chore: disallow optional chaining (#10919)

13 months agotest: improve test coverage (#9203)
远方os [Tue, 28 May 2024 09:36:29 +0000 (17:36 +0800)] 
test: improve test coverage (#9203)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
13 months agofix(compiler-core): should set `<math>` tag as block to retain MathML namespace after...
linzhe [Tue, 28 May 2024 06:26:29 +0000 (14:26 +0800)] 
fix(compiler-core): should set `<math>` tag as block to retain MathML namespace after patching (#10891)

Co-authored-by: linzhe141 <linzhe141@qq.com>
13 months agotypes(runtime-core): add `OnCleanup` parameter type in `this.$watch` (#9371)
远方os [Mon, 27 May 2024 16:25:07 +0000 (00:25 +0800)] 
types(runtime-core): add `OnCleanup` parameter type in `this.$watch` (#9371)

13 months agochore(deps): update lint (#11025)
renovate[bot] [Mon, 27 May 2024 10:09:17 +0000 (18:09 +0800)] 
chore(deps): update lint (#11025)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13 months agochore(deps): update build (#11021)
renovate[bot] [Mon, 27 May 2024 10:01:56 +0000 (18:01 +0800)] 
chore(deps): update build (#11021)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13 months agodx(runtime-core): log the component object when warning about missing template/render...
skirtle [Mon, 27 May 2024 10:01:25 +0000 (11:01 +0100)] 
dx(runtime-core): log the component object when warning about missing template/render function (#10263)

13 months agorefactor(compiler-sfc): defineOptions avoid redundant conditional judgments (#9453)
Simon He [Mon, 27 May 2024 09:59:29 +0000 (17:59 +0800)] 
refactor(compiler-sfc): defineOptions avoid redundant conditional judgments (#9453)

13 months agochore(reactivity): improve readonly/reactive warning message (#9095)
chenfan [Mon, 27 May 2024 09:31:11 +0000 (17:31 +0800)] 
chore(reactivity): improve readonly/reactive warning message (#9095)

13 months agorefactor: replace `Object.assign` with `extend` (#8988)
远方os [Mon, 27 May 2024 09:08:14 +0000 (17:08 +0800)] 
refactor: replace `Object.assign` with `extend` (#8988)

13 months agorefactor(runtime-core): prevent users from manually calling lifecycle hook function...
远方os [Mon, 27 May 2024 09:07:38 +0000 (17:07 +0800)] 
refactor(runtime-core): prevent users from manually calling lifecycle hook function (#8731)

13 months agorefactor(server-renderer): slotScopeId scopeId uses optional argument syntax (#7891)
白雾三语 [Mon, 27 May 2024 09:06:48 +0000 (17:06 +0800)] 
refactor(server-renderer): slotScopeId scopeId uses optional argument syntax (#7891)

13 months agochore(sfc-playground): add pnpm usage to download template (#7815)
Travis [Mon, 27 May 2024 09:06:04 +0000 (17:06 +0800)] 
chore(sfc-playground): add pnpm usage to download template (#7815)

13 months agofix(compat): correctly transform non-identifier expressions in legacy filter syntax...
Haoqun Jiang [Mon, 27 May 2024 09:04:48 +0000 (17:04 +0800)] 
fix(compat): correctly transform non-identifier expressions in legacy filter syntax (#10896)

close #10852

13 months agochore: run prettier
Evan You [Mon, 27 May 2024 09:03:03 +0000 (17:03 +0800)] 
chore: run prettier

13 months agochore(types): added `getSSRProps` type argument (#5691)
nandi95 [Mon, 27 May 2024 08:56:59 +0000 (09:56 +0100)] 
chore(types): added `getSSRProps` type argument (#5691)

13 months agofix(deps): update compiler (#11024)
renovate[bot] [Mon, 27 May 2024 08:51:43 +0000 (16:51 +0800)] 
fix(deps): update compiler (#11024)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13 months agofix(ssr): fix hydration for node with empty text node (#7216)
edison [Mon, 27 May 2024 08:50:49 +0000 (16:50 +0800)] 
fix(ssr): fix hydration for node with empty text node (#7216)

13 months agochore(deps): update all non-major dependencies (#11020)
renovate[bot] [Mon, 27 May 2024 08:27:59 +0000 (16:27 +0800)] 
chore(deps): update all non-major dependencies (#11020)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13 months agofix(compiler-core): make `ForIteratorExpression`'s `returns` property optional (...
Ray [Mon, 27 May 2024 08:15:54 +0000 (16:15 +0800)] 
fix(compiler-core): make `ForIteratorExpression`'s `returns` property optional (#11011)

13 months agochore: correct the comments in KeepAlive.ts (#11005)
Haoqun Jiang [Fri, 24 May 2024 08:43:13 +0000 (16:43 +0800)] 
chore: correct the comments in KeepAlive.ts (#11005)

13 months agofix(KeepAlive): properly cache nested Suspense subtree (#10912)
edison [Fri, 24 May 2024 08:37:38 +0000 (16:37 +0800)] 
fix(KeepAlive): properly cache nested Suspense subtree (#10912)

* fix(KeepAlive): properly cache nested Suspense subtree

* test: add test case

* chore: add comments

* Update KeepAlive.ts

13 months agofix(custom-element): disconnect MutationObserver in nextTick in case that custom...
白雾三语 [Tue, 21 May 2024 16:14:02 +0000 (00:14 +0800)] 
fix(custom-element): disconnect MutationObserver in nextTick in case that custom elements are moved (#10613)

Closes #10610

13 months agochore: dedupe deps
Evan You [Tue, 21 May 2024 08:32:58 +0000 (16:32 +0800)] 
chore: dedupe deps

13 months agoci: fix RCE vulnerability in file overwrite (#10985)
Kevin Deng 三咲智子 [Mon, 20 May 2024 23:05:08 +0000 (07:05 +0800)] 
ci: fix RCE vulnerability in file overwrite (#10985)

Special thanks to @RedYetiDev

13 months agotest: update coverage exclude (#10915)
btea [Mon, 20 May 2024 16:38:15 +0000 (00:38 +0800)] 
test: update coverage exclude (#10915)

13 months agochore(deps): update build (#10981)
renovate[bot] [Mon, 20 May 2024 13:42:35 +0000 (21:42 +0800)] 
chore(deps): update build (#10981)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13 months agochore(deps): update all non-major dependencies (#10980)
renovate[bot] [Mon, 20 May 2024 13:40:41 +0000 (21:40 +0800)] 
chore(deps): update all non-major dependencies (#10980)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13 months agofix: correct the type of `<details>`'s `onToggle` event handler (#10938)
btea [Mon, 20 May 2024 11:42:34 +0000 (19:42 +0800)] 
fix: correct the type of `<details>`'s `onToggle` event handler (#10938)

Fixes #10928

13 months agofix(compiler-core): change v-for key type to match Object.keys (#10963)
Alexandre Ferrera [Mon, 20 May 2024 11:33:18 +0000 (13:33 +0200)] 
fix(compiler-core): change v-for key type to match Object.keys (#10963)

close #8819

13 months agofix(shared): ensure invokeArrayFns handles undefined arguments (#10869)
Tycho [Mon, 20 May 2024 11:28:22 +0000 (19:28 +0800)] 
fix(shared): ensure invokeArrayFns handles undefined arguments (#10869)

Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
Close #10863

13 months agodocs: set propper highlighting for commit convention regex (#10949) [skip ci] 10961/head
OrbisK [Wed, 15 May 2024 10:03:54 +0000 (12:03 +0200)] 
docs: set propper highlighting for commit convention regex (#10949) [skip ci]

13 months agochore(deps): update dependency esbuild to ^0.21.2 (#10925)
renovate[bot] [Mon, 13 May 2024 15:34:53 +0000 (23:34 +0800)] 
chore(deps): update dependency esbuild to ^0.21.2 (#10925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13 months agochore(deps): update lint (#10926)
renovate[bot] [Mon, 13 May 2024 09:13:46 +0000 (17:13 +0800)] 
chore(deps): update lint (#10926)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13 months agofix(deps): update compiler to ^7.24.5 (#10924)
renovate[bot] [Mon, 13 May 2024 09:10:34 +0000 (17:10 +0800)] 
fix(deps): update compiler to ^7.24.5 (#10924)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13 months agochore(deps): update all non-major dependencies (#10923)
renovate[bot] [Mon, 13 May 2024 09:09:13 +0000 (17:09 +0800)] 
chore(deps): update all non-major dependencies (#10923)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
14 months agofix(compile-sfc): register props destructure rest id as setup bindings (#10888)
edison [Wed, 8 May 2024 23:43:17 +0000 (07:43 +0800)] 
fix(compile-sfc): register props destructure rest id as setup bindings (#10888)

close #10885

14 months agorelease: v3.4.27 v3.4.27
Evan You [Mon, 6 May 2024 23:59:48 +0000 (16:59 -0700)] 
release: v3.4.27

14 months agofix(compiler-sfc): handle keyof operator (#10874)
Tycho [Mon, 6 May 2024 23:16:14 +0000 (07:16 +0800)] 
fix(compiler-sfc): handle keyof operator (#10874)

close #10871

14 months agofix(compat): include legacy scoped slots (#10868)
Stanislav Lashmanov [Mon, 6 May 2024 23:05:55 +0000 (03:05 +0400)] 
fix(compat): include legacy scoped slots (#10868)

close #8869

14 months agofix(hydration): handle edge case of style mismatch without style attribute
Evan You [Mon, 6 May 2024 22:38:16 +0000 (15:38 -0700)] 
fix(hydration): handle edge case of style mismatch without style attribute

ref #10786

14 months agorefactor(types): use explicit modifiers type (#10856)
btea [Mon, 6 May 2024 22:23:04 +0000 (06:23 +0800)] 
refactor(types): use explicit modifiers type (#10856)

14 months agochore(deps): update build (#10867)
renovate[bot] [Mon, 6 May 2024 22:22:14 +0000 (06:22 +0800)] 
chore(deps): update build (#10867)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
14 months agochore(deps): update all non-major dependencies (#10866)
renovate[bot] [Mon, 6 May 2024 22:14:19 +0000 (06:14 +0800)] 
chore(deps): update all non-major dependencies (#10866)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
14 months agotest(watch): watching a reactive array (#10848)
skirtle [Fri, 3 May 2024 20:26:49 +0000 (21:26 +0100)] 
test(watch): watching a reactive array (#10848)

14 months agofix(compiler-dom): restrict createStaticVNode usage with option elements (#10846)
skirtle [Wed, 1 May 2024 16:03:17 +0000 (17:03 +0100)] 
fix(compiler-dom): restrict createStaticVNode usage with option elements (#10846)

close #6568
close #7434

14 months agorefactor(perf): assign value in `if` block (#10836)
Guo [Mon, 29 Apr 2024 10:57:56 +0000 (18:57 +0800)] 
refactor(perf): assign value in `if` block (#10836)

14 months agofix(compiler-core): add support for arrow aysnc function with unbracketed (#5789)
huangcheng [Mon, 29 Apr 2024 10:55:58 +0000 (18:55 +0800)] 
fix(compiler-core): add support for arrow aysnc function with unbracketed (#5789)

close #5788

14 months agochore(workflow): link to minor branch changelog for pre-releases [ci skip]
Evan You [Mon, 29 Apr 2024 10:14:02 +0000 (18:14 +0800)] 
chore(workflow): link to minor branch changelog for pre-releases [ci skip]

14 months agotest: fix test case name
Evan You [Mon, 29 Apr 2024 10:12:27 +0000 (18:12 +0800)] 
test: fix test case name

14 months agorelease: v3.4.26 v3.4.26
Evan You [Mon, 29 Apr 2024 08:36:54 +0000 (16:36 +0800)] 
release: v3.4.26

14 months agofix(compiler-core): fix bail constant for globals
Evan You [Mon, 29 Apr 2024 08:21:25 +0000 (16:21 +0800)] 
fix(compiler-core): fix bail constant for globals

14 months agofix(runtime-core): properly handle inherit transition during clone VNode (#10809)
edison [Mon, 29 Apr 2024 06:39:14 +0000 (14:39 +0800)] 
fix(runtime-core): properly handle inherit transition during clone VNode (#10809)

close #3716
close #10497
close #4091

14 months agofix(runtime-core): attrs should be readonly in functional components (#10767)
skirtle [Mon, 29 Apr 2024 06:37:11 +0000 (07:37 +0100)] 
fix(runtime-core): attrs should be readonly in functional components (#10767)

14 months agorefactor: simplify traverse() for deep watchers (#10795)
skirtle [Mon, 29 Apr 2024 06:29:55 +0000 (07:29 +0100)] 
refactor: simplify traverse() for deep watchers (#10795)

14 months agochore(deps): update lint (#10831)
renovate[bot] [Mon, 29 Apr 2024 06:28:27 +0000 (14:28 +0800)] 
chore(deps): update lint (#10831)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
14 months agorefactor: remove optional chaining (#10792)
skirtle [Mon, 29 Apr 2024 06:04:05 +0000 (07:04 +0100)] 
refactor: remove optional chaining (#10792)

14 months agochore(deps): update build (#10830)
renovate[bot] [Mon, 29 Apr 2024 06:02:50 +0000 (14:02 +0800)] 
chore(deps): update build (#10830)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
14 months agochore(deps): update test (#10829)
renovate[bot] [Mon, 29 Apr 2024 05:59:00 +0000 (13:59 +0800)] 
chore(deps): update test (#10829)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
14 months agochore(deps): update all non-major dependencies (#10828)
renovate[bot] [Mon, 29 Apr 2024 05:58:46 +0000 (13:58 +0800)] 
chore(deps): update all non-major dependencies (#10828)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
14 months agofix(Transition): re-fix #10620 (#10832)
edison [Mon, 29 Apr 2024 05:50:49 +0000 (13:50 +0800)] 
fix(Transition): re-fix #10620 (#10832)

revert #10632
re-fix #10620
close #10827

14 months agofix(compiler-core): remove unnecessary constant bail check
Evan You [Mon, 29 Apr 2024 04:21:24 +0000 (12:21 +0800)] 
fix(compiler-core): remove unnecessary constant bail check

member expressions and call expressions can only happen when there are identifiers

close #10807

14 months agofix(runtime-core): ensure slot compiler marker writable (#10825)
edison [Mon, 29 Apr 2024 03:47:40 +0000 (11:47 +0800)] 
fix(runtime-core): ensure slot compiler marker writable (#10825)

close #10818

14 months agotypes: match CompatVue app.use type to standard version
Evan You [Mon, 29 Apr 2024 02:58:19 +0000 (10:58 +0800)] 
types: match CompatVue app.use type to standard version

close #5760

14 months agoworkflow(sfc-playground): fix file renaming by bumping repl
Evan You [Fri, 26 Apr 2024 01:26:13 +0000 (09:26 +0800)] 
workflow(sfc-playground): fix file renaming by bumping repl

close #10791

14 months agorelease: v3.4.25 v3.4.25
Evan You [Wed, 24 Apr 2024 10:37:52 +0000 (18:37 +0800)] 
release: v3.4.25

14 months agoci: use single thread for e2e tests on ci
Evan You [Wed, 24 Apr 2024 10:31:45 +0000 (18:31 +0800)] 
ci: use single thread for e2e tests on ci

14 months agofix(runtime-core): use normal object as internal prototype for attrs and slots
Evan You [Wed, 24 Apr 2024 10:28:49 +0000 (18:28 +0800)] 
fix(runtime-core): use normal object as internal prototype for attrs and slots

to allow use of hasOwnProperty()
ref https://github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add#r141304923

14 months agofix(defineModel): align prod mode runtime type generation with defineProps
Evan You [Wed, 24 Apr 2024 10:21:57 +0000 (18:21 +0800)] 
fix(defineModel): align prod mode runtime type generation with defineProps

close #10769