Commit Graph

  • 43c0f3353a move append_styles into new module, update implementation Rich Harris 2024-07-09 16:14:56 -0400
  • 3bba86b9fa chore: document `@html` and `<img src>` hydration change Simon Holthausen 2024-07-09 22:00:03 +0200
  • ec18cc8295 update tests Rich Harris 2024-07-09 15:52:22 -0400
  • 9dc2b81c83 merge main Rich Harris 2024-07-09 15:34:55 -0400
  • 256e60994e
    chore: remove some junk (#12372) Rich Harris 2024-07-09 12:30:55 -0700
  • df63776403 chore: remove some junk #12372 Rich Harris 2024-07-09 15:26:41 -0400
  • 7319cfab4b Merge branch 'main' into universal-injected-css Rich Harris 2024-07-09 15:19:14 -0400
  • 27c54407b6
    chore: expose css option in playground (#12369) Rich Harris 2024-07-09 12:18:59 -0700
  • 236e6a27c8 cssRenderOnServer -> css: 'injected' Rich Harris 2024-07-09 15:10:22 -0400
  • a334755e98 Merge branch 'main' into server-css #12294 Rich Harris 2024-07-09 14:58:51 -0400
  • 1aabeb0c63 default to 5 #12370 Rich Harris 2024-07-09 14:53:10 -0400
  • e2fc6801a8 tidy up Rich Harris 2024-07-09 14:52:00 -0400
  • 544b2e17ee update changeset Rich Harris 2024-07-09 14:50:34 -0400
  • 70ceb47ac4 rename to compatibility.componentApi Rich Harris 2024-07-09 14:49:20 -0400
  • a9ec69b3a7 pass options to worker #12369 Rich Harris 2024-07-09 14:32:45 -0400
  • 8e7ec29476 Merge branch 'main' into expose-css-option Rich Harris 2024-07-09 14:28:47 -0400
  • 1d8d38c8bd
    fix: correctly validate `<svelte:component>` with `bind:this` (#12368) Rich Harris 2024-07-09 11:26:45 -0700
  • 7b4b26540e fix: correctly validate `<svelte:component>` with `bind:this` #12368 Rich Harris 2024-07-09 14:22:18 -0400
  • 29243241d7 expose css compiler option Rich Harris 2024-07-09 13:58:25 -0400
  • 529db97928
    fix: handle nested `:global(...)` selectors (#12365) Simon H 2024-07-09 18:54:19 +0200
  • 6ac1ae8a12
    Version Packages (next) (#12361) svelte@5.0.0-next.179 github-actions[bot] 2024-07-09 12:03:08 -0400
  • 65750af29a fix: handle nested `:global(...)` selectors #12365 Simon Holthausen 2024-07-09 18:00:50 +0200
  • 0f7637ce07 Version Packages (next) #12361 github-actions[bot] 2024-07-09 15:44:31 +0000
  • 12579d47bc
    chore: remove unnecessary Invalidator type (#12354) Rich Harris 2024-07-09 08:43:35 -0700
  • 5136b80e71
    Merge branch 'main' into support-await-finally-block #12312 Rich Harris 2024-07-09 08:41:20 -0700
  • 2789a3c0ef
    feat: single-pass hydration (#12335) Rich Harris 2024-07-09 08:39:27 -0700
  • 45573440ec avoid mutating `arguments` #12335 Rich Harris 2024-07-09 11:33:31 -0400
  • 9268126a9b tidy up Rich Harris 2024-07-09 11:15:44 -0400
  • b62c321559 add some comments Rich Harris 2024-07-09 11:13:55 -0400
  • fd43c8562d fix Rich Harris 2024-07-09 11:12:04 -0400
  • b66f8bc834 test for standalone snippet Rich Harris 2024-07-09 10:53:41 -0400
  • ba62a072a0 tighten up hydration tests, add test for standalone component Rich Harris 2024-07-09 10:52:20 -0400
  • 9192bbba1e tweak Rich Harris 2024-07-09 10:27:49 -0400
  • 3dbb220169
    fix: ensure `$$slots` returns a record of booleans (#12359) Simon H 2024-07-09 15:53:12 +0200
  • e7c8d61cdd prettier Rich Harris 2024-07-09 09:29:45 -0400
  • c023a15014 Merge branch 'single-pass-hydration' of github.com:sveltejs/svelte into single-pass-hydration Rich Harris 2024-07-09 09:19:46 -0400
  • 85ae369c48 add a comment Rich Harris 2024-07-09 09:19:43 -0400
  • d2a30c5cc1
    Update playgrounds/demo/vite.config.js Rich Harris 2024-07-09 09:07:05 -0400
  • 360ea32d01
    Update packages/svelte/src/internal/client/dom/hydration.js Rich Harris 2024-07-09 09:06:48 -0400
  • 44efc18822
    Update packages/svelte/src/internal/client/dom/blocks/each.js Rich Harris 2024-07-09 09:06:21 -0400
  • 8bdcee6d2d
    Update packages/svelte/src/compiler/phases/3-transform/client/visitors/template.js Rich Harris 2024-07-09 09:05:14 -0400
  • d79d50335f
    Update packages/svelte/src/constants.js Rich Harris 2024-07-09 09:04:44 -0400
  • 5676a8489e move annotations to properties Rich Harris 2024-07-09 08:54:39 -0400
  • e52bf4bf9b fix Rich Harris 2024-07-09 08:47:29 -0400
  • 2d41103d95 merge main Rich Harris 2024-07-09 08:30:38 -0400
  • c314d1bb33
    chore: allow `<svelte:element>` effects to be pruned (#12356) Rich Harris 2024-07-09 04:28:52 -0700
  • ae56bee538 fix: ensure `$$slots` returns a record of booleans #12359 Simon Holthausen 2024-07-09 13:12:42 +0200
  • b763654536 tweak Rich Harris 2024-07-08 23:02:32 -0400
  • bdf894607f merge main Rich Harris 2024-07-08 22:58:03 -0400
  • 056a1aeb89
    chore: move `slot` function into its own module (#12357) Rich Harris 2024-07-08 19:56:04 -0700
  • f07d166f82 chore: move `slot` function into its own module #12357 Rich Harris 2024-07-08 22:52:05 -0400
  • 4a2cb4bc04 unused Rich Harris 2024-07-08 21:43:52 -0400
  • 3079878c92 this is no longer a possibility, because of is_text_first Rich Harris 2024-07-08 21:40:18 -0400
  • 5ced9427d3 oops #12354 Rich Harris 2024-07-08 21:37:13 -0400
  • d71dd5f5dc handle `<template>` edge case at compile time Rich Harris 2024-07-08 21:34:42 -0400
  • 09a3537571 tweak Rich Harris 2024-07-08 21:20:00 -0400
  • 6f31b62415 comment is answered by https://github.com/sveltejs/svelte/pull/12356 Rich Harris 2024-07-08 21:13:11 -0400
  • 6e39d2a21d chore: allow `<svelte:element>` effects to be pruned #12356 Rich Harris 2024-07-08 21:03:46 -0400
  • 93076bb216 unused Rich Harris 2024-07-08 20:44:38 -0400
  • 81d6c3fc89 tweak Rich Harris 2024-07-08 20:41:22 -0400
  • 2436cbc984 answer: yes, at least for now, because otherwise empty components are a nuisance Rich Harris 2024-07-08 20:27:56 -0400
  • 50d9536c5b simplify Rich Harris 2024-07-08 20:05:37 -0400
  • 94197b069e
    Version Packages (next) (#12355) svelte@5.0.0-next.178 github-actions[bot] 2024-07-08 19:45:15 -0400
  • 1de3caae2a simplify Rich Harris 2024-07-08 19:43:40 -0400
  • 357c5f50a0 tweak Rich Harris 2024-07-08 19:09:59 -0400
  • 4a20760671 add comment Rich Harris 2024-07-08 18:59:46 -0400
  • f77b10a258 simplify Rich Harris 2024-07-08 18:58:18 -0400
  • aa45aa434d revert Rich Harris 2024-07-08 18:53:33 -0400
  • f22f0bbd39 Version Packages (next) #12355 github-actions[bot] 2024-07-08 22:51:32 +0000
  • 202f1dd819
    fix: reconnected deep derived signals to graph (#12350) Dominic Gannaway 2024-07-08 23:50:38 +0100
  • 4da489855f in fact you know what, this whole thing is overkill. get rid of it Rich Harris 2024-07-08 18:48:01 -0400
  • c665ddf132 lint #12350 Rich Harris 2024-07-08 18:36:45 -0400
  • 734c1a8b18 regenerate types Rich Harris 2024-07-08 18:35:32 -0400
  • a61b39eb30 simplify Rich Harris 2024-07-08 18:32:12 -0400
  • 5bb2cf91e4 tweak Dominic Gannaway 2024-07-08 22:47:43 +0100
  • fca87f927c tweak Dominic Gannaway 2024-07-08 22:44:48 +0100
  • 05a9a59378 address feedback Dominic Gannaway 2024-07-08 22:41:10 +0100
  • 45fc9dbae5 chore: fix Invalidator type Rich Harris 2024-07-08 17:31:38 -0400
  • 01dbbee170
    Update packages/svelte/src/internal/client/runtime.js Dominic Gannaway 2024-07-08 22:28:35 +0100
  • ea534de206
    Update packages/svelte/src/internal/client/reactivity/deriveds.js Dominic Gannaway 2024-07-08 22:26:29 +0100
  • 787e091a5e
    Version Packages (next) (#12349) svelte@5.0.0-next.177 github-actions[bot] 2024-07-08 17:21:50 -0400
  • 7b6eb47fdd Version Packages (next) #12349 github-actions[bot] 2024-07-08 21:20:50 +0000
  • 66a184689b
    chore: simplify legacy props (#12353) Rich Harris 2024-07-08 14:19:54 -0700
  • 1e6ad62d97 add test #12353 Rich Harris 2024-07-08 16:57:52 -0400
  • 0c389b3ed3 refactor Dominic Gannaway 2024-07-08 20:49:35 +0100
  • 79747e2514 chore: simplify legacy props Rich Harris 2024-07-08 15:40:58 -0400
  • ee47696986
    fix: resolve legacy component props equality for mutations (#12348) Dominic Gannaway 2024-07-08 20:29:07 +0100
  • 82983fdb48 Merge branch 'legacy-component-props-each' of github.com:sveltejs/svelte into legacy-component-props-each #12348 Rich Harris 2024-07-08 15:23:51 -0400
  • 3fd622190b remove unused parameter Rich Harris 2024-07-08 15:23:25 -0400
  • c056f88778 make all proxies immutable Rich Harris 2024-07-08 15:18:44 -0400
  • e049e85c43 rename test Rich Harris 2024-07-08 15:10:02 -0400
  • 397cccf060 simplify test Rich Harris 2024-07-08 15:09:54 -0400
  • 63f3ee4ffd
    fix: make `<select>` `<option value>` behavior consistent (#12316) Simon H 2024-07-08 21:06:57 +0200
  • 7e55810cbc remove edge case handling in favor of smaller code size #12316 Simon Holthausen 2024-07-08 21:03:22 +0200
  • 1bd699f337 lint Dominic Gannaway 2024-07-08 19:59:13 +0100
  • 3d227ca40c changeset Dominic Gannaway 2024-07-08 19:56:07 +0100
  • fc87b8bef6 add test Dominic Gannaway 2024-07-08 19:55:11 +0100
  • a2478480f4
    Update packages/svelte/src/legacy/legacy-client.js Simon H 2024-07-08 20:52:44 +0200
  • ba93e5fce3
    breaking: play transitions on `mount` by default (#12351) Simon H 2024-07-08 19:27:48 +0200
  • 9380a71981 only prevent transitions when the component is invalidated #12351 Rich Harris 2024-07-08 13:19:56 -0400