daiwei
|
7bf898b23d
chore: Merge branch 'main' into minor
|
3 mesi fa |
edison
|
1398bf8dfb
fix(custom-element): ensure child component styles are injected in correct order before parent styles (#13374)
|
3 mesi fa |
lejunyang
|
740983e673
fix(custom-element): should properly patch as props for vue custom elements (#12409)
|
3 mesi fa |
lejunyang
|
f06c81aa3d
fix(custom-element): properly locate parent when slotted in shadow dom (#12480)
|
3 mesi fa |
Cameron
|
08598a6bed
chore(style): migrate linting to oxlint (#13326)
|
5 mesi fa |
edison
|
84ca349fef
fix(custom-element): optimize slot retrieval to avoid duplicates (#13961)
|
7 mesi fa |
Alex Snezhko
|
c13e674fb9
fix(custom-element): batch custom element prop patching (#13478)
|
7 mesi fa |
Matthias Hryniszak
|
47e628df1c
feat(custom-element): allow specifying additional options for `shadowRoot` in custom elements (#12965)
|
8 mesi fa |
Alex Snezhko
|
c4a88cdd0d
fix(custom-element): set prop runs pending mutations before disconnect (#13897)
|
8 mesi fa |
linzhe
|
5e1e791880
fix(custom-element): properly mount multiple Teleports in custom element component w/ shadowRoot false (#13900)
|
8 mesi fa |
edison
|
5358bca4a8
fix(custom-element): use PatchFlags.BAIL for slot when props are present (#13907)
|
8 mesi fa |
Folee
|
e322436887
fix(custom-element): prevent defineCustomElement from mutating the options object (#13791)
|
9 mesi fa |
linzhe
|
90573b06bf
fix(custom-element): ensure exposed methods are accessible from custom elements by making them enumerable (#13634)
|
11 mesi fa |
edison
|
5ba1afba09
fix(custom-element): ensure configureApp is applied to async component (#12607)
|
1 anno fa |
edison
|
73055d8d95
fix(custom-element): prevent injecting child styles if shadowRoot is false (#12769)
|
1 anno fa |
edison
|
a683c80cf4
fix(custom-element): properly resolve props for sync component defs (#12855)
|
1 anno fa |
edison
|
1d41d4de7f
fix(custom-element): ensure proper remount and prevent redundant slot parsing with shadowRoot false (#13201)
|
1 anno fa |
edison
|
013749e75e
fix(custom-element): preserve appContext during update (#12455)
|
1 anno fa |
Adrian Cerbaro
|
b9910755a5
fix(custom-element): allow injecting values from app context in nested elements (#13219)
|
1 anno fa |
Evan You
|
352bc88c1b
fix(custom-element): avoid triggering mutationObserver when relecting props
|
1 anno fa |
edison
|
e16e9a7341
fix(custom-element): properly remove hyphenated attribute (#12143)
|
1 anno fa |
Evan You
|
ea3efa09e0
fix(custom-element): properly set kebab-case props on Vue custom elements
|
1 anno fa |
linzhe
|
f2d8019188
fix(custom-element): handle nested customElement mount w/ shadowRoot false (#11861)
|
1 anno fa |
Evan You
|
506c4c53fd
fix(custom-element): delete prop on attribute removal
|
1 anno fa |
Evan You
|
a07e7bf553
fix(custom-element): support early-set domProps for async custom elements
|
1 anno fa |
Evan You
|
7d5743223f
chore: use fresh containers for app mount tests
|
1 anno fa |
Evan You
|
775103af37
feat(custom-element): useHost() helper
|
1 anno fa |
Cédric Exbrayat
|
5753a10fc5
chore: fix wrong test name for useShadowRoot (#11550)
|
1 anno fa |
Evan You
|
eaf5455d77
chore: Merge branch 'main' into minor
|
1 anno fa |
Evan You
|
978ff3c1db
fix(custom-element): fix custom-element double render on immediate prop change
|
1 anno fa |