]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
16 months agochore(deps): update dependency npm-run-all2 to v6 (#10309)
renovate[bot] [Tue, 13 Feb 2024 09:15:47 +0000 (17:15 +0800)] 
chore(deps): update dependency npm-run-all2 to v6 (#10309)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agochore(errorHandling): directly return value in callWithErrorHandling function (#10315)
OnlyWick [Tue, 13 Feb 2024 09:15:18 +0000 (17:15 +0800)] 
chore(errorHandling): directly return value in callWithErrorHandling function (#10315)

16 months agofix(deps): pin lru-cache to avoid hashing error
Evan You [Tue, 13 Feb 2024 09:14:26 +0000 (17:14 +0800)] 
fix(deps): pin lru-cache to avoid hashing error

close #10300

16 months agochore: fix local test run mode in release script
Evan You [Tue, 13 Feb 2024 05:07:39 +0000 (13:07 +0800)] 
chore: fix local test run mode in release script

16 months agofix(runtime-dom): should not trigger transition when v-show value is falsy (#10311)
zhoulixiang [Tue, 13 Feb 2024 04:56:52 +0000 (12:56 +0800)] 
fix(runtime-dom): should not trigger transition when v-show value is falsy (#10311)

16 months agoperf(runtime): improve `getType()` GC and speed (#10327)
João Carmona [Tue, 13 Feb 2024 03:54:59 +0000 (04:54 +0100)] 
perf(runtime): improve `getType()` GC and speed (#10327)

17 months agochore(deps): update actions/upload-artifact action to v4 (#10307)
renovate[bot] [Sat, 10 Feb 2024 05:03:11 +0000 (13:03 +0800)] 
chore(deps): update actions/upload-artifact action to v4 (#10307)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 months agochore(deps): update dawidd6/action-download-artifact action to v3 (#10308)
renovate[bot] [Sat, 10 Feb 2024 05:03:01 +0000 (13:03 +0800)] 
chore(deps): update dawidd6/action-download-artifact action to v3 (#10308)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 months agochore(deps): update actions/cache action to v4 (#10306)
renovate[bot] [Sat, 10 Feb 2024 05:00:53 +0000 (13:00 +0800)] 
chore(deps): update actions/cache action to v4 (#10306)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 months agorelease: v3.4.18 v3.4.18
Evan You [Fri, 9 Feb 2024 02:31:29 +0000 (10:31 +0800)] 
release: v3.4.18

17 months agofix(runtime-dom): ensure v-show respects display value set via v-bind (#10297)
zhoulixiang [Fri, 9 Feb 2024 02:17:35 +0000 (10:17 +0800)] 
fix(runtime-dom):  ensure v-show respects display value set via v-bind (#10297)

close #10151

17 months agotest: fix unexpected warning check when asserting same message for both conditions
Evan You [Fri, 9 Feb 2024 01:02:52 +0000 (09:02 +0800)] 
test: fix unexpected warning check when asserting same message for both conditions

17 months agofix(dx): warn against reserved keys as prop name
Evan You [Fri, 9 Feb 2024 00:47:06 +0000 (08:47 +0800)] 
fix(dx): warn against reserved keys as prop name

close #10281

17 months agorelease: v3.4.17 v3.4.17
Evan You [Fri, 9 Feb 2024 00:38:19 +0000 (08:38 +0800)] 
release: v3.4.17

17 months agorevert: fix(runtime-dom): ensure v-show respects display value set via v-bind (#10161)
Evan You [Fri, 9 Feb 2024 00:30:51 +0000 (08:30 +0800)] 
revert: fix(runtime-dom): ensure v-show respects display value set via v-bind (#10161)

This reverts commit 9b19f0912104bfccb10c8cf5beab02b21a648935.

close #10294
reopen #10151

17 months agorelease: v3.4.16 v3.4.16
Evan You [Thu, 8 Feb 2024 03:45:34 +0000 (11:45 +0800)] 
release: v3.4.16

17 months agochore: move X_V_BIND_INVALID_SAME_NAME_ARGUMENT to preserve error code order
Evan You [Thu, 8 Feb 2024 03:36:51 +0000 (11:36 +0800)] 
chore: move X_V_BIND_INVALID_SAME_NAME_ARGUMENT to preserve error code order

17 months agofix(reactivity): skip non-extensible objects when using `markRaw` (#10289)
Artyom Tuchkov [Thu, 8 Feb 2024 02:57:57 +0000 (06:57 +0400)] 
fix(reactivity): skip non-extensible objects when using `markRaw` (#10289)

close #10288

17 months agofix(runtime-core): support for nested calls to runWithContext (#10261)
yangxiuxiu [Wed, 7 Feb 2024 05:33:44 +0000 (13:33 +0800)] 
fix(runtime-core): support for nested calls to runWithContext (#10261)

close #10260

17 months agorevert: perf(templateRef): avoid double render when using template ref on v-for
Evan You [Wed, 7 Feb 2024 05:24:03 +0000 (13:24 +0800)] 
revert: perf(templateRef): avoid double render when using template ref on v-for

This reverts commit de4d2e2143ea8397cebeb1c7a57a60007b283c9f.

reopen #9908
close #10210, close #10234

17 months agofix(runtime-dom): ensure v-show respects display value set via v-bind (#10161)
Doctor Wu [Wed, 7 Feb 2024 04:54:21 +0000 (12:54 +0800)] 
fix(runtime-dom): ensure v-show respects display value set via v-bind (#10161)

close #10151

17 months agofix(compiler-core): handle same-name shorthand edge case for in-DOM templates
Evan You [Wed, 7 Feb 2024 04:15:39 +0000 (12:15 +0800)] 
fix(compiler-core): handle same-name shorthand edge case for in-DOM templates

Also add error for invalid arguments for same-name shorthand.

close #10280

17 months agofix(reactivity): avoid infinite recursion from side effects in computed getter (...
Johnson Chu [Tue, 6 Feb 2024 10:44:09 +0000 (18:44 +0800)] 
fix(reactivity): avoid infinite recursion from side effects in computed getter (#10232)

close #10214

17 months agofix(reactivity): handle `MaybeDirty` recurse (#10187)
Johnson Chu [Tue, 6 Feb 2024 10:23:56 +0000 (18:23 +0800)] 
fix(reactivity): handle `MaybeDirty` recurse (#10187)

close #10185

17 months agofix(compiler-core): support v-bind shorthand syntax for dynamic slot name (#10218)
zhoulixiang [Tue, 6 Feb 2024 09:54:06 +0000 (17:54 +0800)] 
fix(compiler-core): support v-bind shorthand syntax for dynamic slot name (#10218)

close #10213

17 months agofix(hydration): fix SFC style v-bind hydration mismatch warnings (#10250)
yangxiuxiu [Tue, 6 Feb 2024 09:38:41 +0000 (17:38 +0800)] 
fix(hydration): fix SFC style v-bind hydration mismatch warnings (#10250)

close #10215

17 months agofix(runtime-dom): fix option selected update failed (#10200)
Doctor Wu [Tue, 6 Feb 2024 08:58:51 +0000 (16:58 +0800)] 
fix(runtime-dom): fix option selected update failed (#10200)

close #10194
close #10267

17 months agochore(deps): pin rollup to 4.9.2
Evan You [Mon, 5 Feb 2024 04:21:23 +0000 (12:21 +0800)] 
chore(deps): pin rollup to 4.9.2

4.9.3 introduced a regression in https://github.com/rollup/rollup/pull/5313
which changes the `export * from` codegen and breaks Node.js' re-export
detection.

17 months agochore(deps): pin @rollup/plugin-replace to 5.0.4
Evan You [Mon, 5 Feb 2024 04:14:28 +0000 (12:14 +0800)] 
chore(deps): pin @rollup/plugin-replace to 5.0.4

5.0.5 introduced a regression that causes replacements in the truthy
branch of ternaries to be skipped: https://github.com/rollup/plugins/issues/1619

This causes the enum replacements to fail and leads to bundle size
regressions.

17 months agochore(playground): update download template deps
Evan You [Mon, 5 Feb 2024 04:09:08 +0000 (12:09 +0800)] 
chore(playground): update download template deps

17 months agochore(playground): bump @vitejs/plugin-vue
Evan You [Mon, 5 Feb 2024 04:07:15 +0000 (12:07 +0800)] 
chore(playground): bump @vitejs/plugin-vue

17 months agochore(deps): update build (#10271)
renovate[bot] [Mon, 5 Feb 2024 03:37:25 +0000 (11:37 +0800)] 
chore(deps): update build (#10271)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 months agochore(deps): update dependency puppeteer to ~21.11.0 (#10272)
renovate[bot] [Mon, 5 Feb 2024 03:37:07 +0000 (11:37 +0800)] 
chore(deps): update dependency puppeteer to ~21.11.0 (#10272)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 months agofix(runtime-core): avoid inlining isShallow (#10238)
三咲智子 Kevin Deng [Mon, 5 Feb 2024 03:36:17 +0000 (11:36 +0800)] 
fix(runtime-core): avoid inlining isShallow (#10238)

17 months agochore: remove missing reactivity transform file (#10255)
三咲智子 Kevin Deng [Mon, 5 Feb 2024 03:35:29 +0000 (11:35 +0800)] 
chore: remove missing reactivity transform file (#10255)

prev: https://github.com/vuejs/core/pull/9321

17 months agofix(deps): update compiler (#10269)
renovate[bot] [Mon, 5 Feb 2024 03:34:34 +0000 (11:34 +0800)] 
fix(deps): update compiler (#10269)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 months agochore(deps): update all non-major dependencies (#10268)
renovate[bot] [Mon, 5 Feb 2024 03:34:23 +0000 (11:34 +0800)] 
chore(deps): update all non-major dependencies (#10268)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 months agochore(deps): update test (#10229)
renovate[bot] [Mon, 29 Jan 2024 01:44:12 +0000 (09:44 +0800)] 
chore(deps): update test (#10229)

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 months agochore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#10228)
renovate[bot] [Mon, 29 Jan 2024 01:36:14 +0000 (09:36 +0800)] 
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#10228)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 months agobuild(deps-dev): bump vite from 5.0.7 to 5.0.12 (#10162)
dependabot[bot] [Mon, 29 Jan 2024 01:35:50 +0000 (09:35 +0800)] 
build(deps-dev): bump vite from 5.0.7 to 5.0.12 (#10162)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.7 to 5.0.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 months agoworkflow: minor tweaks for release script (#10220)
Neo [Mon, 29 Jan 2024 01:32:56 +0000 (09:32 +0800)] 
workflow: minor tweaks for release script (#10220)

- `pnpm run test` instead of `pnpm test run`
- also need `--no-git-checks` when drying run
- fix spelling of `remote`

17 months agochore(deps): update test to ^1.2.1 (#10176)
renovate[bot] [Mon, 22 Jan 2024 05:40:25 +0000 (13:40 +0800)] 
chore(deps): update test to ^1.2.1 (#10176)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 months agorelease: v3.4.15 v3.4.15
Evan You [Thu, 18 Jan 2024 13:34:34 +0000 (21:34 +0800)] 
release: v3.4.15

17 months agoperf(templateRef): avoid double render when using template ref on v-for
Evan You [Thu, 18 Jan 2024 13:25:10 +0000 (21:25 +0800)] 
perf(templateRef): avoid double render when using template ref on v-for

close #9908

17 months agofix: correct url for production error reference links
Evan You [Thu, 18 Jan 2024 12:00:01 +0000 (20:00 +0800)] 
fix: correct url for production error reference links

17 months agoperf(v-model): optimize v-model multiple select w/ large lists
Evan You [Thu, 18 Jan 2024 11:55:15 +0000 (19:55 +0800)] 
perf(v-model): optimize v-model multiple select w/ large lists

close #10014

17 months agofix(compiler-sfc): fix type resolution for symlinked node_modules structure w/ pnpm
Evan You [Thu, 18 Jan 2024 05:52:42 +0000 (13:52 +0800)] 
fix(compiler-sfc): fix type resolution for symlinked node_modules structure w/ pnpm

close #10121

17 months agofix(runtime-core): should not warn out-of-render slot fn usage when mounting another...
inottn [Thu, 18 Jan 2024 03:45:11 +0000 (11:45 +0800)] 
fix(runtime-core): should not warn out-of-render slot fn usage when mounting another app in setup (#10125)

close #10124

17 months agorefactor: use shared isAttrRenderable logic between ssr and hydration
Evan You [Thu, 18 Jan 2024 03:23:59 +0000 (11:23 +0800)] 
refactor: use shared isAttrRenderable logic between ssr and hydration

17 months agochore: remove unused import
Evan You [Thu, 18 Jan 2024 03:23:50 +0000 (11:23 +0800)] 
chore: remove unused import

17 months agofix(hydration): fix incorect mismatch warning for option with non-string value and...
Evan You [Thu, 18 Jan 2024 03:19:04 +0000 (11:19 +0800)] 
fix(hydration): fix incorect mismatch warning for option with non-string value and inner text

close 10140

17 months agochore: replace -1 to PatchFlags.HOISTED (#10146)
pengbo [Thu, 18 Jan 2024 02:48:27 +0000 (10:48 +0800)] 
chore: replace -1 to PatchFlags.HOISTED (#10146)

17 months agofix(reactivity): re-fix #10114 (#10123)
Johnson Chu [Thu, 18 Jan 2024 02:46:57 +0000 (10:46 +0800)] 
fix(reactivity): re-fix #10114 (#10123)

17 months agochore: dev build for multi-packages (#10126)
Bou Harusame [Thu, 18 Jan 2024 02:38:36 +0000 (10:38 +0800)] 
chore: dev build for multi-packages (#10126)

Co-authored-by: baoqiang <qiang.bao@stanlogy.com>
17 months agorelease: v3.4.14 v3.4.14
Evan You [Mon, 15 Jan 2024 15:41:12 +0000 (23:41 +0800)] 
release: v3.4.14

17 months agofix(reactivity): fix regression for computed with mutation (#10119)
Doctor Wu [Mon, 15 Jan 2024 15:38:57 +0000 (23:38 +0800)] 
fix(reactivity): fix regression for computed with mutation (#10119)

close #10114

17 months agochore(deps): update test to ^1.2.0 (#10113)
renovate[bot] [Mon, 15 Jan 2024 12:08:45 +0000 (20:08 +0800)] 
chore(deps): update test to ^1.2.0 (#10113)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 months agochore(deps): update lint (#10112)
renovate[bot] [Mon, 15 Jan 2024 10:15:47 +0000 (18:15 +0800)] 
chore(deps): update lint (#10112)

* chore(deps): update lint

* [autofix.ci] apply automated fixes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
17 months agochore(deps): update all non-major dependencies (#10111)
renovate[bot] [Mon, 15 Jan 2024 10:15:36 +0000 (18:15 +0800)] 
chore(deps): update all non-major dependencies (#10111)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 months agofix(deps): update dependency postcss to ^8.4.33 (#10110)
renovate[bot] [Mon, 15 Jan 2024 10:15:24 +0000 (18:15 +0800)] 
fix(deps): update dependency postcss to ^8.4.33 (#10110)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 months agochore: dev build for multi-packages (#10108)
三咲智子 Kevin Deng [Mon, 15 Jan 2024 10:14:32 +0000 (18:14 +0800)] 
chore: dev build for multi-packages (#10108)

17 months agofix(compiler-sfc): enable prefixIdentifiers by default when reparsing on consumed...
三咲智子 Kevin Deng [Sun, 14 Jan 2024 01:36:04 +0000 (09:36 +0800)] 
fix(compiler-sfc): enable prefixIdentifiers by default when reparsing on consumed AST (#10105)

17 months agochore: fix typo in changelog (#10104) [ci skip]
Saeid Zareie [Sat, 13 Jan 2024 13:53:26 +0000 (17:23 +0330)] 
chore: fix typo in changelog (#10104) [ci skip]

18 months agorelease: v3.4.13 v3.4.13
Evan You [Sat, 13 Jan 2024 08:03:45 +0000 (16:03 +0800)] 
release: v3.4.13

18 months agofix(reactivity): fix dirtyLevel checks for recursive effects (#10101)
Johnson Chu [Sat, 13 Jan 2024 07:53:06 +0000 (15:53 +0800)] 
fix(reactivity): fix dirtyLevel checks for recursive effects (#10101)

close #10082

18 months agorelease: v3.4.12 v3.4.12
Evan You [Sat, 13 Jan 2024 02:41:29 +0000 (10:41 +0800)] 
release: v3.4.12

18 months agorevert: fix(reactivity): correct dirty assign in render function (#10091)
Evan You [Sat, 13 Jan 2024 02:28:47 +0000 (10:28 +0800)] 
revert: fix(reactivity): correct dirty assign in render function (#10091)

This reverts commit 8d042050411fdf04d9d1d6c153287164b12e0255.

close #10098
close #10100

18 months agorelease: v3.4.11 v3.4.11
Evan You [Fri, 12 Jan 2024 14:15:16 +0000 (22:15 +0800)] 
release: v3.4.11

18 months agodx(defineModel): warn against reference of setup scope variables in defineModel options
Evan You [Fri, 12 Jan 2024 14:06:46 +0000 (22:06 +0800)] 
dx(defineModel): warn against reference of setup scope variables in defineModel options

close #10093

18 months agofix(runtime-core): filter single root for nested DEV_ROOT_FRAGMENT (#8593)
edison [Fri, 12 Jan 2024 14:07:06 +0000 (22:07 +0800)] 
fix(runtime-core): filter single root for nested DEV_ROOT_FRAGMENT (#8593)

close #5203
close #8581
close #10087

18 months agofix(reactivity): correct dirty assign in render function (#10091)
Doctorwu [Fri, 12 Jan 2024 13:13:17 +0000 (21:13 +0800)] 
fix(reactivity): correct dirty assign in render function (#10091)

close #10082

18 months agofix(hydration): improve mismatch when client valut is null or undefined (#10086)
zhoulixiang [Fri, 12 Jan 2024 09:50:26 +0000 (17:50 +0800)] 
fix(hydration): improve mismatch when client valut is null or undefined (#10086)

18 months agorelease: v3.4.10 v3.4.10
Evan You [Thu, 11 Jan 2024 15:04:20 +0000 (23:04 +0800)] 
release: v3.4.10

18 months agofix(hydration): should not warn on falsy bindings of non-property keys
Evan You [Thu, 11 Jan 2024 13:07:41 +0000 (21:07 +0800)] 
fix(hydration): should not warn on falsy bindings of non-property keys

18 months agorelease: v3.4.9 v3.4.9
Evan You [Thu, 11 Jan 2024 10:49:05 +0000 (18:49 +0800)] 
release: v3.4.9

18 months agofix(build): avoid accessing __FEATURE_PROD_DEVTOOLS__ flag in root scope
Evan You [Thu, 11 Jan 2024 10:30:23 +0000 (18:30 +0800)] 
fix(build): avoid accessing __FEATURE_PROD_DEVTOOLS__ flag in root scope

18 months agochore(build): rename __NODE_JS__ build flag to __CJS__
Evan You [Thu, 11 Jan 2024 10:24:21 +0000 (18:24 +0800)] 
chore(build): rename __NODE_JS__ build flag to __CJS__

18 months agorefactor: split out useModel implementation and tests
Evan You [Thu, 11 Jan 2024 09:57:47 +0000 (17:57 +0800)] 
refactor: split out useModel implementation and tests

18 months agobuild: add node production/development condition in package exports (#10036)
Evan You [Thu, 11 Jan 2024 10:04:32 +0000 (18:04 +0800)] 
build: add node production/development condition in package exports (#10036)

follow up of #9977

18 months agofix(suspense): avoid double-patching nested suspense when parent suspense is not...
edison [Thu, 11 Jan 2024 09:27:53 +0000 (17:27 +0800)] 
fix(suspense): avoid double-patching nested suspense when parent suspense is not resolved (#10055)

close #8678

18 months agotest: test case for style binding w/ object value + v-show
Evan You [Thu, 11 Jan 2024 09:14:49 +0000 (17:14 +0800)] 
test: test case for style binding w/ object value + v-show

ref #10074

18 months agofix(runtime-dom): unify behavior for v-show + style display binding (#10075)
cyx [Thu, 11 Jan 2024 09:11:35 +0000 (17:11 +0800)] 
fix(runtime-dom): unify behavior for v-show + style display binding (#10075)

close #10074

18 months agofix(hydration): do not warn against bindings w/ object values
Evan You [Thu, 11 Jan 2024 08:18:00 +0000 (16:18 +0800)] 
fix(hydration): do not warn against bindings w/ object values

18 months agorelease: v3.4.8 v3.4.8
Evan You [Wed, 10 Jan 2024 17:03:51 +0000 (01:03 +0800)] 
release: v3.4.8

18 months agofix(hydration): fix class and style hydration mismatch message
Evan You [Wed, 10 Jan 2024 16:47:28 +0000 (00:47 +0800)] 
fix(hydration): fix class and style hydration mismatch message

close #10067

18 months agofix(suspense): fix more suspense patch before resolve edge cases
Evan You [Wed, 10 Jan 2024 13:03:20 +0000 (21:03 +0800)] 
fix(suspense): fix more suspense patch before resolve edge cases

close #10017

18 months agofix(hydration): improve attr hydration mismatch check for boolean attrs
Evan You [Wed, 10 Jan 2024 06:14:47 +0000 (14:14 +0800)] 
fix(hydration): improve attr hydration mismatch check for boolean attrs

close #10057
close #10060

18 months agobuild: add copyright and license banner
Evan You [Wed, 10 Jan 2024 05:58:33 +0000 (13:58 +0800)] 
build: add copyright and license banner

close #10054

18 months agorelease: v3.4.7 v3.4.7
Evan You [Tue, 9 Jan 2024 10:15:03 +0000 (18:15 +0800)] 
release: v3.4.7

18 months agofix(types): fix functional component for `h` (#9991)
三咲智子 Kevin Deng [Tue, 9 Jan 2024 08:45:05 +0000 (16:45 +0800)] 
fix(types): fix functional component for `h` (#9991)

- stricter children/slots type
- fix emits/`EE` type argument of `FunctionalComponent`

18 months agorevert: "dx(computed): warn incorrect use of getCurrentInstance inside computed"
Evan You [Tue, 9 Jan 2024 08:37:50 +0000 (16:37 +0800)] 
revert: "dx(computed): warn incorrect use of getCurrentInstance inside computed"

This reverts commit 324e817ef8d00c091e5d1537789542241c876d66.

18 months agoworkflow: ignore non-package directories in /packages (#10016)
LiuSeen [Tue, 9 Jan 2024 07:30:08 +0000 (15:30 +0800)] 
workflow: ignore non-package directories in /packages (#10016)

18 months agochore(types): use EffectScheduler type for its queue (#10023)
LiuSeen [Tue, 9 Jan 2024 07:27:17 +0000 (15:27 +0800)] 
chore(types): use EffectScheduler type for its queue (#10023)

18 months agorefactor(runtime-core): use currentRenderingInstance directly
zhangenming [Tue, 9 Jan 2024 07:26:07 +0000 (15:26 +0800)] 
refactor(runtime-core): use currentRenderingInstance directly

18 months agochore: use NOOP. (#9938)
zhangenming [Tue, 9 Jan 2024 07:24:10 +0000 (15:24 +0800)] 
chore: use NOOP. (#9938)

18 months agofix(parser): skip compat mode check for SFC root `<template>` tags (#10034)
Haoqun Jiang [Tue, 9 Jan 2024 03:14:00 +0000 (11:14 +0800)] 
fix(parser): skip compat mode check for SFC root `<template>` tags (#10034)

Fixes https://github.com/vitejs/vite-plugin-vue/issues/330

18 months agorefactor(runtime-core): safer currentInstance reset
Evan You [Mon, 8 Jan 2024 23:22:13 +0000 (07:22 +0800)] 
refactor(runtime-core): safer currentInstance reset

18 months agorelease: v3.4.6 v3.4.6
Evan You [Mon, 8 Jan 2024 15:01:54 +0000 (23:01 +0800)] 
release: v3.4.6

18 months agofix(types): allow `null` type for textarea value (#9997)
白雾三语 [Mon, 8 Jan 2024 14:58:27 +0000 (22:58 +0800)] 
fix(types): allow `null` type for textarea value (#9997)

close #9904