Commit Graph

  • 68d266e0f8
    fix: remove overzealous `reactive_declaration_non_reactive_property` warning (#14663) Simon H 2024-12-11 22:34:42 +0100
  • ea6fd95332
    fix: account for global block in `is_empty` (#14677) Paolo Ricciuti 2024-12-11 22:10:09 +0100
  • 6df3324fee fix: account for global block in `is_empty` #14677 paoloricciuti 2024-12-11 21:29:19 +0100
  • 7b588e5fe8 changeset Simon Holthausen 2024-12-11 18:11:22 +0100
  • 88fcb9c197 more robust expression parsing Simon Holthausen 2024-12-11 18:10:49 +0100
  • b0374f8863
    Version Packages (#14662) svelte@5.11.0 github-actions[bot] 2024-12-11 11:35:28 -0500
  • e1f3ec1d3f Version Packages #14662 github-actions[bot] 2024-12-11 16:31:33 +0000
  • d43a10ba7a
    feat: add `svelte/reactivity/window` module (#14660) Rich Harris 2024-12-11 11:30:25 -0500
  • 557a2df591 add @since tags #14660 Rich Harris 2024-12-11 11:29:54 -0500
  • 40c33e9a5b tweak Rich Harris 2024-12-11 09:56:22 -0500
  • 42b8d773ad tweak docs Rich Harris 2024-12-11 09:54:49 -0500
  • e610f1aec4 oops Simon Holthausen 2024-12-11 15:04:17 +0100
  • 4e727ed900 handle invalid blocks Simon Holthausen 2024-12-11 15:03:46 +0100
  • 72850e5ce9 handle invalid expressions Simon Holthausen 2024-12-11 13:56:24 +0100
  • 553912d088 handle unclosed opening tags Simon Holthausen 2024-12-11 12:52:04 +0100
  • b71003005e fix: better handle hydration of script/style elements #14669 Dominic Gannaway 2024-12-11 11:45:24 +0000
  • 6e143c1fe6 fix: better handle hydration of script/style elements Dominic Gannaway 2024-12-11 11:09:40 +0000
  • 7337612af4 handle unclosed blocks Simon Holthausen 2024-12-11 12:08:51 +0100
  • 6994021ef9 handle unclosed tags Simon Holthausen 2024-12-11 11:16:20 +0100
  • 6450737801 add loose option Simon Holthausen 2024-12-11 10:16:47 +0100
  • afccfda5c7 chore: remove outdated TODO comment #14664 Rich Harris 2024-12-10 18:25:46 -0500
  • 196c68a16a fix: remove overzealous `reactive_declaration_non_reactive_property` warning #14663 Simon Holthausen 2024-12-10 23:36:12 +0100
  • a2539cfe1f
    fix: correctly set custom element props (#14508) Simon H 2024-12-10 22:56:50 +0100
  • cb2efe6c65 online binding Simon Holthausen 2024-12-10 22:54:52 +0100
  • c87d27a990 hide private types Simon Holthausen 2024-12-10 22:47:24 +0100
  • eabcb3aa24
    Update packages/svelte/src/internal/client/dom/elements/attributes.js #14508 Simon H 2024-12-10 22:37:28 +0100
  • cb5734ae66
    Version Packages (#14652) svelte@5.10.1 github-actions[bot] 2024-12-10 19:57:11 +0000
  • d5823d7654 Version Packages #14652 github-actions[bot] 2024-12-10 19:30:16 +0000
  • a26b6d80ef
    fix: overwrite #last_value when Spring is `.set()` with `{instant: true}` (#14656) grieben 2024-12-10 12:29:12 -0700
  • fb879dd702
    fix: ensure $state.snapshot clones holey arrays correctly (#14657) Dominic Gannaway 2024-12-10 19:21:24 +0000
  • a8d094017a fix Rich Harris 2024-12-10 14:04:11 -0500
  • a0ce604413 lint Rich Harris 2024-12-10 14:01:36 -0500
  • ea6f89d604 feat: add `svelte/reactivity/window` module Rich Harris 2024-12-10 13:47:37 -0500
  • b5148d345b fix: ensure $state.snapshot clones holey arrays correctly #14657 Dominic Gannaway 2024-12-10 17:24:30 +0000
  • 0eb8aae723 fix: ensure $state.snapshot clones holey arrays correctly Dominic Gannaway 2024-12-10 17:24:12 +0000
  • edf468a912 fix: ensure $state.snapshot clones holey arrays correctly Dominic Gannaway 2024-12-10 17:16:43 +0000
  • 2ac038c05a fix: ensure $state.snapshot clones holey arrays correctly Dominic Gannaway 2024-12-10 17:15:10 +0000
  • 09ab0e92cf run npx changeset #14656 grieben 2024-12-10 09:24:43 -0700
  • b8047bae04 fix: overwrite #last_value when Spring is with grieben 2024-12-10 09:20:36 -0700
  • 95b87ff596 chore: more default value spread work #14655 Simon Holthausen 2024-12-10 17:03:31 +0100
  • 0166bc4850 Merge branch 'main' into opaque-rune Dominic Gannaway 2024-12-10 15:53:21 +0000
  • ab1f7f437e
    fix: transform everything that is not a selector inside `:global` (#14577) Paolo Ricciuti 2024-12-10 14:58:16 +0100
  • 88184cd769
    fix: don't emit assignment warnings for bindings (#14651) Simon H 2024-12-10 14:50:44 +0100
  • 66e30d3288
    fix: ensure snippet hoisting works in the correct scope (#14642) Dominic Gannaway 2024-12-10 12:44:44 +0000
  • 9cfd2e20ab
    fix: restore input binding selection position (#14649) Dominic Gannaway 2024-12-10 12:44:31 +0000
  • 2e4ab25f1d revert #14642 Dominic Gannaway 2024-12-10 12:25:29 +0000
  • 93f675beba revert Dominic Gannaway 2024-12-10 12:25:02 +0000
  • cc9c43e17e fix: don't emit assignment warnings for bindings #14651 Simon Holthausen 2024-12-10 13:04:41 +0100
  • 7747876fff fix: restore input binding selection position #14649 Dominic Gannaway 2024-12-10 10:39:39 +0000
  • bdf3a1aafa fix bug Dominic Gannaway 2024-12-10 10:16:12 +0000
  • ce373ff8fc chore: apply suggestions from review paoloricciuti 2024-12-10 10:50:56 +0100
  • abc2a7e056
    fix Prettier issue Mateusz Kadlubowski 2024-12-10 11:47:28 +0800
  • e185e1ac28
    `Css` -> `AST.CSS` Mateusz Kadlubowski 2024-12-10 11:21:35 +0800
  • 3b424387fa
    exported `Css` -> `CSS` Mateusz Kadlubowski 2024-12-10 11:05:14 +0800
  • b05d42c067 fix: ensure snippet hoisting works in the correct scope Dominic Gannaway 2024-12-10 00:00:51 +0000
  • 8b38272f0e lint Dominic Gannaway 2024-12-09 23:29:42 +0000
  • af44d572b1 Merge branch 'main' into opaque-rune Dominic Gannaway 2024-12-09 23:29:14 +0000
  • 0e9eca38ed lint Dominic Gannaway 2024-12-09 23:28:53 +0000
  • e319adda01 lint Dominic Gannaway 2024-12-09 23:20:33 +0000
  • 84a34aeff5 lint Dominic Gannaway 2024-12-09 23:20:15 +0000
  • 1070039ea2 lint Dominic Gannaway 2024-12-09 23:19:31 +0000
  • d38820f4ca fix: make `defaultValue` work with spread paoloricciuti 2024-12-10 00:17:46 +0100
  • 1898483de7 lint Dominic Gannaway 2024-12-09 23:14:42 +0000
  • 409bebc1b5 lint Dominic Gannaway 2024-12-09 23:01:16 +0000
  • 9a8b448899 typo Dominic Gannaway 2024-12-09 22:53:31 +0000
  • 3e222fca39 feat: add state.opqaue rune Dominic Gannaway 2024-12-09 22:46:05 +0000
  • 8bee23e387
    Version Packages (#14631) svelte@5.10.0 github-actions[bot] 2024-12-09 13:31:49 -0500
  • 0af35f90d1 Version Packages #14631 github-actions[bot] 2024-12-09 18:30:26 +0000
  • a25a17373d
    chore: upgrade last changeset to a minor (#14636) Rich Harris 2024-12-09 13:29:28 -0500
  • 9cf897d80c chore: upgrade last changeset to a minor #14636 Rich Harris 2024-12-09 13:26:56 -0500
  • cfc1fb7de8
    chore: provide links to documentation for errors/warnings (#14629) Simon H 2024-12-09 19:26:05 +0100
  • 3dcd5a4a3e
    fix docs (#14635) Rich Harris 2024-12-09 12:55:39 -0500
  • e878531d59 fix docs #14635 Rich Harris 2024-12-09 12:55:09 -0500
  • c6fca02009
    docs: more details for errors/warnings on the site (#14632) Simon H 2024-12-09 18:39:13 +0100
  • 856844c127 regenerate #14632 Rich Harris 2024-12-09 12:35:21 -0500
  • 9bc72e71bc
    Apply suggestions from code review Rich Harris 2024-12-09 12:30:33 -0500
  • f7dba516d8 fix Rich Harris 2024-12-09 12:26:35 -0500
  • f8462588d7 tweaks Rich Harris 2024-12-09 12:25:38 -0500
  • 491600be7d tab not spaces Rich Harris 2024-12-09 12:22:19 -0500
  • bb797e15e9 fix in correct place Rich Harris 2024-12-09 12:14:57 -0500
  • e9667bf015
    Apply suggestions from code review Simon H 2024-12-09 17:59:06 +0100
  • 4b5b1081bc docs: more details for errors/warnings on the site Simon Holthausen 2024-12-09 17:41:46 +0100
  • b2fa1315d7
    last one #14629 Simon H 2024-12-09 17:31:50 +0100
  • 68281fa46b more test fixes Simon Holthausen 2024-12-09 17:23:02 +0100
  • 11764632b9
    fix: deconflict `get_name` for literal class properties (#14607) Paolo Ricciuti 2024-12-09 17:22:42 +0100
  • 969da7f421 more concise Simon Holthausen 2024-12-09 17:00:20 +0100
  • bfa094edcc fix mutations messing with nodes between runs Simon Holthausen 2024-12-09 16:55:02 +0100
  • 38171f60ea
    fix: allow exports with source from script module even if no bind is present (#14620) Paolo Ricciuti 2024-12-09 16:48:34 +0100
  • 63ebfc248f chore: move test to validator #14620 paoloricciuti 2024-12-09 15:47:53 +0100
  • 0a10c59517
    Version Packages (#14628) svelte@5.9.1 github-actions[bot] 2024-12-09 09:29:51 -0500
  • 1e8be19ff7 fix most of the tests Simon Holthausen 2024-12-09 14:54:28 +0100
  • afe0c9b48f changeset Simon Holthausen 2024-12-09 14:54:19 +0100
  • d124a931b6 chore: provide links to documentation for errors/warnings Simon Holthausen 2024-12-09 14:54:12 +0100
  • 765a70f267 Version Packages #14628 github-actions[bot] 2024-12-09 12:40:35 +0000
  • c66bf178aa
    fix: mark subtree dynamic for bind with sequence expressions (#14626) Paolo Ricciuti 2024-12-09 13:39:31 +0100
  • 1e10c84b94 fix: mark subtree dynamic for bind with sequence expressions #14626 paoloricciuti 2024-12-09 12:17:04 +0100
  • c87a370947 fix: allow exports with source from script module even if no bind is present paoloricciuti 2024-12-09 00:52:07 +0100
  • 3bfe875951
    manually generate types again Mateusz Kadlubowski 2024-12-09 00:19:39 +0800
  • 24a25de76f
    export namespace `Css` inside `AST` Mateusz Kadlubowski 2024-12-09 00:18:35 +0800
  • 4e0d43c3fc
    Add `AttributeLike` type Mateusz Kadlubowski 2024-12-09 00:17:32 +0800