Commit Graph

1265 Commits (cc2469cb0db7db5877c80a8f887fff7a59d63cc1)

Author SHA1 Message Date
github-actions[bot] de157ee1dc
Version Packages (next) (#13342)
21 hours ago
Rich Harris 3aa2ec0813
fix: only set attribute as property if element has setter (#13341)
21 hours ago
github-actions[bot] 78b134dec1
Version Packages (next) (#13336)
1 day ago
Rich Harris b3f3915180
fix: set strings as attributes, non-strings as properties if property exists (#13327)
1 day ago
Rich Harris 2553932c2c
fix: only warn on context="module" in runes mode (#13332)
1 day ago
Rich Harris d6ab12ae76
feat: deprecate `<svelte:self>` in runes mode (#13333)
1 day ago
github-actions[bot] 313bcea6cc
Version Packages (next) (#13330)
1 day ago
Simon H c636fc67bc
fix: silence snapshot warnings inside `$inspect` (#13334)
1 day ago
Dominic Gannaway db6545d173
fix: keep bound inputs in sync in runes mode (#13328)
1 day ago
github-actions[bot] 00cc3640b1
Version Packages (next) (#13329)
1 day ago
Rich Harris 321e3eafa7
feat: better `flip` animations (#13317)
1 day ago
github-actions[bot] d65304007d
Version Packages (next) (#13319)
1 day ago
Simon H 5dbe763792
fix: don't make wheel events passive by default (#13322)
1 day ago
Rich Harris 5d56c592ff
fix: delete transformers shadowed by unreassigned state (#13316)
2 days ago
github-actions[bot] b3842d7982
Version Packages (next) (#13311)
2 days ago
Rich Harris 1d1e4aeeb1
fix: attach effects-inside-deriveds to the parent of the derived (#13309)
2 days ago
Simon H b23516121b
fix: handle `$$Props` interface during migration (#13305)
2 days ago
Simon H d338e8083f
fix: simplify and robustify appending styles (#13303)
2 days ago
github-actions[bot] f852a6890b
Version Packages (next) (#13304)
2 days ago
Rich Harris b4417383d6
chore: improve performance of scheduling effects (but without creating additional branches) (#13300)
3 days ago
github-actions[bot] dbc5793533
Version Packages (next) (#13293)
3 days ago
Paolo Ricciuti e3c56fab4f
fix: correctly migrate sequence expressions (#13291)
3 days ago
Dominic Gannaway 09527fd190
fix: avoid disconnecting deriveds that are still active (#13292)
3 days ago
James Glenn c229e0f80b
feat: a11y warning for `<button>` / `<a>` without aria-label and content (#13130)
3 days ago
github-actions[bot] 758fb2aa0f
Version Packages (next) (#13290)
3 days ago
Maxime LUCE 5210ae2610
fix: allow component to be mounted in iframe (#13225)
3 days ago
Simon H 36168286ba
fix: ensure snapshot logs don't affect dependency graph (#13286)
3 days ago
github-actions[bot] e7f51e4982
Version Packages (next) (#13272)
3 days ago
Dominic Gannaway b624380c45
fix: ensure correct parent effect is associated with render effects (#13274)
4 days ago
Simon H ed7611b163
feat: provide guidance in browser console when logging `$state` objects (#13142)
4 days ago
Rich Harris 836bc605f4
feat: omit unnecessary setters from bindings (#13269)
4 days ago
github-actions[bot] c1d8eb375d
Version Packages (next) (#13257)
4 days ago
Paolo Ricciuti 3864229418
fix: separate `template_effect` for dynamic class/style directive with dynamic attributes (#13171)
4 days ago
Dominic Gannaway 36a73fa794
fix: avoid flushing sync with $inspect (#13239)
4 days ago
Dominic Gannaway 3c97c0a1a1
fix: ensure function calls to identifiers are made reactive (#13264)
4 days ago
Simon H 9864138022
fix: escape more template-literal-related characters (#13262)
4 days ago
Simon H d9369d8e30
fix: tighten up `$` prefix validation (#13261)
4 days ago
wackbyte e3ad1acc90
fix: follow spec for `customElement` option (#13247)
5 days ago
github-actions[bot] 04df7b07ab
Version Packages (next) (#13228)
1 week ago
Ben McCann dffeef179e
perf: inline module variables into template (#13075)
1 week ago
Simon H a6df4ebfcc
feat: add infinite loop effect callstack (#13231)
1 week ago
Frédéric Crozatier 61d51958d7
fix: add missing `autocomplete` tokens (#13229)
1 week ago
Paolo Ricciuti 09dff9bde2
fix: allow custom element events on slot to bubble inside custom element (#13222)
1 week ago
github-actions[bot] 865ec18cb7
Version Packages (next) (#13141)
1 week ago
Simon H 7998f4ce54
fix: allow more characters in the unicode range as component identifiers (#13198)
1 week ago
Dominic Gannaway 93f8329b1b
fix: ensure $inspect effects are fine-grain (#13199)
1 week ago
Dominic Gannaway a7a477804e
fix: ensure StyleDirective and ClassDirective are marked as dynamic (#13205)
1 week ago
Paolo Ricciuti 0b25e2be0e
fix: try catch `strict_equals` to avoid error accessing `STATE_SYMBOL` (#13216)
1 week ago
Paolo Ricciuti e9dc118eb7
fix: allow for nesting selector in pseudoclasses (#13209)
1 week ago
Frédéric Crozatier 91299b32ff
fix: stronger types for the `autocomplete` attribute (#13201)
1 week ago