Commit Graph

297 Commits (e2ef2b8731a897b36d81d130c78cd4a9019aa41f)

Author SHA1 Message Date
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)
3 years ago
Tal500 816409a27b
[fix] Use `Node.parentNode` instead `Node.parentElement` for legacy browser support (#7724)
3 years ago
Hofer Ivan bb02a22d3e
[feat] add convenience type for `ComponentEvents` (#7702)
3 years ago
Tan Li Hau 26d1455b27
fixed removal of empty stylesheets created from transitions (#7662)
3 years ago
Simon H 0fa0a38d51
[fix] export CompileOptions (#7658)
3 years ago
qinmu 02f60fbebf
[fix]destroy empty component (#7492)
3 years ago
Simon H 6f57571507
[feat] add convenience types ComponentType and ComponentProps (#6770)
3 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)
4 years ago
Wouter van der Wal 05953d6c2e
[fix] wrong len in draw transition with stroke-linecap (#6195)
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
Simon H 82419ce693
[fix] call onDestroy in SSR (#6677)
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
Rich Harris 813096d106
[fix] better flip animation (#6658)
4 years ago
Hasan Altan Birler 100561c336
[fix] hydration append issue (#6602)
4 years ago
Tan Li Hau d75ed6a003
[fix] slot data for cancelled transition (#6314)
4 years ago
Tan Li Hau 9501ac6257
[fix] destructuring store assignment (#6529)
4 years ago
Tan Li Hau 1952ea22de
[fix] no root node for detached dom node (#6570)
4 years ago
Almog Tavor 9d21aa1164
[fix] tracking whether transition has started (#6399)
4 years ago
Conduitry d487254beb refactor: tidy use of Set for store subscribers
4 years ago
Noski b2260bc2e3
refactor: migrate array to set for subscriberss (#6295)
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
Tan Li Hau 222a9dd2c6
[feat] get all contexts (#6528)
4 years ago
Aleksander Szołowicz 999032835b
fix typos, use shorthanded imports (#5993)
4 years ago
Simon H ce43bd67c7
[fix] relax store derived function signature (#6509)
4 years ago