Commit Graph

1153 Commits (2484acea2624bb802f367ebf5bfcb94e6ff41612)

Author SHA1 Message Date
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)
3 years ago
Lyu, Wei-Da 00e58e7bc8
Fix {#await} block scope when updating (#6219)
3 years ago
halfnelson 4633697214
Don't auto change to svg namespace when in foreign namespace (#6261)
3 years ago
Tan Li Hau 6c5257beb2
allow passing in context in constructor (#6032)
4 years ago
Tan Li Hau 1d6e20f2a9
implement <svelte:fragment> (#4556)
4 years ago
Tan Li Hau d17a90cc44
allow destructured defaults to refer to variables (#5986)
4 years ago
Tan Li Hau b764374b62
no warning on contextual-store if declaring it as a parameter / variable (#6008)
4 years ago
pushkine a9c1dc9b59
fix extra invalidation with component prop binding to object property (#5890)
4 years ago
Tan Li Hau 6589aa2548
warn module variables are nonreactive and make them truly nonreactive (#5847)
4 years ago
Tan Li Hau 6207596175
fix extraneous store subscription in SSR (#5929)
4 years ago
halfnelson a7eff8894f
add `foreign` namespace to preserve attribute case and skip HTML-specific a11y validations (#5652)
4 years ago
Tan Li Hau 734257001d
deconflict conextual action variable (#5839)
4 years ago
Tan Li Hau 5949c4a594
fix await outro race condition (#5850)
4 years ago
Tan Li Hau 9cc21e3c09
fix removing elements that are currently transitioning out (#5849)
4 years ago
Tan Li Hau 82fcdfc2fa
rework SSR store autosubscription (#5419)
4 years ago
Nick Vincent f7d4eef55d
use iframe z-index: -1 in resize listener (#5742)
4 years ago
Tan Li Hau 1da4105d65
fix deep object property as action (#5845)
4 years ago
Tan Li Hau 08cb3142e9
keep each block value (#5841)
4 years ago
Tan Li Hau 63669330f6
maintain context for keyed each (#5840)
4 years ago
Tan Li Hau a41c7644e6
shift injected declarations to the top (#5837)
4 years ago
Tan Li Hau 662d9b44e6
fix checkbox bind:group when index depends on another context (#5835)
4 years ago