Commit Graph

  • 3656158336
    manually generate types Mateusz Kadlubowski 2024-12-09 00:15:54 +0800
  • d769133188
    Merge branch 'main' into ast-types Mateusz Kadlubowski 2024-12-09 00:14:39 +0800
  • c1c59e77a5
    docs: where the hell did this come from? (#14613) Rich Harris 2024-12-08 07:38:01 -0500
  • b340081843 docs: where the hell did this come from? #14613 Rich Harris 2024-12-08 07:36:07 -0500
  • 301744f1f7
    Version Packages (#14598) svelte@5.9.0 github-actions[bot] 2024-12-08 07:32:51 -0500
  • 9823e61a2d Version Packages #14598 github-actions[bot] 2024-12-08 12:32:14 +0000
  • 57f8ca6e3c oops Rich Harris 2024-12-08 07:31:14 -0500
  • 5771b455c0
    feat: add support for bind getter/setters (#14307) Dominic Gannaway 2024-12-08 12:28:37 +0000
  • 0a7608ef77 docs #14307 Rich Harris 2024-12-08 06:58:16 -0500
  • ed8278123e merge main Rich Harris 2024-12-08 06:42:03 -0500
  • 8941b77e70 docs: allow unquoted slash in attributes Yang Pan 2024-12-08 03:00:09 -0500
  • 2ff87421e5 fix: handle unquoted slash in attributes Yang Pan 2024-12-08 02:49:05 -0500
  • b01cac954e test: add sample for unquoted attributes Yang Pan 2024-12-08 02:46:46 -0500
  • 3e37dfa26a feat: Add example on function re-binding for class methods #14610 Ramirez Vargas, José Pablo 2024-12-07 22:12:25 -0600
  • d556385961 fix: deconflict `get_name` for literal class properties #14607 paoloricciuti 2024-12-07 23:35:46 +0100
  • fb4f78a605 remove empty lines #14603 Yang Pan 2024-12-07 12:34:49 -0500
  • 1d399836ca
    changeset Mateusz Kadlubowski 2024-12-07 21:26:06 +0800
  • 1d3468ad77
    apply AST types change to codebase Mateusz Kadlubowski 2024-12-07 19:30:16 +0800
  • 467b741bc4
    make union of AST types public and exportable with `AST` namespace Mateusz Kadlubowski 2024-12-07 18:49:58 +0800
  • 0b598e4044
    add missing `SvelteBoundary` in `ElementLike` Mateusz Kadlubowski 2024-12-07 18:36:12 +0800
  • ebab40a344 only patch global if it exists ComputerGuy 2024-12-06 22:52:30 -0800
  • f1cc932a05 changeset ComputerGuy 2024-12-06 22:45:05 -0800
  • 240997244f init ComputerGuy 2024-12-06 22:39:24 -0800
  • 1a0b822f48
    fix: always run `if` block code the first time (#14597) Rich Harris 2024-12-06 17:41:41 -0500
  • a4c4de592c fix #14597 Rich Harris 2024-12-06 16:27:10 -0500
  • 67efffafc3 fix: always run `if` block code the first time Rich Harris 2024-12-06 16:22:35 -0500
  • 08e2cf25b0
    chore: fix sandbox (#14596) Rich Harris 2024-12-06 16:08:58 -0500
  • 91b0196fa0 chore: fix sandbox #14596 Rich Harris 2024-12-06 16:07:09 -0500
  • 68bdeef560 re-edited element.js to implement self closing tag acceptance Alex Lewis 2024-12-06 15:56:59 -0500
  • dd748e22d2 Merge branch 'main' into svelte-html Simon Holthausen 2024-12-06 21:56:13 +0100
  • 6bf6c748ee test Simon Holthausen 2024-12-06 21:52:59 +0100
  • 8f8a5b10df tweak implementation Simon Holthausen 2024-12-06 21:52:47 +0100
  • 98286349b2
    Version Packages (#14593) svelte@5.8.1 github-actions[bot] 2024-12-06 15:40:52 -0500
  • 00601986e5 noop on server Rich Harris 2024-12-06 15:40:30 -0500
  • 6457703283 Version Packages #14593 github-actions[bot] 2024-12-06 20:34:04 +0000
  • 63cdd29166 feat: add `onFrame` lifecycle function Rich Harris 2024-12-06 15:33:49 -0500
  • 65fdcec55d
    chore: regenerate types (#14592) Rich Harris 2024-12-06 15:33:07 -0500
  • 5a5be7a712 chore: regenerate types #14592 Rich Harris 2024-12-06 15:22:25 -0500
  • 0a9594913c fix test setup Simon Holthausen 2024-12-06 21:21:12 +0100
  • 063ce36da6 fix: ensure tree-shaken if blocks correctly hydrate #14589 Dominic Gannaway 2024-12-06 18:44:59 +0000
  • 6eef391f51 fix: ensure tree-shaken if blocks correctly hydrate Dominic Gannaway 2024-12-06 18:40:59 +0000
  • 9c64066d83 fix: ensure tree-shaken if blocks correctly hydrate Dominic Gannaway 2024-12-06 18:34:39 +0000
  • 86342319d8 robustify for multiple blocks: - revert to previous value on unmount, if it was the last one changing the value - special handling for classes: merge them Simon Holthausen 2024-12-06 18:33:57 +0100
  • 1db0f1d703 Revert "edited parser to allow self closing tags" Alex Lewis 2024-12-06 10:24:56 -0500
  • 6f45fa12ea edited parser to allow self closing tags Alex Lewis 2024-12-06 10:21:31 -0500
  • ad87572adc
    docs: Import .svelte.js files with explicit extension. (#14584) brunnerh 2024-12-06 16:04:32 +0100
  • 8433a7169b
    fix: reinstate `prefersReducedMotion` (#14586) Rich Harris 2024-12-06 10:03:17 -0500
  • 319776f64c changeset #14586 Rich Harris 2024-12-06 10:02:25 -0500
  • d110adfb1f reinstate prefersReducedMotion Rich Harris 2024-12-06 10:02:00 -0500
  • 7086709767
    add since tag to Spring (#14585) Rich Harris 2024-12-06 09:59:36 -0500
  • 7f53e06ef5 add since tag to Spring #14585 Rich Harris 2024-12-06 09:57:26 -0500
  • 636d097199
    docs: Import .svelte.js files with explicit extension. #14584 brunnerh 2024-12-06 15:45:21 +0100
  • 947d4adf3b
    Version Packages (#14583) svelte@5.8.0 github-actions[bot] 2024-12-06 09:16:48 -0500
  • 59b685a875 Version Packages #14583 github-actions[bot] 2024-12-06 14:16:11 +0000
  • 80ffcc3fe1
    feat: add Spring and Tween classes (#11519) Rich Harris 2024-12-06 09:15:08 -0500
  • 6acaddc812 regenerate #11519 Rich Harris 2024-12-06 09:11:24 -0500
  • 0c1c8b992b Merge branch 'main' into svelte-html Simon Holthausen 2024-12-06 11:34:00 +0100
  • ed4f62d5ab chore: rename to `is_in_global_block` #14577 paoloricciuti 2024-12-05 23:05:38 +0100
  • d96b23d4b9 chore: use path instead of state paoloricciuti 2024-12-05 23:04:31 +0100
  • c997b0f68e fix: don't transform keyframes names in global selector paoloricciuti 2024-12-05 22:46:56 +0100
  • 61420094da fix: transform everything that is not a selector inside `:global` paoloricciuti 2024-12-05 22:33:52 +0100
  • 60c0dc7a2d
    Version Packages (#14576) svelte@5.7.1 github-actions[bot] 2024-12-05 15:23:10 -0500
  • 2083dc0b57 Version Packages #14576 github-actions[bot] 2024-12-05 20:18:59 +0000
  • ca67aa1b34
    fix: ensure bindings always take precedence over spreads (#14575) Simon H 2024-12-05 21:17:59 +0100
  • 84ff1d41d3 fix: ensure bindings always take precedence over spreads #14575 Simon Holthausen 2024-12-05 20:58:44 +0100
  • eeea867537 Added tests for the backslash, should fail Caroline Michalow 2024-12-05 14:46:06 -0500
  • 6a6b4ec36a
    fix deprecation notices (#14574) Rich Harris 2024-12-05 13:31:02 -0500
  • e25d1a0535 fix deprecation notices #14574 Rich Harris 2024-12-05 13:26:31 -0500
  • 7f5172745d
    Version Packages (#14570) svelte@5.7.0 github-actions[bot] 2024-12-05 10:32:37 -0500
  • 59fb09e3ea Version Packages #14570 github-actions[bot] 2024-12-05 15:25:38 +0000
  • 0a9890bb1e
    feat: provide `MediaQuery` / `prefersReducedMotion` (#14422) Simon H 2024-12-05 16:24:40 +0100
  • f2406b2aae regenerate #14422 Rich Harris 2024-12-05 10:21:55 -0500
  • df97184069 add note Rich Harris 2024-12-05 10:18:02 -0500
  • 8288220a6a note when APIs were added Rich Harris 2024-12-05 10:10:22 -0500
  • 60c516db5d changeset Simon Holthausen 2024-12-05 15:19:26 +0100
  • b1dbb94d30 refine approach, add test Simon Holthausen 2024-12-05 15:18:02 +0100
  • 73b3cf72d0
    fix: treat `undefined` and `null` the same for the initial input value (#14562) Simon H 2024-12-05 14:56:28 +0100
  • 1ffce92d90
    docs: note before/afterUpdate breaking change (#14567) Simon H 2024-12-05 14:55:15 +0100
  • c3428fcfb8 changeset Dominic Gannaway 2024-12-05 13:27:19 +0000
  • 74ceb6dd62 add test + some docs Dominic Gannaway 2024-12-05 13:20:35 +0000
  • f8eee243dd todos Dominic Gannaway 2024-12-05 12:56:08 +0000
  • 4d1bd54117 conflicts Dominic Gannaway 2024-12-05 12:51:04 +0000
  • 11236294eb fix: resolve formatting issues Caique Torres 2024-12-05 08:22:34 -0300
  • 2d89046af0 docs: note before/afterUpdate breaking change #14567 Simon Holthausen 2024-12-05 11:47:32 +0100
  • 7db8e13f19 same for checked #14562 Simon Holthausen 2024-12-05 11:45:19 +0100
  • 0e9678b95f test Simon Holthausen 2024-12-05 11:38:26 +0100
  • aaa88122c3 fix: treat `undefined` and `null` the same for the initial input value Simon Holthausen 2024-12-04 21:52:21 +0100
  • c8504b0ba4 docs: add note about `@component` #14561 Rich Harris 2024-12-04 14:58:00 -0500
  • 4b802dbed3
    docs: add a mobile app FAQ (#14559) Ben McCann 2024-12-04 11:56:28 -0800
  • f6676a481d
    Update 99-faq.md #14559 Ben McCann 2024-12-04 11:45:55 -0800
  • 5f969a83de
    docs: add a mobile app FAQ Ben McCann 2024-12-04 11:40:05 -0800
  • 85dec47a5e
    Version Packages (#14557) svelte@5.6.2 github-actions[bot] 2024-12-04 13:34:12 -0500
  • 149214a212 Version Packages #14557 github-actions[bot] 2024-12-04 18:16:21 +0000
  • a220330011
    chore: make if blocks tree-shakable (#14549) Dominic Gannaway 2024-12-04 18:15:19 +0000
  • d2ecf58f2a prettier #14549 Rich Harris 2024-12-04 12:27:56 -0500
  • 4ff545f62d address feedback Dominic Gannaway 2024-12-04 16:59:04 +0000
  • 1f0af18c29 address feedback Dominic Gannaway 2024-12-04 16:57:44 +0000
  • 51c9eac577
    Version Packages (#14556) svelte@5.6.1 github-actions[bot] 2024-12-04 11:43:58 -0500
  • 8e4e89db9c Version Packages #14556 github-actions[bot] 2024-12-04 16:41:59 +0000
  • a151ae1804
    fix: handle static form values in combination with default values (#14555) Simon H 2024-12-04 17:40:52 +0100