Commit Graph

251 Commits (ce550adef65a7e04c381b11c24f07a2ae1c25783)

Author SHA1 Message Date
Tan Li Hau ce550adef6
[feat] allow use:actions on <svelte:body> (#6608)
4 years ago
Conduitry bc1556fff3 fix lint
4 years ago
Tan Li Hau d75ed6a003
[fix] slot data for cancelled transition (#6314)
4 years ago
Yuichiro Yamashita c8732c8a27
[fix] create in transition even if intro is initialized (#6516)
4 years ago
Bjorn Lu 71c29bbf35
[fix] dynamic autofocus (#6494)
4 years ago
Tan Li Hau 8c66acfa92
fix one-way <select> bind with spread (#6512)
4 years ago
Hasan Altan Birler ecbd96af95
[fix] hydration improvements (#6449)
4 years ago
Tan Li Hau cb189ad0ec
[chore] update code-red, estree-walker, is-reference (#6551)
4 years ago
Tan Li Hau ebaa891e69
[chore] update code-red@0.2.0 (#6425)
4 years ago
Tan Li Hau 2cec6a94bc
[feat] sourcemap markup (#6427)
4 years ago
Simon H b662c7fd41
[chore] move compiler warnings/errors to dedicate files (#6503)
4 years ago
Dennis Kaspar b464320607
Add trusted modifier (#6149)
4 years ago
Tan Li Hau a6055b34d9
fix slot props not updated when transition aborted (#6414)
4 years ago
Tan Li Hau 7d39e676c5
bind this in bubbled events (#6417)
4 years ago
Tan Li Hau 3f990a96ba
Use SSR rendered as initial html for runtime hydration test (#4444)
4 years ago
Tan Li Hau ebd21ae6d3
fix updating of slot contents when aborting transition (#6042)
4 years ago
Tan Li Hau 02b49a1bb4
implement passing CSS custom properties to components (#6237)
4 years ago
Lyu, Wei-Da 00e58e7bc8
Fix {#await} block scope when updating (#6219)
4 years ago
Tan Li Hau 1d6e20f2a9
implement <svelte:fragment> (#4556)
5 years ago
Tan Li Hau d17a90cc44
allow destructured defaults to refer to variables (#5986)
5 years ago
pushkine a9c1dc9b59
fix extra invalidation with component prop binding to object property (#5890)
5 years ago
J Delaney 4f05cc3e3c
don't create class update functions when dependencies aren't reactive (#5926)
5 years ago
Ben McCann 37b1a20c17
Add spaces next to infix operators (#5902)
5 years ago
halfnelson a7eff8894f
add `foreign` namespace to preserve attribute case and skip HTML-specific a11y validations (#5652)
5 years ago
Tan Li Hau 734257001d
deconflict conextual action variable (#5839)
5 years ago
Tan Li Hau 9cc21e3c09
fix removing elements that are currently transitioning out (#5849)
5 years ago
Tan Li Hau 1da4105d65
fix deep object property as action (#5845)
5 years ago
Tan Li Hau 08cb3142e9
keep each block value (#5841)
5 years ago
Tan Li Hau 63669330f6
maintain context for keyed each (#5840)
5 years ago
Tan Li Hau 662d9b44e6
fix checkbox bind:group when index depends on another context (#5835)
5 years ago
Andreas Ehrencrona 9d9d7bc355
Added types to Node subclasses (#5755)
5 years ago
Tan Li Hau 9331398299
support spread into slot props (#5616)
5 years ago
Tan Li Hau 24c44b9177
fix order of html tags with {#if} in {#key} block (#5685)
5 years ago
Ben McCann 240f5410f3
Curly brace cleanup and enforcement (#5647)
5 years ago
Tan Li Hau 148b6105ed
fix else block transition update (#5591)
5 years ago
Tan Li Hau 5d7ffdb8a7
fix function slot props based on context (#5607)
5 years ago
Ben McCann 7ea6a2994a
Curly braces linting fixes (#5585)
5 years ago
Jesse Skinner a4e4bd0f53
get context at start of {#if} update block instead of at the end (#5531)
5 years ago
Damián Pumar 5d480c5d5a
fix compiler hanging on <slot slot="..."> (#5536)
5 years ago
Andreas Ehrencrona ddf13211af
Updated to ESLint config 5.4.0 (#5541)
5 years ago
Ben McCann 229a16d6e7
upgrade ESLint config (#5472)
5 years ago
Tan Li Hau 8056829a91
allow <slot> to be part of a slot (#4295)
5 years ago
Tan Li Hau fa7c780bad
{#key} block (#5397)
5 years ago
Tan Li Hau a1651ca271
add nonpassive event modifier (#5442)
5 years ago
Tan Li Hau 41d1656458
update keyed each when key expression changes (#5447)
5 years ago
Tan Li Hau 254096d320
support methods as actions (#5398)
5 years ago
Tan Li Hau 338cf877bc
maintain context for transition (#5392)
5 years ago
Tan Li Hau 8a28d1bb38
valid XHTML syntax in innerHTML for static elements (#5317)
5 years ago
Tan Li Hau 51e2626f42
fix $$props reactivity in fallback of a slot (#5375)
5 years ago
Tan Li Hau 8148a7a334
each binding with store props (#5289)
5 years ago