Commit Graph

1256 Commits (00cc3640b197488dc992e4c24b32c81937fc4223)

Author SHA1 Message Date
github-actions[bot] 00cc3640b1
Version Packages (next) (#13329)
12 months ago
Rich Harris 321e3eafa7
feat: better `flip` animations (#13317)
12 months ago
github-actions[bot] d65304007d
Version Packages (next) (#13319)
12 months ago
Simon H 5dbe763792
fix: don't make wheel events passive by default (#13322)
12 months ago
Rich Harris 5d56c592ff
fix: delete transformers shadowed by unreassigned state (#13316)
12 months ago
github-actions[bot] b3842d7982
Version Packages (next) (#13311)
12 months ago
Rich Harris 1d1e4aeeb1
fix: attach effects-inside-deriveds to the parent of the derived (#13309)
12 months ago
Simon H b23516121b
fix: handle `$$Props` interface during migration (#13305)
12 months ago
Simon H d338e8083f
fix: simplify and robustify appending styles (#13303)
12 months ago
github-actions[bot] f852a6890b
Version Packages (next) (#13304)
12 months ago
Rich Harris b4417383d6
chore: improve performance of scheduling effects (but without creating additional branches) (#13300)
12 months ago
github-actions[bot] dbc5793533
Version Packages (next) (#13293)
12 months ago
Paolo Ricciuti e3c56fab4f
fix: correctly migrate sequence expressions (#13291)
12 months ago
Dominic Gannaway 09527fd190
fix: avoid disconnecting deriveds that are still active (#13292)
12 months ago
James Glenn c229e0f80b
feat: a11y warning for `<button>` / `<a>` without aria-label and content (#13130)
12 months ago
github-actions[bot] 758fb2aa0f
Version Packages (next) (#13290)
12 months ago
Maxime LUCE 5210ae2610
fix: allow component to be mounted in iframe (#13225)
12 months ago
Simon H 36168286ba
fix: ensure snapshot logs don't affect dependency graph (#13286)
12 months ago
github-actions[bot] e7f51e4982
Version Packages (next) (#13272)
12 months ago
Dominic Gannaway b624380c45
fix: ensure correct parent effect is associated with render effects (#13274)
12 months ago
Simon H ed7611b163
feat: provide guidance in browser console when logging `$state` objects (#13142)
12 months ago
Rich Harris 836bc605f4
feat: omit unnecessary setters from bindings (#13269)
12 months ago
github-actions[bot] c1d8eb375d
Version Packages (next) (#13257)
12 months ago
Paolo Ricciuti 3864229418
fix: separate `template_effect` for dynamic class/style directive with dynamic attributes (#13171)
12 months ago
Dominic Gannaway 36a73fa794
fix: avoid flushing sync with $inspect (#13239)
12 months ago
Dominic Gannaway 3c97c0a1a1
fix: ensure function calls to identifiers are made reactive (#13264)
12 months ago
Simon H 9864138022
fix: escape more template-literal-related characters (#13262)
12 months ago
Simon H d9369d8e30
fix: tighten up `$` prefix validation (#13261)
12 months ago
wackbyte e3ad1acc90
fix: follow spec for `customElement` option (#13247)
12 months ago
github-actions[bot] 04df7b07ab
Version Packages (next) (#13228)
12 months ago
Ben McCann dffeef179e
perf: inline module variables into template (#13075)
12 months ago
Simon H a6df4ebfcc
feat: add infinite loop effect callstack (#13231)
12 months ago
Frédéric Crozatier 61d51958d7
fix: add missing `autocomplete` tokens (#13229)
12 months ago
Paolo Ricciuti 09dff9bde2
fix: allow custom element events on slot to bubble inside custom element (#13222)
12 months ago
github-actions[bot] 865ec18cb7
Version Packages (next) (#13141)
12 months ago
Simon H 7998f4ce54
fix: allow more characters in the unicode range as component identifiers (#13198)
12 months ago
Dominic Gannaway 93f8329b1b
fix: ensure $inspect effects are fine-grain (#13199)
12 months ago
Dominic Gannaway a7a477804e
fix: ensure StyleDirective and ClassDirective are marked as dynamic (#13205)
12 months ago
Paolo Ricciuti 0b25e2be0e
fix: try catch `strict_equals` to avoid error accessing `STATE_SYMBOL` (#13216)
12 months ago
Paolo Ricciuti e9dc118eb7
fix: allow for nesting selector in pseudoclasses (#13209)
12 months ago
Frédéric Crozatier 91299b32ff
fix: stronger types for the `autocomplete` attribute (#13201)
1 year ago
Dominic Gannaway 363f4a06c8
fix: ensure locally mutated bindable props persist with spreading props (#13190)
1 year ago
Dominic Gannaway 56f41e1d96
fix: ensure signal graph is consistent before triggering $inspect signals (#13153)
1 year ago
Paolo Ricciuti 941f83b5a8
fix: don't show `state_referenced_locally` warning on types (#13177)
1 year ago
Simon H 3808935f51
fix: widen ownership upon property access if necessary (#13175)
1 year ago
Dominic Gannaway fd7e8b70cf
fix: ensure unowned derived signals correctly re-connect to graph (#13184)
1 year ago
Dominic Gannaway 0332abbd83
chore: improve ssr parent validation (#13158)
1 year ago
Simon H c372dd864d
fix: ensure inner script tags are properly removed (#13152)
1 year ago
Paolo Ricciuti 53a90fb8c7
fix: visit expression for `svelte:component` references (#13151)
1 year ago
Dominic Gannaway 3b88b88886
fix: prevent nullish snippet for rendering empty content (#13083)
1 year ago