daiwei
|
a0c42ffbbc
|
chore: Merge branch 'minor' into vapor
|
2025-06-18 09:30:17 +08:00 |
daiwei
|
77067abd33
|
chore: merge main into minor
ci / test (push) Has been cancelled
Details
ci / continuous-release (push) Has been cancelled
Details
size data / upload (push) Has been cancelled
Details
|
2025-05-15 16:27:31 +08:00 |
Ecco
|
1499135c22
|
fix(runtime-dom): always treat autocorrect as attribute (#13001)
close #5705
|
2025-03-31 14:31:11 +08:00 |
Evan You
|
be5c2a2f51
|
wip: vdom in vapor hmr reload
|
2025-02-04 22:44:17 +08:00 |
Evan You
|
c3e4f6621c
|
wip(vapor): vdom in vapor interop
|
2025-02-04 21:38:09 +08:00 |
Evan You
|
3d98183e1c
|
chore: fix dts test
|
2025-02-03 14:11:42 +08:00 |
Evan You
|
1f25e0d863
|
test(vapor): v-model runtime tests
|
2025-02-02 15:53:04 +08:00 |
Evan You
|
d51403c1d3
|
wip(vapor): v-show work on components
|
2025-02-02 12:18:51 +08:00 |
Evan You
|
250127c13d
|
wip(vapor): v-model checkbox, radio, select, dynamic
|
2025-02-01 22:37:34 +08:00 |
Evan You
|
5a62266e13
|
wip(vapor): v-model text reuse from runtime-dom
|
2025-02-01 21:06:40 +08:00 |
Evan You
|
e5af194486
|
wip(vapor): simplified builtin directive v-show
|
2025-01-31 22:29:51 +08:00 |
Evan You
|
8008509aac
|
refactor: fix type errors
|
2025-01-29 12:08:32 +08:00 |
Evan You
|
0d1df25f23
|
wip(vapor): templateRef adjustments
|
2024-12-12 22:34:35 +08:00 |
Evan You
|
dfe06f8f4e
|
wip: cache setProp prev value on element, simplify codegen
Also separate `setClass`/`setClassIncremental` and `setStyle`/
`setStyleIncremental`
|
2024-12-12 13:18:04 +08:00 |
Evan You
|
3a6915b587
|
refactor: remove @vue/vapor package
|
2024-12-04 14:22:26 +08:00 |
Evan You
|
c73ee16345
|
refactor: remove runtime-shared
|
2024-12-04 13:50:54 +08:00 |
Evan You
|
4fe05bdd74
|
wip(vapor): reuse createApp from core
|
2024-12-04 11:54:26 +08:00 |
三咲智子 Kevin Deng
|
f6ce3f9d43
|
Merge tag 'v3.5.13'
|
2024-11-16 02:48:30 +08:00 |
Tadas
|
4b479db61d
|
fix(transition): reflow before leave-active class after leave-from (#12288)
re-fix #2593
|
2024-11-15 21:36:21 +08:00 |
Evan You
|
352bc88c1b
|
fix(custom-element): avoid triggering mutationObserver when relecting props
close #12214
close #12215
|
2024-11-15 17:21:49 +08:00 |
linzhe
|
c4312f9c71
|
fix(runtime-dom): set css vars on update to handle child forcing reflow in onMount (#11561)
|
2024-11-14 15:58:28 +08:00 |
Evan You
|
2d5c5e25e9
|
fix(runtime-dom): set css vars before user onMounted hooks
close #11533
|
2024-11-14 15:50:19 +08:00 |
Evan You
|
b1260e0dd6
|
Merge remote-tracking branch 'upstream/main'
|
2024-11-11 17:05:52 +08:00 |
Tycho
|
ea943afe40
|
fix(runtime-dom): prevent unnecessary updates in v-model checkbox when value is unchanged (#12146)
close #12144
|
2024-10-11 21:00:08 +08:00 |
edison
|
e16e9a7341
|
fix(custom-element): properly remove hyphenated attribute (#12143)
close #12139
|
2024-10-11 09:52:06 +08:00 |
三咲智子 Kevin Deng
|
c7fd6ae2dc
|
Merge tag 'v3.5.11'
|
2024-10-05 11:40:13 +08:00 |
Evan You
|
ea3efa09e0
|
fix(custom-element): properly set kebab-case props on Vue custom elements
close #12030
close #12032
|
2024-09-27 09:25:00 +08:00 |
btea
|
7a00f6f093
|
chore: remove unused argument (#12006)
|
2024-09-24 18:01:20 +08:00 |
三咲智子 Kevin Deng
|
b8713589de
|
Merge remote-tracking branch 'upstream/main'
|
2024-09-22 02:42:52 +08:00 |
Alex Liu
|
f927a4ae6f
|
fix(transition): respect `duration` setting even when it is `0` (#11967)
|
2024-09-20 16:47:01 +08:00 |
三咲智子 Kevin Deng
|
594cb1412d
|
Merge remote-tracking branch 'upstream/main'
|
2024-09-17 10:33:35 +08:00 |
linzhe
|
f2d8019188
|
fix(custom-element): handle nested customElement mount w/ shadowRoot false (#11861)
close #11851
close #11871
|
2024-09-13 20:18:10 +08:00 |
edison
|
7571f20bc3
|
fix(TransitionGroup): not warn unkeyed text children with whitespece preserve (#11888)
close #11885
|
2024-09-13 18:37:42 +08:00 |
Oliver Bucher
|
3634f7a4c1
|
fix(types): add HTMLDialogElement missing close event (#11811)
Co-authored-by: Evan You <evan@vuejs.org>
|
2024-09-05 20:52:37 +08:00 |
白雾三语
|
c74176ec7b
|
fix(types): added name attribute support to details tag (#11823)
close #11821
|
2024-09-05 17:53:05 +08:00 |
Evan You
|
40193696b3
|
chore(build): use /*@__PURE__*/ annotation consistently
|
2024-09-04 20:24:33 +08:00 |
Evan You
|
4eee630b31
|
fix(build): improve built-in components treeshakability
|
2024-09-04 20:22:33 +08:00 |
Alex Liu
|
c3ce9fe3d8
|
fix(runtime-dom): avoid unnecessary prop patch for checkbox (#11657)
close #11647
|
2024-09-03 21:10:18 +08:00 |
Hanse Kim
|
b1be9bd64f
|
fix(runtime-dom): prevent unnecessary DOM update from v-model (#11656)
close #11647
|
2024-09-03 17:44:07 +08:00 |
chirokas
|
d86fe0ec00
|
feat(types): add loading prop to iframe (#11767)
|
2024-09-02 17:10:14 +08:00 |
edison
|
f1d1831f07
|
fix(custom-element): handle keys set on custom elements (#11655)
close #11641
|
2024-08-29 15:09:15 +08:00 |
Evan You
|
ac9e7e8bfa
|
test: adjust coverage config, use v8 coverage
|
2024-08-29 10:41:29 +08:00 |
Evan You
|
d875de54e9
|
fix(runtime-dom): setting innerHTML when patching props should go through trusted types
|
2024-08-28 17:37:39 +08:00 |
Andy Li
|
5e0f6d5f8f
|
fix(types/custom-element): `defineCustomElement` with required props (#11578)
|
2024-08-16 16:22:03 +08:00 |
Evan You
|
e19fc27042
|
fix(custom-element): keep instance.isCE for backwards compat
|
2024-08-15 15:18:19 +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 |
Tycho
|
d0f882d5bb
|
chore: add explicit type annotation to `initDirectivesForSSR` (#11596)
|
2024-08-13 22:02:57 +08:00 |
Evan You
|
90caac473d
|
test(custom-element): test custom element hydration w/ declarative shadow dom
|
2024-08-10 16:39:20 +08:00 |
三咲智子 Kevin Deng
|
4468a2bea8
|
Merge tag 'v3.5.0-beta.1'
|
2024-08-09 00:55:35 +08:00 |
Kevin Deng 三咲智子
|
928af5fe2f
|
refactor(types): enable `isolatedDeclarations` (#11178)
|
2024-08-08 23:05:21 +08:00 |