Commit Graph

6199 Commits

Author SHA1 Message Date
btea 3653bc0f45
fix(keep-alive): ensure include/exclude regexp work with global flag (#11595) 2024-08-13 22:07:35 +08:00
Tycho fee669764f
fix(types): add fallback stub for DOM types when DOM lib is absent (#11598) 2024-08-13 22:06:10 +08:00
edison 73fa91fabd
refactor: remove unnecessary check as filter is always non-null (#11599) 2024-08-13 22:05:14 +08:00
edison 4e7d5db4d2
feat(deprecated): remove deprecated parseExpressions option (#11597) 2024-08-13 22:04:48 +08:00
Tycho d0f882d5bb
chore: add explicit type annotation to `initDirectivesForSSR` (#11596) 2024-08-13 22:02:57 +08:00
Evan You 5238e5a9de
chore(deps): pin marked 2024-08-12 09:36:39 +08:00
renovate[bot] 3f23eff2b5
chore(deps): update lint (#11586)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 09:34:50 +08:00
renovate[bot] cffa12859d
chore(deps): update test to ^2.0.5 (#11584)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 09:34:36 +08:00
renovate[bot] 31deff4c32
chore(deps): update dependency puppeteer to v23 (#11588)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 09:34:23 +08:00
renovate[bot] 4c4e12ae28
fix(deps): update dependency postcss to ^8.4.41 (#11585)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 09:31:46 +08:00
renovate[bot] a26d48177f
chore(deps): update build (#11583)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 09:31:13 +08:00
renovate[bot] 43ccad4ea1
chore(deps): update all non-major dependencies (#11582)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 09:30:12 +08:00
Evan You 765abf8c4a
workflow: fix size report 2024-08-12 09:27:08 +08:00
Evan You 67cdb5f335
workflow: adjust upload depth 2024-08-12 08:29:03 +08:00
Evan You da2bf967f6
chore: rename workflow 2024-08-12 08:24:55 +08:00
Evan You 2dc1c31feb
workflow: upload-built-packages 2024-08-12 08:08:18 +08:00
Evan You 85ee76f29d
chore: bump transition tests buffer in ci 2024-08-12 08:07:41 +08:00
Evan You 6a5b2098e1
workflow: move private packages to separate directory 2024-08-12 08:02:03 +08:00
Evan You cac1e4e7f6
workflow: skip provenance when publishing commits 2024-08-12 07:15:42 +08:00
Evan You 119a0b3832
workflow: use explicit registry when publishing 2024-08-12 07:11:17 +08:00
Evan You a1ee8b719f
workflow: handle targetVersion in release script with publishOnly flag 2024-08-12 06:45:44 +08:00
Evan You 8921c2df85
workflow: test publish commit workflow 2024-08-12 06:35:29 +08:00
Evan You 0a16eae249
chore: log stats in size script 2024-08-11 21:48:08 +08:00
Evan You 90caac473d
test(custom-element): test custom element hydration w/ declarative shadow dom 2024-08-10 16:39:20 +08:00
edison 4085def1ba
fix(reactivity): ensure extended method arguments are not lost (#11574)
close #11570
2024-08-10 15:54:38 +08:00
Evan You 63b7c01d0f
chore(deps): bump vitest to 2.0 2024-08-09 23:11:31 +08:00
Evan You cffe8667ee
workflow: simplify size report action 2024-08-09 21:08:27 +08:00
Evan You 23e098807b
release: v3.5.0-beta.1 2024-08-08 23:31:46 +08:00
Evan You 158bb62ba7
chore: split 3.4 changelog 2024-08-08 23:27:59 +08:00
Evan You d14c48c787
chore: bump deps 2024-08-08 23:10:55 +08:00
Evan You 741d8a0710
chore: Merge branch 'main' into minor 2024-08-08 23:06:53 +08:00
Kevin Deng 三咲智子 928af5fe2f
refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
Evan You 28db2e69f4
release: v3.4.37 2024-08-08 22:36:10 +08:00
Evan You 6be63e0243
workflow: new release workflow 2024-08-08 22:33:01 +08:00
Evan You e33331275d
workflow: fix release script in actions 2024-08-08 21:42:43 +08:00
disservin c6841bdf4e
test(compiler-sfc): add assertion for template functional (#11557) 2024-08-08 21:08:58 +08:00
LiuSeen f8ce86bad7
chore(playground): support copying vue version (#11558) 2024-08-08 21:07:57 +08:00
Evan You 47cdf241f2
workflow: adjust release workflow 2024-08-08 20:44:35 +08:00
Evan You 506c4c53fd
fix(custom-element): delete prop on attribute removal
close #11276
2024-08-08 18:37:54 +08:00
Evan You 32a1433e0d
workflow: fix size report base branch 2024-08-08 18:06:32 +08:00
山吹色御守 236fb7abeb
fix(compiler-core): use `isProp.arg.loc` instead of `isProp.loc` (#11547) 2024-08-08 17:13:24 +08:00
Evan You be84f33ab0
chore(sfc-playground): default isCustomElement for sfc playground 2024-08-08 16:49:16 +08:00
Evan You a07e7bf553
fix(custom-element): support early-set domProps for async custom elements
close #11081
close #11082
2024-08-08 16:26:48 +08:00
Evan You 9b531d5716
test: rectify accidentally passing test 2024-08-08 15:57:07 +08:00
Evan You 7d5743223f
chore: use fresh containers for app mount tests 2024-08-08 14:42:16 +08:00
Evan You 1ef8f46af0
feat(custom-element): expose this.$host in Options API 2024-08-08 12:40:40 +08:00
Evan You 775103af37
feat(custom-element): useHost() helper 2024-08-08 12:35:00 +08:00
Evan You 29e4a1109a
workflow: force fetch all tags in release action 2024-08-07 22:31:48 +08:00
Alex e044b6e737
feat(reactivity): store value cache on CustomRefs impls (#11539)
Co-authored-by: Evan You <evan@vuejs.org>
2024-08-07 22:24:28 +08:00
LiuSeen e0428884b5
fix(defineModel): detect changes respect custom getter and setter (#11543)
fix: #11541
fix: #11526
close: #11527
2024-08-07 22:10:01 +08:00