Evan You
56c76a8b05
feat(custom-element): inject child components styles to custom element shadow root ( #11517 )
...
close #4662
close #7941
close #7942
2024-08-05 20:49:28 +08:00
Evan You
b74687c0bb
refactor: isCE -> ce
2024-08-05 16:33:48 +08:00
Evan You
6e541db29f
chore: warn style injection in shadowRoot: false mode
2024-08-05 16:33:05 +08:00
renovate[bot]
ed1bf72715
chore(deps): update build ( #11495 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-05 14:49:04 +08:00
Evan You
7ecf91f760
chore(deps): limit minimatch range
...
minimatch 10+ only supports Node 20+
2024-08-05 14:48:22 +08:00
Evan You
ea190f24e4
chore(deps): upgrade to entities 5.0
...
close #11507
2024-08-05 14:14:52 +08:00
Evan You
67bb820904
fix(compiler-core): properly handle for loop variable declarations in expression transforms
...
ref https://github.com/vuejs/core/pull/11467#issuecomment-2263069794
2024-08-05 14:07:44 +08:00
Evan You
077a1aeb3c
fix(compiler-core): fix expression transform for try...catch block params
...
close #11465
close #11467
2024-08-05 13:46:51 +08:00
Andy Li
e94b01bd8a
fix(types/custome-element): `defineCustomElement` props inference with array emits ( #11384 )
...
close #11353
2024-08-05 11:14:36 +08:00
Tycho
4592b63c6a
fix(types/withDefaults): ensure default values of type `any` do not include `undefined` ( #11490 )
2024-08-05 10:59:44 +08:00
btea
3430bffa4b
test(runtime-core): test cases when the value of the `$stable` flag is false ( #11485 )
2024-08-05 10:53:21 +08:00
远方os
a01675ef8f
feat(types): allow computed getter and setter types to be unrelated ( #11472 )
...
close #7271
2024-08-05 10:51:56 +08:00
Tycho
5ffd1a8945
feat(types): provide internal options for using refs type in language tools ( #11492 )
2024-08-05 10:50:43 +08:00
Sunny Fu
33cd61356f
chore(runtime-test): remove useless test code ( #11483 )
2024-08-05 10:42:13 +08:00
Tycho
ba2092981c
refactor(types/ref): update `MaybeRef` to include all ref-like types ( #11379 )
...
Co-authored-by: Evan You <evan@vuejs.org>
2024-08-05 10:40:17 +08:00
郝晨光
af838c1b5e
feat(custom-element): support for expose on customElement ( #6256 )
...
close #5540
2024-08-03 14:48:21 +08:00
Evan You
5a1a89bd61
feat(custom-element): useShadowRoot() helper
...
close #6113
close #8195
2024-08-03 14:19:19 +08:00
Evan You
e181bff6dc
feat(custom-element): support emit with options
...
In a custom element created via `defineCustomElement`, if the first
event argument is an object, it will be used as the options object
for the emitted CustomEvent. The entire argument list is still exposed
via the CustomEvent's `detail` property.
```js
emit('event', { bubbles: true })
```
close #7605
2024-08-03 13:46:58 +08:00
Evan You
7f2c505f92
fix(custom-element): ignore scoped id
2024-08-03 13:40:57 +08:00
Evan You
37d2ce5d8e
feat(custom-element): support shadowRoot: false in defineCustomElement()
...
close #4314
close #4404
2024-08-03 13:14:22 +08:00
远方os
267093c314
feat(reactivity/watch): add pause/resume for ReactiveEffect, EffectScope, and WatchHandle ( #9651 )
2024-08-02 14:41:27 +08:00
Tycho
55acabe88c
dx(useTemplateRef): warn when declaring with the same key ( #11462 )
2024-08-02 13:18:58 +08:00
Haoqun Jiang
6d4eb94853
feat(runtime-dom): Trusted Types compatibility ( #10844 )
2024-08-02 12:46:12 +08:00
Damian Głowala
998dca59f1
feat(types): export `MultiWatchSources` type ( #9563 )
2024-08-02 12:43:22 +08:00
David Matter
2a29a71d8a
test(types): add test for generic discriminated unions in props ( #9336 )
2024-08-02 11:45:23 +08:00
远方os
22f7d96757
feat(watch): support passing number to `deep` option to control the watch depth ( #9572 )
2024-08-02 11:38:07 +08:00
Evan You
321d80758c
fix(types): allow using InjectionKey as valid property key
...
close #5089
2024-08-02 11:11:03 +08:00
Evan You
1fbfa6962b
feat: support specifying allowed keys via generic argument in useTemplateRef()
2024-08-01 11:13:56 +08:00
Evan You
f6babf3236
release: v3.5.0-alpha.5
2024-07-31 16:57:19 +08:00
Evan You
f35080daf5
chore: Merge branch 'main' into minor
2024-07-31 16:49:22 +08:00
Evan You
0b8ba6320e
release: v3.4.35
2024-07-31 16:42:04 +08:00
Evan You
7b18cdb0b5
fix(teleport/ssr): fix Teleport hydration regression due to targetStart anchor addition
2024-07-31 16:10:23 +08:00
edison
12667da487
fix(Teleport): ensure targetAnchor and targetStart not null during hydration ( #11456 )
...
close #11400
2024-07-31 15:46:39 +08:00
Evan You
d14a11c1cd
feat: lazy hydration strategies for async components ( #11458 )
2024-07-31 12:14:51 +08:00
Evan You
af60e3560c
test: make transition tests more stable locally
2024-07-29 22:08:08 +08:00
skirtle
5680142e68
perf(runtime-core): improve efficiency of normalizePropsOptions ( #11409 )
...
close #9739
2024-07-29 21:47:23 +08:00
Tycho
87923f6af1
chore(types): reuse built-in Iterator type ( #11435 )
2024-07-29 21:26:48 +08:00
三咲智子 Kevin Deng
f0405f1528
Merge tag 'v3.5.0-alpha.4'
2024-07-29 13:59:31 +08:00
Rizumu Ayaka
be332dc5a8
perf(runtime-vapor): `children` helper ( #263 )
...
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2024-07-29 13:54:33 +08:00
Tycho
e0b2975ef6
fix(types/ref): allow getter and setter types to be unrelated ( #11442 )
2024-07-29 10:52:38 +08:00
wzc520pyfm
8e052eecf3
chore(sfc-playgroud): highlight the commit and latest version when active in dropdown ( #11445 )
2024-07-29 09:43:25 +08:00
renovate[bot]
b0d899d68a
chore(deps): update build ( #11447 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-29 09:24:03 +08:00
Tycho
e28c58138c
refactor(reactivity): simplify the wrapping logic for returned values in array instrumentations ( #11434 )
2024-07-29 09:22:18 +08:00
renovate[bot]
62e5aa4517
fix(deps): update compiler ( #11416 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-29 09:06:40 +08:00
Evan You
94fb2b8106
feat(hydration): support suppressing hydration mismatch via data-allow-mismatch
2024-07-25 11:22:27 +08:00
Evan You
4ffd9db703
release: v3.5.0-alpha.4
2024-07-24 23:41:40 +08:00
Evan You
fa6c5d8d32
chore: Merge branch 'main' into minor
2024-07-24 23:37:31 +08:00
Evan You
9111252042
release: v3.4.34
2024-07-24 23:30:30 +08:00
Evan You
b5cad0e91c
refactor: use hasChanged for useModel comparisons
2024-07-24 23:26:13 +08:00
Tycho
a18f1ecf05
fix(defineModel): correct update with multiple changes in same tick ( #11430 )
...
close #11429
2024-07-24 23:25:22 +08:00
Evan You
cd28172578
fix(useId): properly mark async boundary for already resolved async component
2024-07-24 23:08:56 +08:00
Evan You
2a55f2267d
test: add test case for useId
2024-07-24 22:50:31 +08:00
Evan You
1b8e197a5b
fix(suspense/hydration): fix hydration timing of async component inside suspense
...
close #6638
2024-07-24 22:15:25 +08:00
Evan You
e255c31c88
refactor: remove unnecessary else
2024-07-24 21:58:04 +08:00
三咲智子 Kevin Deng
a8248cf152
Merge remote-tracking branch 'upstream/minor'
2024-07-19 18:52:32 +08:00
Evan You
ee11f43623
release: v3.5.0-alpha.3
2024-07-19 18:14:31 +08:00
Evan You
66579ea544
chore: Merge branch 'main' into minor
2024-07-19 18:07:42 +08:00
Evan You
73ef1561f6
feat(runtime-core): useId() ( #11404 )
2024-07-19 18:06:02 +08:00
Evan You
422ef34e48
release: v3.4.33
2024-07-19 17:24:34 +08:00
edison
1b81d14bfd
refactor(runtime-core): remove attrsProxy and slotsProxy from instance ( #11390 )
2024-07-19 17:02:14 +08:00
Tycho
5df67e3675
fix(runtime-dom): handle undefined values in v-html ( #11403 )
2024-07-19 16:52:03 +08:00
Evan You
3f8cbb2379
chore: move useTemplateRef tests
2024-07-19 15:50:20 +08:00
Evan You
68bb48c04e
refactor: move useTemplateRef file
2024-07-19 10:50:06 +08:00
Evan You
4c03ab2224
test(teleport): test for accessing template ref inside teleport in mounted
2024-07-18 21:15:27 +08:00
Evan You
59a3e88903
feat(teleport): support deferred Teleport ( #11387 )
...
close #2015
close #11386
2024-07-18 21:06:48 +08:00
Evan You
3ba70e49b5
feat: useTemplateRef()
2024-07-17 18:20:23 +08:00
Evan You
0ae7316008
chore: update comments for proxyRefs
2024-07-17 18:01:13 +08:00
Evan You
f15ba2c2e2
chore: Merge branch 'main' into minor
2024-07-17 17:32:31 +08:00
Evan You
fd5c001ec7
release: v3.4.32
2024-07-17 17:07:05 +08:00
yangxiuxiu
f1bb0aef08
fix(runtime-core): do not emit when defineModel ref is set with same value ( #11162 )
...
close #11125
2024-07-17 16:46:10 +08:00
linzhe
3e9e32ee0a
fix(runtime-dom): properly handle innerHTML unmount into new children ( #11159 )
...
close #9135
2024-07-17 16:37:14 +08:00
Zhaolin Liang
b287aeec3e
fix(compiler-sfc): correctly resolve type annotation for declared function ( #11279 )
...
close #11266
2024-07-17 15:06:14 +08:00
Evan You
3dc5a1ad98
test: test case for #11286
2024-07-17 14:29:54 +08:00
Evan You
c10e40a217
fix(hydration): fix tracking of reactive style objects in production
...
close #11372
2024-07-17 12:14:25 +08:00
Evan You
0fd6193def
fix(compiler-sfc): should properly walk desutructured props when reactive destructure is not enabled
...
close #11325
2024-07-17 11:41:58 +08:00
Tycho
a509e30f05
fix(reactivity): ensure `unref` correctly resolves type for `ShallowRef` ( #11360 )
...
close #11356
2024-07-17 10:09:57 +08:00
Evan You
f476b7f030
feat(runtime-core): add app.config.throwUnhandledErrorInProduction
...
close #7876
2024-07-17 10:05:09 +08:00
Evan You
3ee7b4c7b1
fix(runtime-core): avoid recursive warning
...
close #8074
2024-07-16 18:05:44 +08:00
Evan You
8655ced480
fix(teleport): skip teleported nodes when locating patch anchor
...
close #9071
close #9134
close #9313
Tests reused from #9313
2024-07-16 17:17:25 +08:00
LiuSeen
50ddafe91b
fix(reactivity): shallowReactive map "unwraps" the nested refs ( #8503 )
...
fix #8501
fix #11249
2024-07-16 15:07:06 +08:00
Linghao Su
2d854414fa
test(runtime-core): test effectscope instance null ( #8397 )
2024-07-16 11:40:53 +08:00
Evan You
c0b9bd125c
chore: format
2024-07-16 11:09:34 +08:00
Evan You
f44c3b37d4
fix(hydration): handle consectuvie text nodes during hydration
...
close #7285
close #7301
2024-07-16 11:09:00 +08:00
fang-ng4
ae52a371e5
test: edge case for decodeHtmlBrowser ( #11339 )
...
Co-authored-by: unknown <fangliang@qq.com>
2024-07-15 22:36:48 +08:00
Vlad
fc205bf4de
perf(server-render): avoid unnecessary checks in `createBuffer` ( #11364 )
2024-07-15 22:31:27 +08:00
skirtle
b0aa234e5e
fix(runtime-core): use separate prop caches for components and mixins ( #11350 )
...
Co-authored-by: Red Huang <gcaaa31928@gmail.com>
close #7998
2024-07-15 21:56:37 +08:00
_Kerman
c8b9794575
fix(hmr): hmr reload should work with async component ( #11248 )
2024-07-15 21:54:53 +08:00
renovate[bot]
f1aae57dfe
chore(deps): update all non-major dependencies ( #11357 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-15 16:22:03 +08:00
三咲智子 Kevin Deng
6608bb3197
test(compiler-vapor): add temporary test TODO
2024-07-15 01:20:28 +08:00
XiaoDong
e552ed2e9f
test(runtime-vapor): rendererElement test ( #256 )
...
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2024-07-14 17:17:20 +00:00
XiaoDong
8941779f9d
test(runtime-vapor): errorHandling ( #245 )
...
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2024-07-14 17:15:39 +00:00
GaoNeng
d14c5d93d2
test(runtime-vapor): globalProperty ( #255 )
...
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2024-07-14 17:10:29 +00:00
Evan You
d343a0dc01
fix(v-once): properly unmount v-once cached trees
...
close #5154
close #8809
2024-07-13 21:38:32 +08:00
Evan You
3107b57e2e
refactor: isVNode -> isVOnce
2024-07-13 21:07:45 +08:00
Evan You
2815531fd5
refactor: memoIndex -> cacheIndex
2024-07-13 21:05:06 +08:00
Evan You
aef807746a
refactor(compiler): move patchFlag text generation to codegen phase
2024-07-13 19:40:04 +08:00
Evan You
f05b3ae0f8
chore: improve comments
2024-07-13 15:40:09 +08:00
skirtle
7fb6eb882b
fix(v-model): component v-model modifiers trim and number when cases don't match ( #9609 )
...
close #4848
close #4850 (based on commits from #4850 )
Co-authored-by: zhaozhongyu <zhaozhongyu@xunlei.com>
Co-authored-by: Evan You <evan@vuejs.org>
2024-07-13 14:57:37 +08:00
Vlad
05779a70bd
perf(server-renderer): optimize `unrollBuffer` by avoiding promises ( #11340 )
2024-07-12 22:39:21 +08:00
Evan You
d76dd9c58d
fix(runtime-core): force diff slot fallback content and provided content
...
fix #7256
fix #9200
fix #9308
close #7266
close #9213
2024-07-12 18:26:11 +08:00