Commit Graph

  • 0565dca1f7
    fix: implement ref counting for mount with same target (#17695) Abdelrahman 2026-02-13 18:23:47 +0200
  • 23cedacbf9
    Apply suggestion from @Rich-Harris #17695 Rich Harris 2026-02-13 11:18:21 -0500
  • 168702d546
    chore: compensate for github's complete lack of devex (#17698) Elliott Johnson 2026-02-13 08:45:25 -0700
  • ef6d721ded fix: follow-up formatting in `print()` for block-level elements #17699 jycouet 2026-02-13 16:39:19 +0100
  • b7e81aa3f7 chore: compensate for github's complete lack of devex #17698 Elliott Johnson 2026-02-13 08:29:20 -0700
  • 368d184ba4 reuse the map for document Rich Harris 2026-02-13 09:39:17 -0500
  • f953156153 fix: double decrement abdel-17 2026-02-13 06:54:53 +0200
  • 3d6f508137 docs: clarify await behavior and dependency tracking razinshafayet 2026-02-13 10:48:09 +0600
  • d7cc4afd30 chore: add changeset abdel-17 2026-02-13 06:47:24 +0200
  • 8f1fc08663 fix: implement ref counting for mount with same target abdel-17 2026-02-13 06:37:07 +0200
  • 7cdd8740c6
    docs: clarify that each blocks use Array.from (#17691) Rich Harris 2026-02-12 23:19:04 -0500
  • 6c15e711e2
    [fix]: Add support for TrustedTypes in Svelte (#16271) Jay Harris 2026-02-13 15:34:59 +1300
  • 3207e78b33 oops #16271 Rich Harris 2026-02-12 21:29:46 -0500
  • a7a21e783f Merge branch 'trustedTypes' of github.com:fallaciousreasoning/svelte into pr/16271 Rich Harris 2026-02-12 21:27:08 -0500
  • b6260455c2 merge Rich Harris 2026-02-12 21:23:31 -0500
  • 47eb7451e8
    Apply suggestion from @Rich-Harris #17691 Rich Harris 2026-02-12 21:21:32 -0500
  • 828d40d9b7
    Apply suggestion from @Rich-Harris Rich Harris 2026-02-12 21:20:23 -0500
  • 107a74f5bd unused type import Rich Harris 2026-02-12 21:18:00 -0500
  • 8bd4f7add7 invert condition, and make untrusted the default Rich Harris 2026-02-12 21:01:00 -0500
  • 75e1992141
    fix: sanitize template-literal-special-characters in SSR attribute values (#17692) Elliott Johnson 2026-02-12 18:47:19 -0700
  • 97a25c2f8a
    changeset #17692 Rich Harris 2026-02-12 20:35:52 -0500
  • 75d41c78b7 tweak inline docs #16458 effect-active Rich Harris 2026-02-12 18:55:55 -0500
  • 93cf4fbdc6 tweak docs, reorder things a bit so all the advanced subrunes are grouped Rich Harris 2026-02-12 18:45:08 -0500
  • e81867cbf1 fix: sanitize template-literal-special-characters in SSR attribute values Elliott Johnson 2026-02-12 16:40:35 -0700
  • 2949d8db42 simplify Rich Harris 2026-02-12 18:14:44 -0500
  • a5585b3244 merge main Rich Harris 2026-02-12 18:03:39 -0500
  • 57aa387c1f docs: clarify that each blocks use Array.from Rich Harris 2026-02-12 17:49:07 -0500
  • c1c664df93
    Version Packages (#17681) svelte@5.50.3 github-actions[bot] 2026-02-12 17:30:11 -0500
  • 70bbf5da36 Version Packages #17681 github-actions[bot] 2026-02-12 22:29:10 +0000
  • 45a796b327
    fix: propagate `$effect` errors to `<svelte:boundary>` (#17684) Razin Shafayet 2026-02-13 04:23:43 +0600
  • b657029687
    fix: take into account `nodeName` case sensitivity on XHTML pages (#17689) 7nik 2026-02-12 23:52:31 +0200
  • f1b7beebf7
    Apply suggestion from @Rich-Harris #17689 Rich Harris 2026-02-12 16:52:05 -0500
  • c8415804f5 fix: robustify custom elements event handling #17690 Simon Holthausen 2026-02-12 22:23:36 +0100
  • df23d8d946 we can simplify things a bit #17684 Rich Harris 2026-02-12 15:55:51 -0500
  • 0b656fba7d
    Merge branch 'main' into fix/boundary-effect-error Rich Harris 2026-02-12 14:04:12 -0500
  • 10e6e5a14a fix 7nik 2026-02-12 20:51:41 +0200
  • 0b7a3c65c8 fix: take into account `nodeName` case sensitivity on XHTML pages 7nik 2026-02-12 20:20:57 +0200
  • 4eee2f7c92
    fix: freeze effects-inside-deriveds when disconnecting, unfreeze on reconnect (#17682) Rich Harris 2026-02-12 09:15:32 -0500
  • cd0d929203 fix #17682 Rich Harris 2026-02-12 09:04:14 -0500
  • 9400689e1c
    chore: use create_element everywhere (#17683) Rich Harris 2026-02-12 06:11:41 -0500
  • cc5185e03b
    adjust #17683 Simon H 2026-02-12 10:59:15 +0100
  • f40baaa26a
    proper typings Simon H 2026-02-12 10:56:42 +0100
  • 33cff2e720 add changeset razinshafayet 2026-02-12 09:25:45 +0600
  • f4bd64cf30 fix: propagate $effect errors to <svelte:boundary> razinshafayet 2026-02-12 09:19:26 +0600
  • 851fec584e chore: use create_element everywhere Rich Harris 2026-02-11 20:02:32 -0500
  • bfa7cc4b9f simplify — there's no great way to know if an effect is immediately inside a derived that doesn't probably create more work than it saves Rich Harris 2026-02-11 19:37:20 -0500
  • 517b6d07a3 changeset Rich Harris 2026-02-11 18:02:54 -0500
  • da0373a609 EFFECT_RAN -> REACTION_RAN Rich Harris 2026-02-11 18:02:17 -0500
  • 3bca1d5ee9 fix Rich Harris 2026-02-11 17:16:12 -0500
  • 911a5e03e6 WIP Rich Harris 2026-02-11 17:05:57 -0500
  • faf53c1a0a add to legacy entry points Simon Holthausen 2026-02-11 22:47:01 +0100
  • bcd170ceb0
    fix: always lowercase HTML elements, for XHTML compliance (#17664) Rich Harris 2026-02-11 16:45:52 -0500
  • 59721ca887
    Merge branch 'main' into missing-effects #16595 Rich Harris 2026-02-11 16:27:42 -0500
  • c856839ff7 reset context on async error Simon Holthausen 2026-02-11 22:20:09 +0100
  • 0926ec20a8 merge #17664 Rich Harris 2026-02-11 16:16:54 -0500
  • 2bc97a0683
    fix: catch errors thrown during component mount to prevent source from losing tracking samfundev 2026-02-11 15:52:37 -0500
  • 015e744962
    Version Packages (#17668) svelte@5.50.2 github-actions[bot] 2026-02-11 16:08:12 -0500
  • 7bda499394 Version Packages #17668 github-actions[bot] 2026-02-11 20:54:26 +0000
  • 684cdba253
    fix: resolve effect_update_depth_exceeded with select bind:value in legacy mode (#17645) Artyom Alekseevich 2026-02-11 21:53:23 +0100
  • 0c6613e8b3 pacify typescript #17645 Rich Harris 2026-02-11 15:48:40 -0500
  • 0d609b85c7 only do this work in legacy mode Rich Harris 2026-02-11 15:48:27 -0500
  • 3c6bb6faba
    chore: provide proper public type for `parseCss` result (#17654) Manuel 2026-02-11 21:36:54 +0100
  • aed9fadfad fix tests #17654 Rich Harris 2026-02-11 15:24:58 -0500
  • 2eab1ad468 small tweak Rich Harris 2026-02-11 15:20:18 -0500
  • ad1bf80228 separate StyleSheetFile from StyleSheet, both inherit from StyleSheetBase Rich Harris 2026-02-11 14:59:50 -0500
  • 9472ff607a get the preview to deploy, hopefully Rich Harris 2026-02-11 14:55:03 -0500
  • 1550be6a99 more detail Rich Harris 2026-02-11 14:40:48 -0500
  • b64b2db69c regenerate Rich Harris 2026-02-11 14:35:45 -0500
  • 1acec3b839 on second thoughts, handleError -> transformError Rich Harris 2026-02-11 14:22:09 -0500
  • 03940d76d9 flesh out docs Rich Harris 2026-02-11 14:10:07 -0500
  • 2edee3188e onerror -> handleError Rich Harris 2026-02-11 13:25:02 -0500
  • b93ff4bbbc fix tests Rich Harris 2026-02-11 13:02:51 -0500
  • 91243492ed changeset #17674 Rich Harris 2026-02-11 12:51:25 -0500
  • a537ebe407 fix Rich Harris 2026-02-11 12:50:42 -0500
  • 959e55b6a6 fix related bug Rich Harris 2026-02-11 12:35:31 -0500
  • 8b39aa2cc5
    minimize diff Simon H 2026-02-11 18:15:16 +0100
  • 0d658f97ff update test Rich Harris 2026-02-11 11:33:25 -0500
  • 2f55f1f3b1
    add comments to legacy ast Simon H 2026-02-11 17:15:26 +0100
  • 7c4f5956d4 add test Rich Harris 2026-02-11 11:05:07 -0500
  • 3442b2181f
    Merge 447a77c679 into b0ca0b84de #17650 Razin Shafayet 2026-02-11 22:04:13 +0600
  • 1699754496 small tweak Rich Harris 2026-02-11 10:49:34 -0500
  • b0ca0b84de
    fix: robustify blocker calculation (#17676) Simon H 2026-02-11 16:25:14 +0100
  • 693de1d666 fix: robustify blocker calculation #17676 Simon Holthausen 2026-02-11 14:56:55 +0100
  • 5b65a637aa chore: create separate Boundary class #17675 ssr-error-boundary-class Simon Holthausen 2026-02-11 11:27:39 +0100
  • 9d298fb54b unnecessary Simon Holthausen 2026-02-11 11:26:47 +0100
  • f288618d5a fix / don't swallow error (user might want to throw a different one) Simon Holthausen 2026-02-11 10:50:03 +0100
  • 020bdfb602 revert this was committed by accident Simon Holthausen 2026-02-11 10:45:07 +0100
  • 3b7f4341c4
    chore: DRY out boundary compiler code (#17673) Rich Harris 2026-02-11 04:41:54 -0500
  • 447a77c679 remove shared re-exports from subpath entrypoints #17650 razinshafayet 2026-02-11 10:43:05 +0600
  • 9458ee4c48 differentiate between memoized and non-memoized deriveds Rich Harris 2026-02-10 22:20:26 -0500
  • 9b3445b39d WIP Rich Harris 2026-02-10 22:17:19 -0500
  • 7a6d969ca0 WIP Rich Harris 2026-02-10 22:11:08 -0500
  • 7968923e98 WIP Rich Harris 2026-02-10 21:59:45 -0500
  • 4b233eddd5 WIP Rich Harris 2026-02-10 21:53:45 -0500
  • fc56d0e52a WIP Rich Harris 2026-02-10 21:40:37 -0500
  • 10b0763d5e WIP Rich Harris 2026-02-10 21:36:38 -0500
  • 4d2c113239 WIP Rich Harris 2026-02-10 21:34:57 -0500
  • 766968946e WIP Rich Harris 2026-02-10 20:54:27 -0500
  • eaf15c5f00 WIP Rich Harris 2026-02-10 20:47:20 -0500
  • 06c92aff1f chore: DRY out boundary compiler code #17673 Rich Harris 2026-02-10 19:16:03 -0500