Commit Graph

  • 673221365f
    Update 04-event-handlers.md Geoff Cox 2024-09-13 12:13:55 -0700
  • 69f7ea844d fix: avoid flushing sync with $inspect Dominic Gannaway 2024-09-13 17:47:42 +0100
  • 47918328d7
    fix: migrate `$$slots.default` correctly (#13238) Simon H 2024-09-13 18:14:49 +0200
  • 8f3af8f8fd fix: migrate `$$slots.default` correctly #13238 Simon Holthausen 2024-09-13 18:09:10 +0200
  • 6efe3ce491 Remove example code & simplify note. #13235 brunnerh 2024-09-13 18:08:08 +0200
  • 04df7b07ab
    Version Packages (next) (#13228) svelte@5.0.0-next.246 github-actions[bot] 2024-09-13 18:01:05 +0200
  • 3264e6e5bd fix: allow HMR cleanup styles in iframe and custom elements Maxime LUCE 2024-09-13 17:40:03 +0200
  • 98669161a5 Prettier did *something*. brunnerh 2024-09-13 17:06:36 +0200
  • 2841ebb308 docs: fixes relating to `bind:files` & another example brunnerh 2024-09-13 16:37:26 +0200
  • ee2bc26f44 Version Packages (next) #13228 github-actions[bot] 2024-09-13 14:19:02 +0000
  • dffeef179e
    perf: inline module variables into template (#13075) Ben McCann 2024-09-13 07:18:06 -0700
  • a6df4ebfcc
    feat: add infinite loop effect callstack (#13231) Simon H 2024-09-13 15:50:22 +0200
  • c046928a45 use define_property #13231 Simon Holthausen 2024-09-13 15:15:16 +0200
  • e5c840c87b
    docs: adjust `bind:files` section (#13230) Simon H 2024-09-13 15:01:28 +0200
  • 06f1b42b38 lint Simon Holthausen 2024-09-13 15:00:53 +0200
  • a629c43bca feat: add infinite loop effect callstack Simon Holthausen 2024-09-13 14:57:26 +0200
  • 2dd104e4f4 docs: adjust `bind:files` section #13230 Simon Holthausen 2024-09-13 13:28:26 +0200
  • 80e30f7001
    fix: support hydrating elements with properties whose getters throw (#13211) Lucas Garron 2024-09-13 04:07:15 -0700
  • 3d555c60b4
    ugh #13211 Simon H 2024-09-13 13:02:45 +0200
  • 438325b6e8
    tweaks Simon H 2024-09-13 12:56:51 +0200
  • 1a9d8a509c
    fix: allow `&` to appear at the top when inside a `:global(...)` (#13215) Simon H 2024-09-13 12:49:44 +0200
  • 61d51958d7
    fix: add missing `autocomplete` tokens (#13229) Frédéric Crozatier 2024-09-13 11:24:41 +0200
  • 2e0395daca woops #13229 fcrozatier 2024-09-13 11:10:52 +0200
  • 821e5851ce changeset fcrozatier 2024-09-13 11:09:18 +0200
  • f2c1d28c7e add missing tokens fcrozatier 2024-09-13 11:08:24 +0200
  • 9be1442644 deduplicate #13215 Simon Holthausen 2024-09-13 10:49:13 +0200
  • 09dff9bde2
    fix: allow custom element events on slot to bubble inside custom element (#13222) Paolo Ricciuti 2024-09-13 10:44:45 +0200
  • 0c92bd9e58
    Update packages/svelte/tests/runtime-browser/custom-elements-samples/events-slotted/main.svelte #13222 Simon H 2024-09-13 10:44:09 +0200
  • 1df6d18443
    prettier Simon H 2024-09-13 09:56:14 +0200
  • 7692ba66eb
    prettier Simon H 2024-09-13 09:55:35 +0200
  • 6604e38059
    chore: upgrade aria-query to drop a dependency (#13223) Ben McCann 2024-09-13 00:44:36 -0700
  • b1808719b6 fix: allow component to be mounted in iframe Maxime LUCE 2024-09-13 02:32:42 +0200
  • 9e08c06f50 chore: upgrade aria-query to drop a dependency #13223 Ben McCann 2024-09-12 15:07:09 -0700
  • b18308d1c0 fix: allow custom element events on slot to bubble inside custom element paoloricciuti 2024-09-12 23:51:13 +0200
  • 804b714096
    fix: correctly validate nested if block tags (#13218) Simon H 2024-09-12 23:07:41 +0200
  • 865ec18cb7
    Version Packages (next) (#13141) svelte@5.0.0-next.245 github-actions[bot] 2024-09-12 19:20:42 +0100
  • 301bb4bfc5 Version Packages (next) #13141 github-actions[bot] 2024-09-12 09:06:29 +0000
  • 7998f4ce54
    fix: allow more characters in the unicode range as component identifiers (#13198) Simon H 2024-09-12 11:05:30 +0200
  • ccbb0b1de2
    docs: note event attributes in breaking changes (#13217) Simon H 2024-09-12 11:03:35 +0200
  • 09daeccb07 fix: correctly validate nested if block tags #13218 Simon Holthausen 2024-09-12 11:02:47 +0200
  • 3ed7890af8 docs: note event attributes in breaking changes #13217 Simon Holthausen 2024-09-12 10:43:01 +0200
  • 3d5702aa8f
    fix: avoid creating unnnecessary deriveds for text nodes with call (#13206) Paolo Ricciuti 2024-09-12 10:34:03 +0200
  • b585e56bfa
    no changeset necessary for this one #13206 Simon H 2024-09-12 10:28:11 +0200
  • 93f8329b1b
    fix: ensure $inspect effects are fine-grain (#13199) Dominic Gannaway 2024-09-12 09:27:20 +0100
  • 6c4a2b2a42 chore: rename `get_states_and_call` to `get_states_and_calls` paoloricciuti 2024-09-12 10:26:53 +0200
  • ec7886ce1f
    Update packages/svelte/src/internal/client/reactivity/sources.js #13199 Simon H 2024-09-12 10:26:44 +0200
  • a7a477804e
    fix: ensure StyleDirective and ClassDirective are marked as dynamic (#13205) Dominic Gannaway 2024-09-12 09:23:08 +0100
  • 0b25e2be0e
    fix: try catch `strict_equals` to avoid error accessing `STATE_SYMBOL` (#13216) Paolo Ricciuti 2024-09-12 10:18:45 +0200
  • 7a4c06ce28
    Update packages/svelte/src/internal/client/dev/equality.js #13216 Simon H 2024-09-12 10:17:31 +0200
  • 670a680169 fix: try catch `strict_equals` to avoid error accessing `STATE_SYMBOL` paoloricciuti 2024-09-12 10:08:15 +0200
  • cd43ac919c fix: allow `&` to appear at the top when inside a `:global(...)` Simon Holthausen 2024-09-12 10:06:51 +0200
  • e9dc118eb7
    fix: allow for nesting selector in pseudoclasses (#13209) Paolo Ricciuti 2024-09-12 09:52:00 +0200
  • 9dea244a39 chore: add rule in css test #13209 paoloricciuti 2024-09-12 09:22:22 +0200
  • 081b10add1 Support hydrating elements with properties whose getters throw. Lucas Garron 2024-09-11 14:45:24 -0700
  • 1b0f2de827 fix: allow for nesting selector in pseudoclasses paoloricciuti 2024-09-11 23:29:38 +0200
  • 91299b32ff
    fix: stronger types for the `autocomplete` attribute (#13201) Frédéric Crozatier 2024-09-11 23:28:25 +0200
  • 1be3cc0fec
    Update .changeset/curvy-foxes-wink.md #13201 Simon H 2024-09-11 23:28:18 +0200
  • 36137e0e93 docs: tweaks Simon Holthausen 2024-09-11 22:07:19 +0200
  • 5275418bb6 fix: avoid creating unnnecessary deriveds for text nodes with call paoloricciuti 2024-09-11 21:39:27 +0200
  • f42ee42c6d fix: ensure StyleDirective and ClassDirective are marked as dynamic #13205 Dominic Gannaway 2024-09-11 19:49:22 +0100
  • 510b89baa6 fix: import process for improved Deno compatibility #13204 Ben McCann 2024-09-11 11:21:58 -0700
  • 346a8c58b8 snake case #13075 Ben McCann 2024-09-11 11:12:44 -0700
  • 77cff505a8 replace util methods with methods directly on template Ben McCann 2024-09-11 08:49:57 -0700
  • 1bfd8392ab Merge branch 'main' into inline-vars Ben McCann 2024-09-11 08:29:33 -0700
  • 166d8dca59 add changeset fcrozatier 2024-09-11 15:50:11 +0200
  • 926b2975ee better autocomplete fcrozatier 2024-09-11 15:44:41 +0200
  • 59f4b2a1f0 oops Dominic Gannaway 2024-09-11 10:39:31 +0100
  • 7f1e7b148a fix: ensure $inspect effects are fine-grain Dominic Gannaway 2024-09-11 10:36:07 +0100
  • 363f4a06c8
    fix: ensure locally mutated bindable props persist with spreading props (#13190) Dominic Gannaway 2024-09-11 09:34:19 +0100
  • 7c31b96c9e fix #13190 Simon Holthausen 2024-09-11 10:30:50 +0200
  • d74670e967 fix: allow more characters in the unicode range as component identifiers #13198 Simon Holthausen 2024-09-11 10:02:54 +0200
  • 40a8b667f4 lint Dominic Gannaway 2024-09-10 19:50:19 +0100
  • 177fcae9ee fix: ensure locally mutated bindable props persist with spreading props Dominic Gannaway 2024-09-10 19:44:36 +0100
  • 25f67df911 docs: adjust placeholder syntax Simon Holthausen 2024-09-10 20:32:43 +0200
  • 56f41e1d96
    fix: ensure signal graph is consistent before triggering $inspect signals (#13153) Dominic Gannaway 2024-09-10 16:04:32 +0100
  • ae52e433c6
    Update packages/svelte/src/internal/client/reactivity/sources.js #13153 Dominic Gannaway 2024-09-10 15:50:29 +0100
  • 941f83b5a8
    fix: don't show `state_referenced_locally` warning on types (#13177) Paolo Ricciuti 2024-09-10 16:35:28 +0200
  • ba1cc3bbda tweak Dominic Gannaway 2024-09-10 14:31:44 +0100
  • 70351c823c Merge branch 'main' into fix-graph-inconsistency Dominic Gannaway 2024-09-10 14:19:36 +0100
  • 59f53d0c20
    remove obsolete visitor #13177 Simon H 2024-09-10 15:11:29 +0200
  • 86460a07af
    Update packages/svelte/src/compiler/phases/1-parse/remove_typescript_nodes.js Simon H 2024-09-10 15:09:25 +0200
  • 3808935f51
    fix: widen ownership upon property access if necessary (#13175) Simon H 2024-09-10 15:02:22 +0200
  • 3ee8fe188c
    tweak comment #13175 Simon H 2024-09-10 15:01:53 +0200
  • fd7e8b70cf
    fix: ensure unowned derived signals correctly re-connect to graph (#13184) Dominic Gannaway 2024-09-10 13:58:35 +0100
  • 722611ea3f
    Update packages/svelte/src/internal/client/runtime.js #13184 Simon H 2024-09-10 14:58:25 +0200
  • 9b164b2fe6 fix: ensure unowned derived signals correctly re-connect to graph Dominic Gannaway 2024-09-10 13:35:29 +0100
  • b5293efc01 fix: strip type annotations before walking ast paoloricciuti 2024-09-10 10:06:31 +0200
  • a6bb9626b6
    Update .changeset/five-suns-roll.md Paolo Ricciuti 2024-09-10 09:58:57 +0200
  • fc6694e491 fix: `state_referenced_locally` in types declarations paoloricciuti 2024-09-09 23:43:46 +0200
  • 50a6a99a93 feat(codemod) : add svelte 5 codemods #13176 Akshit Garg 2024-09-10 02:19:30 +0530
  • 4f10c83d32
    fix: make custom element tag optional in typings (#13172) Simon H 2024-09-09 20:40:58 +0200
  • fc00683420 fix: widen ownership upon property access if necessary Simon Holthausen 2024-09-09 20:39:51 +0200
  • e64524e8d6 fix: make custom element tag optional in typings #13172 Simon Holthausen 2024-09-09 15:34:57 +0200
  • a51cc25b30 fix: initialize spread `needs_isolation` based on if there are directives with `has_call` paoloricciuti 2024-09-09 14:57:04 +0200
  • 468ae96f8b fix: only move to `init` if it `has_call` paoloricciuti 2024-09-09 14:56:35 +0200
  • 286104bba2 oops Dominic Gannaway 2024-09-09 12:48:23 +0100
  • 7a34324f49 oops Dominic Gannaway 2024-09-09 12:21:40 +0100
  • 9a4144071b oops Dominic Gannaway 2024-09-09 12:21:05 +0100
  • c0d884373b fix: separate `template_effect` for dynamic class/style directive with dynamic attributes paoloricciuti 2024-09-09 13:03:02 +0200
  • 032dd0a0c9 Update existing validators to include aria labels James Glenn 2024-09-04 21:52:23 +0100