Commit Graph

84 Commits (59b7c4400ee9bedf1938a0289abc006ac732a81b)

Author SHA1 Message Date
Simon H 9425f18e52
fix: observer PR cleanup (#8484)
2 years ago
Cymaera 0adc09da97
feat: add support for resize observer bindings (#8022)
2 years ago
Simon H 3a7685fef5
fix: special-case width/height attribute during spread (#8412)
2 years ago
esthe 95c46552fe
feat: make `preserveComments` effective in DOM renderer (#7182)
2 years ago
Yuichiro Yamashita a2170f5bd5
fix: use `wholeText` for only `contenteditable` for `set_data` (#8394)
3 years ago
Tan Li Hau c99dd2e045
fix: binding group with if block (#8373)
3 years ago
Theodore Brown c7dcfac883
fix: select option with selected attribute when initial state is undefined (#8371)
3 years ago
Tan Li Hau 0966d1d282
feat: improve `bind:group` behavior (#7892)
3 years ago
Tan Li Hau c611f318d2
feat: add stopImmediatePropagation event modifier (#8341)
3 years ago
lidlanca aa15a64cbe
fix: account for `<template>` tag in `{@html}` (#7364)
3 years ago
Tan Li Hau f6dc86f02c
feat: optimise svelte-element output code for static tag and static attribute (#8161)
3 years ago
Theodore Brown 8cf037c904
fix: select first enabled option by default when initial value is undefined (#8331)
3 years ago
Jos de Jong e5b0b6235d
fix: ensure `bind:offsetHeight` updates (#8096)
3 years ago
byt3r 84ea242666
[fix] check parentNode exists before removing child (#6910)
3 years ago
Josh Soref b265bc6f0f
[chore] fix spelling and typos (#7974)
3 years ago
Yuichiro Yamashita 01a91163a9
[fix] Improve error message if `this` attribute of `<svelte:component>` is not valid (#7551)
3 years ago
Yuichiro Yamashita 5adac302c0
[fix] call attribute bindings for custom element if <svelte:element> render custom element (#7766)
3 years ago
Maximiliano Ruani 8ffc8fd77b
[fix] Fix hydration duplicate `svelte:head` tag issue with `@html` expressions and nested components (#7745)
3 years ago
Yuichiro Yamashita 07d6d179ab
[fix] style manager transition regression (#7831)
3 years ago
Tal500 816409a27b
[fix] Use `Node.parentNode` instead `Node.parentElement` for legacy browser support (#7724)
3 years ago
Tan Li Hau 26d1455b27
fixed removal of empty stylesheets created from transitions (#7662)
3 years ago
Yuichiro Yamashita 1803290864
[fix] Specify svg namespace if {@html} is used in svg (#7464)
3 years ago
Bjorn Lu 0f94c890f5
[feat] dispatch cancelable custom events (#7064)
3 years ago
Hofer Ivan 806cba2b75
[fix] ensure style manager instances don't conflict with each other (#7114)
4 years ago
Yuichiro Yamashita 895b4c6721
[fix] hydrate correct elements when using `@html` (#6946)
4 years ago
Paul Murray 8a47b5ec9e
[feat] Style directives (#5923)
4 years ago
Yuichiro Yamashita fc4797c6f8
[fix] only use optimized 'src' handling for 'html' namespace (#6580)
4 years ago
Jacob Wright 6de3eb7042
[fix] attach transition/animation CSS to ownerDocument in iframes (#6680)
4 years ago
Theodore Brown 8cb72d9716
[fix] set selectedIndex to -1 when no option matches bound <select> value (#6170)
4 years ago
tomoam 907223cc78
[fix] only rely on `element`/`svg_element` functions if a hydrating component needs them (#6556)
4 years ago
Hasan Altan Birler 100561c336
[fix] hydration append issue (#6602)
4 years ago
Tan Li Hau 1952ea22de
[fix] no root node for detached dom node (#6570)
4 years ago
Tan Li Hau ef14280e28
use simpler insert and append functions when not compiling with hydration (#6525)
4 years ago
Hofer Ivan 5cfefeb6e7
support rendering components in a shadow dom (#5870)
4 years ago
Hasan Altan Birler ecbd96af95
[fix] hydration improvements (#6449)
4 years ago
Daybrush (Younkue Choi) 201a71d8b7
fix insert function (#6445)
4 years ago
Dennis Kaspar b464320607
Add trusted modifier (#6149)
4 years ago
Ava Johnson 46fac828f7
Bubble svelte dev events (#5994)
4 years ago
Hasan Altan Birler 04bc37de31
Improve hydration by reordering optimally (#6395)
4 years ago
Tan Li Hau 3f990a96ba
Use SSR rendered as initial html for runtime hydration test (#4444)
4 years ago
Conduitry 6d16e92606
Revert hydration optimisation (#6290)
4 years ago
Tan Li Hau 94bfeae5d5
fix claim_text (#6275)
4 years ago
Geoff Rich 7042755e7a
fix setting boolean attributes on custom elements (#6073)
4 years ago
Ben McCann 10e3e3dae8
Improve SSR hydration performance (#6204)
4 years ago
Nick Vincent f7d4eef55d
use iframe z-index: -1 in resize listener (#5742)
5 years ago
Tan Li Hau 7949d8efac
support $$slots in custom elements (#5619)
5 years ago
Tan Li Hau 6fa3e91b5d
support $$props and $$restProps for custom elements (#5608)
5 years ago
Ben McCann 229a16d6e7
upgrade ESLint config (#5472)
5 years ago
Th0rN13 4b59491ea4
Fix: input type number warning in browsers (#4772)
5 years ago
Bassam Ismail ce3d0461e9
fix(5018): compare wholeText instead of data (#5028)
5 years ago