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 |
Cédric Exbrayat
|
5753a10fc5
|
chore: fix wrong test name for useShadowRoot (#11550)
|
2024-08-07 21:29:56 +08:00 |
三咲智子 Kevin Deng
|
95b9550f73
|
style: format html files
|
2024-08-07 19:58:07 +08:00 |
Evan You
|
eaf5455d77
|
chore: Merge branch 'main' into minor
|
2024-08-07 18:25:58 +08:00 |
Evan You
|
b1abac06cd
|
fix: Revert "fix(types/ref): allow getter and setter types to be unrelated (#11442)"
This reverts commit e0b2975ef6 .
This change requires TypeScript 5.1 so it is moved to a minor release.
|
2024-08-07 18:12:07 +08:00 |
Evan You
|
3a56315f94
|
fix: Revert "fix(types/ref): correct type inference for nested refs (#11536)"
This reverts commit 536f62332c .
|
2024-08-07 18:11:39 +08:00 |
Evan You
|
978ff3c1db
|
fix(custom-element): fix custom-element double render on immediate prop change
fix #9885
close #11335
|
2024-08-07 17:44:11 +08:00 |
Evan You
|
197afc2c1f
|
chore: fix useShadowRoot warning method name
|
2024-08-07 17:21:36 +08:00 |
Alex Liu
|
1058ce8e74
|
fix(types): allow `DirectiveArguments` third parameter to accept undefined (#11540)
|
2024-08-07 17:02:15 +08:00 |
Evan You
|
6758c3cd04
|
feat(custom-element): support configurable app instance in defineCustomElement
Support configuring via `configureApp` option:
```js
defineCustomElement({
// ...
}, {
configureApp(app) {
// ...
}
})
```
close #4356
close #4635
|
2024-08-07 16:08:06 +08:00 |
Michael Brevard
|
261c8b111d
|
feat(hydration): allow fine tuning of lazy hydration strategy triggers (#11530)
|
2024-08-07 12:06:15 +08:00 |
edison
|
7e75de002f
|
fix(runtime-core): prioritize using the provides from currentApp in nested createApp (#11502)
close #11488
|
2024-08-07 12:02:38 +08:00 |