Commit Graph

  • d2879a969f fix: always use document.importNode for template cloning Dominic Gannaway 2024-05-13 17:30:25 +0100
  • cf27e774f1 dedicated flag Simon Holthausen 2024-05-13 18:26:12 +0200
  • b4b3a52a22
    Update packages/svelte/src/compiler/phases/3-transform/client/utils.js Simon H 2024-05-13 18:21:25 +0200
  • a2bc0f5f7d
    Add documentation for svelte/elements (#11587) Matei Trandafir 2024-05-13 19:18:57 +0300
  • 1da58029c5 distinguish prose Simon Holthausen 2024-05-13 18:16:58 +0200
  • dc16668773
    chore: improve runtime overhead of creating comment templates (#11591) Dominic Gannaway 2024-05-13 17:12:07 +0100
  • fbc709195e
    changeset #11591 Rich Harris 2024-05-13 12:10:52 -0400
  • 7439b5716e fix test Rich Harris 2024-05-13 12:01:28 -0400
  • d84e84ad57
    Update packages/svelte/src/internal/client/dom/template.js Dominic Gannaway 2024-05-13 16:54:30 +0100
  • 5d93ba9d28 chore: improve runtime overhead of creating comment templates Dominic Gannaway 2024-05-13 16:45:50 +0100
  • 3b0c07d1d1
    Fix typo #11587 Matei-Paul Trandafir 2024-05-13 17:04:26 +0300
  • 25e34d2846
    Add documentation for svelte/elements Matei-Paul Trandafir 2024-05-13 16:57:04 +0300
  • e39c425cf3 chore: improve SSR invalid element error message Dominic Gannaway 2024-05-13 13:34:01 +0100
  • 965afc5ccc
    docs: correct variable references (#11582) 이요 2024-05-13 21:18:27 +0900
  • 7d3c1a51fc
    Merge branch 'main' into tanhauhau/gh-10997 #11274 Simon H 2024-05-13 14:07:48 +0200
  • 55b7354cf4 fix: correctly handle falsy values of style directives in SSR mode #11583 Simon Holthausen 2024-05-13 14:01:35 +0200
  • c45e762d8e fix: correctly handle falsy values of style directives in SSR mode #11584 Simon Holthausen 2024-05-13 14:01:27 +0200
  • 5d981d6b41 docs: Correcting Incorrect Variable Names #11582 XIYO 2024-05-13 19:19:35 +0900
  • db09dd5f7d
    Correcting Incorrect Variable Names #11581 이요 2024-05-13 19:05:48 +0900
  • 61bf97210b
    chore: improve local playground (#11575) Rich Harris 2024-05-13 05:36:17 -0400
  • 81517a506c
    fix: allow for non optional chain call expression in render (#11578) Paolo Ricciuti 2024-05-13 11:30:23 +0200
  • 3d96ba50b8 fix: allow for non optional chain call expression in render #11578 paoloricciuti 2024-05-13 10:24:10 +0200
  • b55c71dc5a Merge branch 'main' into prop-legacy-change-detection Simon Holthausen 2024-05-13 09:47:31 +0200
  • bf37a5995d fix: replicate Svelte 4 props update detection in legacy mode Simon Holthausen 2024-05-13 09:47:21 +0200
  • 6f88ce5090 chore: improve local playground #11575 Rich Harris 2024-05-12 22:16:30 -0400
  • 72a1c936c2 reverse the polarity #11574 Rich Harris 2024-05-12 22:01:21 -0400
  • 8d1bbb438c ugh COME ON Rich Harris 2024-05-12 16:37:14 -0400
  • 4ccbc581a5 lint Rich Harris 2024-05-12 16:34:04 -0400
  • 38b40b9168 fix Rich Harris 2024-05-12 16:30:08 -0400
  • d7ce453d9c make separate legacy_code message for dash -> underscore conversions Rich Harris 2024-05-12 16:20:53 -0400
  • d6414e79f2 fix Rich Harris 2024-05-12 16:11:13 -0400
  • 61238d0fd3
    Version Packages (next) (#11564) svelte@5.0.0-next.131 github-actions[bot] 2024-05-12 15:53:33 -0400
  • b95fe415a2 Version Packages (next) #11564 github-actions[bot] 2024-05-12 19:51:15 +0000
  • 9c680f1030
    chore: optimise effects (#11569) Rich Harris 2024-05-12 15:50:18 -0400
  • 5f19c37f0f fix #11571 Rich Harris 2024-05-12 15:32:08 -0400
  • 691145c29b
    changeset #11569 Rich Harris 2024-05-12 15:22:14 -0400
  • 6cfed04158
    simplify (#11570) Rich Harris 2024-05-12 15:21:45 -0400
  • 05c3efafb4 fix: wrap props in deriveds more conservatively in legacy mode Rich Harris 2024-05-12 15:16:32 -0400
  • 08920670a8 simplify #11570 Rich Harris 2024-05-12 13:18:44 -0400
  • 5497b3d0bc
    fix: ensure all effect cleanup functions are untracked (#11567) Dominic Gannaway 2024-05-12 18:08:40 +0100
  • 801cea7662 tweak Rich Harris 2024-05-12 12:09:14 -0400
  • 3812e5fa90 lint Rich Harris 2024-05-12 12:08:14 -0400
  • 4fdbb3f66b filter_flags appears to be unnecessary? Rich Harris 2024-05-12 12:05:53 -0400
  • c89ca18713 don't allocate array unnecessarily Rich Harris 2024-05-12 12:01:55 -0400
  • 87083d589b tweak Rich Harris 2024-05-12 11:54:05 -0400
  • 2a192dec73 optimise effects Rich Harris 2024-05-12 11:51:56 -0400
  • 558498a846 add test #11567 Rich Harris 2024-05-12 11:31:21 -0400
  • f6e87772cb
    Revert "fix: ensure Svelte action destroy effects are untracked (#11562)" (#11568) Dominic Gannaway 2024-05-12 16:12:34 +0100
  • 6c511f0b10
    Revert "fix: ensure Svelte action destroy effects are untracked (#11562)" #11568 Dominic Gannaway 2024-05-12 16:12:21 +0100
  • 89cbcb024f fix: ensure all effect cleanup functions are untracked Dominic Gannaway 2024-05-12 16:10:24 +0100
  • e49f1f7f11
    fix: ensure Svelte action destroy effects are untracked (#11562) Dominic Gannaway 2024-05-11 22:46:14 +0100
  • 1dbdc6025e fix: unesure Svelte action destroy effects are untracked #11562 Dominic Gannaway 2024-05-11 20:59:25 +0100
  • db134921b7 fix: unesure Svelte action destroy effects are untracked Dominic Gannaway 2024-05-11 20:58:51 +0100
  • 816335f906
    Version Packages (next) (#11561) svelte@5.0.0-next.130 github-actions[bot] 2024-05-11 20:46:27 +0100
  • 52c6ec1830 Version Packages (next) #11561 github-actions[bot] 2024-05-11 19:44:59 +0000
  • 643bbf2be2
    Better process effects (#11560) Dominic Gannaway 2024-05-11 20:43:58 +0100
  • 58145ae293 fix: improve internal mechanism for handling process_effects #11560 Dominic Gannaway 2024-05-11 20:41:21 +0100
  • aab8dc24ec fix: improve internal mechanism for handling process_effects Dominic Gannaway 2024-05-11 20:39:26 +0100
  • 21377ce063 fix: improve internal mechanism for handling process_effects Dominic Gannaway 2024-05-11 20:37:24 +0100
  • 477ebc47b1 fix: improve internal mechanism for handling process_effects Dominic Gannaway 2024-05-11 20:35:17 +0100
  • 9d618584bd fix: improve internal mechanism for handling process_effects Dominic Gannaway 2024-05-11 20:33:25 +0100
  • 4cadd07676
    Version Packages (next) (#11559) svelte@5.0.0-next.129 github-actions[bot] 2024-05-11 20:29:13 +0100
  • 72aa845b99 Version Packages (next) #11559 github-actions[bot] 2024-05-11 19:22:51 +0000
  • a3702e8171
    fix: adjust heuristics for effect_update_depth_exceeded (#11558) Dominic Gannaway 2024-05-11 20:21:51 +0100
  • 6b6fb5c217 fix: further adjust heuristics for effect_update_depth_exceeded #11558 Dominic Gannaway 2024-05-11 20:19:02 +0100
  • 18f61a575f
    Version Packages (next) (#11554) svelte@5.0.0-next.128 github-actions[bot] 2024-05-11 20:10:00 +0100
  • aa3d23e111 Version Packages (next) #11554 github-actions[bot] 2024-05-11 19:06:38 +0000
  • 43ad72b1ce
    fix: adjust heuristics for effect_update_depth_exceeded (#11557) Dominic Gannaway 2024-05-11 20:05:44 +0100
  • c5d7cc74df fix: adjust heuristics for effect_update_depth_exceeded #11557 Dominic Gannaway 2024-05-11 19:58:53 +0100
  • 2d982b9b04 fix: adjust heuristics for effect_update_depth_exceeded Dominic Gannaway 2024-05-11 19:58:01 +0100
  • c59766fc6d oops Rich Harris 2024-05-11 11:43:09 -0400
  • 597715ff98
    fix: improved $inspect handling of reactive Map/Set/Date (#11553) Dominic Gannaway 2024-05-11 12:21:06 +0100
  • 85f309997a fix: improved $inspect handling of reactive Map/Set/Date #11553 Dominic Gannaway 2024-05-11 12:15:18 +0100
  • de65e004bc test fuzzymatch logic Rich Harris 2024-05-10 23:00:36 -0400
  • 98f07915b3 add tests Rich Harris 2024-05-10 22:58:08 -0400
  • f8ba436d4a fix Rich Harris 2024-05-10 22:36:19 -0400
  • ede63715ec feat: warn on unknown warning codes in runes mode Rich Harris 2024-05-10 18:31:02 -0400
  • 546cc7d6f0 move this out into separate PR (#11548) #11495 Rich Harris 2024-05-10 17:42:21 -0400
  • 77bd52ecc4 docs: explain prop update breaking change #11548 Rich Harris 2024-05-10 17:40:24 -0400
  • 7e9b109de6
    Version Packages (next) (#11541) svelte@5.0.0-next.127 github-actions[bot] 2024-05-10 21:12:44 +0100
  • 4abce84103 Version Packages (next) #11541 github-actions[bot] 2024-05-10 20:11:57 +0000
  • 3103a0d81e
    fix: improve REPL error button styling (#11547) Dominic Gannaway 2024-05-10 21:10:58 +0100
  • c450cdb7a7
    fix: better support for lazy img elements (#11545) Dominic Gannaway 2024-05-10 21:09:25 +0100
  • f56e1a11cc
    Fix format issue #11542 xeho91 2024-05-11 04:07:31 +0800
  • bde11ae2e9 fix: improve REPL error button styling #11547 Dominic Gannaway 2024-05-10 21:02:21 +0100
  • a9eed9da1d
    Revert changes unrelated to `compile` xeho91 2024-05-11 03:55:20 +0800
  • ed27773ed5 fix #11545 Dominic Gannaway 2024-05-10 20:50:37 +0100
  • e0ee40d75e tune Dominic Gannaway 2024-05-10 20:44:03 +0100
  • db6f9d8233 fix: better support for lazy img elements Dominic Gannaway 2024-05-10 20:36:36 +0100
  • 275fd2efcd feat: add possibility to decorate components #11544 Simon Holthausen 2024-05-10 21:34:53 +0200
  • fcc72ae2f3
    feat: provide better error messages in DEV (#11526) Dominic Gannaway 2024-05-10 20:25:59 +0100
  • 641e411cf1
    fix: ensure spread events are always added (#11535) Simon H 2024-05-10 21:14:11 +0200
  • 31f8fea22d
    fix: don't warn on writes to `$state` (#11540) Simon H 2024-05-10 21:12:09 +0200
  • 970565cc58 fix #11540 Simon Holthausen 2024-05-10 21:04:50 +0200
  • 50d350f20a unnecessary Simon Holthausen 2024-05-10 19:46:14 +0200
  • 59711592ea lint #11526 Dominic Gannaway 2024-05-10 18:10:04 +0100
  • 9028d46ccc address feedback Dominic Gannaway 2024-05-10 18:07:08 +0100
  • 0adc671718
    Update packages/svelte/src/internal/client/runtime.js Dominic Gannaway 2024-05-10 17:57:51 +0100
  • a53f258cd2
    Update packages/svelte/src/internal/client/reactivity/effects.js Dominic Gannaway 2024-05-10 17:55:50 +0100
  • 503092200d
    fix: replace `modern` to `modernAst` xeho91 2024-05-11 00:53:55 +0800