Commit Graph

308 Commits (75c3a48245295c3748a135165a4ac9947bf11ef8)

Author SHA1 Message Date
Simon H 4c5469b1ee
[fix] don't run binding init unnecessarily (#7981)
3 years ago
Pat Cavit 84d61c61f8
[feat] Add options w/ direction to transitions (#8068)
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
Samuel Stroschein 220325cd9f
[docs] add inline documentation to svelte runtime functions (#7846)
3 years ago
Tan Li Hau 81d4dbad99
[fix] call `on_destroy` if unmounted called immediately before `on_mount` (#7860)
3 years ago
Yuichiro Yamashita 01a91163a9
[fix] Improve error message if `this` attribute of `<svelte:component>` is not valid (#7551)
3 years ago
Simon H c12704c301
[fix] typings for #7863
3 years ago
Xiao Chuan ee5479d00e
[fix] fix ctx and dirty type (#7832)
3 years ago
Tan Li Hau b20fb114a6
allow nullish values for component event handlers (#7863)
3 years ago
Yuichiro Yamashita 5adac302c0
[fix] call attribute bindings for custom element if <svelte:element> render custom element (#7766)
3 years ago
Yuichiro Yamashita 1e2a55c88e
throw warning instead of error (#7834)
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
Simon H bddd795746
[feat] enhance action typings (#7805)
4 years ago
Tal500 816409a27b
[fix] Use `Node.parentNode` instead `Node.parentElement` for legacy browser support (#7724)
4 years ago
Hofer Ivan bb02a22d3e
[feat] add convenience type for `ComponentEvents` (#7702)
4 years ago
Tan Li Hau 26d1455b27
fixed removal of empty stylesheets created from transitions (#7662)
4 years ago
Simon H 0fa0a38d51
[fix] export CompileOptions (#7658)
4 years ago
qinmu 02f60fbebf
[fix]destroy empty component (#7492)
4 years ago
Simon H 6f57571507
[feat] add convenience types ComponentType and ComponentProps (#6770)
4 years ago
Maurício Kishi f8605d6acb
[fix] harden attribute escaping during ssr (#7530)
4 years ago
Rich Harris e7a2350550
Faster SSR (#5701)
4 years ago
Yuichiro Yamashita 0d017f4820
[fix] rendering void tag for `<svelte:element>` (#7453)
4 years ago
Yuichiro Yamashita 1803290864
[fix] Specify svg namespace if {@html} is used in svg (#7464)
4 years ago
Bjorn Lu 0f94c890f5
[feat] dispatch cancelable custom events (#7064)
4 years ago
gtmnayan afd3f4e5a9
[feat] Make setContext return the value that was passed in (#7432)
4 years ago
Yuichiro Yamashita e0d93254fd
[feature] Dynamic elements implementation <svelte:element> (#6898)
4 years ago
Maurício Kishi cdd3575026
[fix] attribute escaping during ssr (#7333)
4 years ago
Frozen FIsh 555cdf3da2
[docs] fix typo (#7323)
4 years ago
Ignatius Bagus 78131b9f98
[feat] TS interfaces for typing actions (#7121)
4 years ago
Eric Liu 7b07e6e243
[fix] export FlipParams interface from "svelte/animate" (#7104)
4 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
pngwn 4240455e02
[fix] ensure truthy non-boolean attributes are rendered correctly in SSR (#7066)
4 years ago
Robin Munn 5a8851436f
[fix] bind:this during onMount in manually-created component (#6920)
4 years ago
Simon H d5370f23d3
[fix] more specific return type for crossfade (#6927)
4 years ago
Ben McCann dbbac2837e
[chore] upgrade eslint packages (#6769)
4 years ago
Conduitry 67b53bfe6d
[fix] prefer context from constructor options (#6759)
4 years ago
Simon H c040f130b7
[fix] (perf) deduplicate getComputedStyle call (#6721)
5 years ago
Wouter van der Wal 05953d6c2e
[fix] wrong len in draw transition with stroke-linecap (#6195)
5 years ago
Yuichiro Yamashita fc4797c6f8
[fix] only use optimized 'src' handling for 'html' namespace (#6580)
5 years ago
Jacob Wright 6de3eb7042
[fix] attach transition/animation CSS to ownerDocument in iframes (#6680)
5 years ago
Simon H 82419ce693
[fix] call onDestroy in SSR (#6677)
5 years ago
Theodore Brown 8cb72d9716
[fix] set selectedIndex to -1 when no option matches bound <select> value (#6170)
5 years ago
tomoam 907223cc78
[fix] only rely on `element`/`svg_element` functions if a hydrating component needs them (#6556)
5 years ago
Rich Harris 813096d106
[fix] better flip animation (#6658)
5 years ago
Hasan Altan Birler 100561c336
[fix] hydration append issue (#6602)
5 years ago
Tan Li Hau d75ed6a003
[fix] slot data for cancelled transition (#6314)
5 years ago