Commit Graph

1173 Commits (9778eef6db9dec95cfd640b8103fa1a751a7b27a)

Author SHA1 Message Date
Tan Li Hau 4aff59b080
[fix] correctly track dependencies of let: bindings (#7448)
3 years ago
Tan Li Hau e50be669cc
fix const declared without let: binding get ignored (#7434)
3 years ago
gtmnayan afd3f4e5a9
[feat] Make setContext return the value that was passed in (#7432)
3 years ago
Yuichiro Yamashita eca1a652fb
[fix] better context checks for identifiers in const tags (#7222)
3 years ago
Yuichiro Yamashita e0d93254fd
[feature] Dynamic elements implementation <svelte:element> (#6898)
3 years ago
Tan Li Hau 89fda7edae
[fix] add key dependencies into block dependencies (#7422)
3 years ago
Pat Cavit 9f4602ac6f
[fix] style: directive should prevent innerHTML optimization (#7390)
3 years ago
Yosuke Ota 7463d51301
[fix]: keep space in `<pre>` or when `preserveWhitespace: true` (#6990)
3 years ago
Yuichiro Yamashita 00e394e3c8
[fix] fix crash when using arrow functions in {@const} (#7144)
3 years ago
Tan Li Hau dc06ea916e
fix: style directive not reactive in {#each} loop (#7140)
3 years ago
Tan Li Hau 815bc7ef6e
fix: test cases should fail when it should fail (#7139)
3 years ago
GHOST c67f8ef14c
[fix] handle kebab case style directives (#7123)
3 years ago
Tan Li Hau b5aaa6641b
[feat] implement constants in markup (#6413)
3 years ago
Paul Murray 8a47b5ec9e
[feat] Style directives (#5923)
3 years ago
Tan Li Hau 9f2b5afdf7
[fix] binding member expression should only invalidate the object, not the member property (#7008)
3 years ago
Tan Li Hau 2f0f330b76
[fix] {:else if} value incorrectly cached (#7043)
3 years ago
pngwn 4240455e02
[fix] ensure truthy non-boolean attributes are rendered correctly in SSR (#7066)
3 years ago
Yuichiro Yamashita 966c03a317
[chore] fix test flakiness (#7076)
3 years ago
Tan Li Hau 6ecc3e4d6a
[feat] opt-out loopGuard for async loops (#6963)
3 years ago
Robin Munn 5a8851436f
[fix] bind:this during onMount in manually-created component (#6920)
3 years ago
Yuichiro Yamashita a5968dd2d0
[chore] adjust @typescript-eslint/no-unused-vars lint config (#6798)
3 years ago
Conduitry 10ce5c95fd
[fix] handle promise rejections for {#await} in SSR (#6790)
3 years ago
Conduitry 67b53bfe6d
[fix] prefer context from constructor options (#6759)
3 years ago
Bjorn Lu 79df74b087
[fix] run else-if reactive function on re-renders (#6727)
3 years ago
Shinobu Hayashi f1f7d90240
[fix] handle AssignmentPattern with ObjectPattern in rewrite_identifier (#6715)
3 years ago
Shinobu Hayashi fc9241fea9
[fix] handle undefined select value with spread (#6687)
3 years ago
Theodore Brown 8cb72d9716
[fix] set selectedIndex to -1 when no option matches bound <select> value (#6170)
3 years ago
Hasan Altan Birler 100561c336
[fix] hydration append issue (#6602)
3 years ago
Tan Li Hau ce550adef6
[feat] allow use:actions on <svelte:body> (#6608)
3 years ago
Tan Li Hau e1d0d00ebb
[feat] allow shorthand {#await ... then/catch} (#6564)
3 years ago
Tan Li Hau b720f0e620
[feat] support destructured declaration of props (#6578)
3 years ago
Tan Li Hau c550f604f2
[feat] enable export ... from (#6574)
3 years ago
Tan Li Hau d75ed6a003
[fix] slot data for cancelled transition (#6314)
3 years ago
Yuichiro Yamashita c8732c8a27
[fix] create in transition even if intro is initialized (#6516)
3 years ago
Tan Li Hau 9501ac6257
[fix] destructuring store assignment (#6529)
3 years ago
Tan Li Hau 1952ea22de
[fix] no root node for detached dom node (#6570)
3 years ago
Bjorn Lu 71c29bbf35
[fix] dynamic autofocus (#6494)
3 years ago
Tan Li Hau 365b5e300c
[fix] store reactivity in reactive declarations (#6559)
3 years ago
Tan Li Hau 8c66acfa92
fix one-way <select> bind with spread (#6512)
3 years ago
Tan Li Hau f906180435
fix binding when updating through accessors (#6523)
3 years ago
Tan Li Hau 222a9dd2c6
[feat] get all contexts (#6528)
3 years ago
Tan Li Hau 2818567925
fix input value 0 for ssr (#6458)
3 years ago
Tan Li Hau ebaa891e69
[chore] update code-red@0.2.0 (#6425)
3 years ago
Jonnie 7bcbe67939
add ssr for group bindings (#4621)
3 years ago
Daybrush (Younkue Choi) 201a71d8b7
fix insert function (#6445)
3 years ago
Dennis Kaspar b464320607
Add trusted modifier (#6149)
3 years ago
Tan Li Hau a6055b34d9
fix slot props not updated when transition aborted (#6414)
3 years ago
Tan Li Hau 7d39e676c5
bind this in bubbled events (#6417)
3 years ago
Tan Li Hau 3f990a96ba
Use SSR rendered as initial html for runtime hydration test (#4444)
3 years ago
Tan Li Hau ebd21ae6d3
fix updating of slot contents when aborting transition (#6042)
4 years ago