Evan You
|
7d06ca3a83
chore: Merge branch 'main' into minor
|
1 year ago |
Tycho
|
8ae4c293ad
fix(runtime-dom): prevent setting state as attribute for custom elements (#11165)
|
1 year ago |
Evan You
|
524e660e35
chore: Merge branch 'main' into minor
|
1 year ago |
Evan You
|
7c8b12620a
fix(custom-element): support same direct setup function signature in defineCustomElement
|
1 year ago |
Evan You
|
1d8727ec97
chore: Merge branch 'main' into minor
|
1 year ago |
白雾三语
|
bbb5be299b
fix(custom-element): disconnect MutationObserver in nextTick in case that custom elements are moved (#10613)
|
2 years ago |
Evan You
|
75c8cf63a1
feat(types): provide internal options for directly using user types in language tools (#10801)
|
2 years ago |
edison
|
b49306adff
fix(custom-element): avoid setting attr to null if it is removed (#9012)
|
2 years ago |
三咲智子 Kevin Deng
|
bfe6b459d3
style: update format & lint config (#9162)
|
2 years ago |
Lioness100
|
6277cb994a
chore: fix typo (#7693)
|
2 years ago |
丶远方
|
b01fc7ea84
chore: remove unnecessary imports (#8262)
|
3 years ago |
Evan You
|
4ee0dad0fe
wip(vitest-migration): runtime-dom tests passing + use environmentMatchGlobs
|
3 years ago |
Evan You
|
8867bb259a
wip(vitest-migration): reactivity tests passing
|
3 years ago |
白雾三语
|
c6e5bda27d
fix(customElement): customElement can emit event (#7296)
|
3 years ago |
Evan You
|
24964dab25
test: test case for #6966
|
3 years ago |
Thorsten Lünborg
|
55382aed58
fix(custom-elements): define declared properties in constructor (#5328)
|
3 years ago |
Evan You
|
89f37ceb62
fix(custom-elements): fix number type props casting check
|
3 years ago |
Evan You
|
afe889999c
fix(custom-elements): properties set pre-upgrade should not show up in $attrs
|
3 years ago |
Evan You
|
5e50909100
fix(custom-elements): should not reflect non-decalred properties set before upgrade
|
3 years ago |
Thorsten Lünborg
|
665f2ae121
fix(custom-elements): fix event emitting for async custom elements (#5601)
|
3 years ago |
Thorsten Lünborg
|
0b39e46192
fix(custom-elements): also dispatch hyphenated version of emitted events (#5378)
|
3 years ago |
Thorsten Lünborg
|
192dcb648c
fix(custom-elements): ensure custom elements can inherit provides from ancestors (#5098)
|
3 years ago |
Thorsten Lünborg
|
f67bb500b6
fix(runtime-dom): ensure customElement handles empty props correctly. (#6182)
|
3 years ago |
Thorsten Lünborg
|
b0b74a160c
fix(runtime-core): custom-element: ensure number casting of camelCase props. (fix: #5374) (#5377)
|
3 years ago |
edison
|
f4d2c9fc6a
fix(custom-elements): work with async component + slots (#4657)
|
4 years ago |
Evan You
|
4b7f76e36a
fix(custom-element): fix custom element props access on initial render
|
4 years ago |
Evan You
|
3ca83179d1
fix(custom-element): fix initial attr type casting for programmtically created elements
|
4 years ago |
Evan You
|
0cfa2112ce
fix(custom-elements): fix number prop casting
|
4 years ago |
Evan You
|
c421fb91b2
feat(runtime-dom): support async component in defineCustomElement
|
4 years ago |
Evan You
|
561e210157
fix(inject): should auto unwrap injected refs
|
4 years ago |