Commit Graph

  • 6bd6f0971b
    fix: ensure derived is detected as dirty correctly (#11496) Simon H 2024-05-07 14:43:16 +0200
  • 829502f88a add hydration support Dominic Gannaway 2024-05-07 12:10:24 +0100
  • fc43cffd8d fix: ensure derived is detected as dirty correctly #11496 Simon Holthausen 2024-05-07 10:29:40 +0200
  • eb7cac0fde woops Simon Holthausen 2024-05-06 23:41:22 +0200
  • 4a7c0b8afe breaking change documentation Simon Holthausen 2024-05-06 23:35:09 +0200
  • 2a3ca2cacd fix uncovered bug with attribute a11y warnings being unsilenceable Simon Holthausen 2024-05-06 23:30:42 +0200
  • 1aabba778a
    Update .changeset/wet-pears-remain.md #11463 Rich Harris 2024-05-06 15:36:44 -0400
  • 53569bee4d
    Update packages/svelte/src/compiler/phases/2-analyze/validation.js Rich Harris 2024-05-06 15:35:59 -0400
  • 3d5ad649cd changeset #11469 Rich Harris 2024-05-06 15:07:41 -0400
  • 487c55ae88 bail if value is undefined Rich Harris 2024-05-06 15:06:42 -0400
  • b296bb048c failing test Rich Harris 2024-05-06 15:06:19 -0400
  • d86b05279f
    fix: prevent false positive ownership warning (#11490) Simon H 2024-05-06 20:49:10 +0200
  • db68a36b6f chore: backwards compat for dash-case warnings Simon Holthausen 2024-05-06 17:17:38 +0200
  • f85ed87a6e Version Packages #11491 github-actions[bot] 2024-05-06 14:01:40 +0000
  • 1bab571caa
    fix: additional check for component on destroy (svelte4) (#11489) Philipp Pracht 2024-05-06 16:01:01 +0200
  • dcca3949f2
    Update .changeset/many-trainers-pretend.md #11489 Simon H 2024-05-06 16:00:33 +0200
  • 3e1f82b8c4
    fix: additional check for component on destroy (#11488) Philipp Pracht 2024-05-06 16:00:09 +0200
  • 8ae1b54d91
    Update .changeset/olive-apples-lick.md #11488 Simon H 2024-05-06 15:59:53 +0200
  • fa3e98e8c6
    fix: allow to access private fields after `this` reassignment (#11487) Paolo Ricciuti 2024-05-06 15:59:04 +0200
  • 24ab91109f simpler approach #11487 Simon Holthausen 2024-05-06 15:55:09 +0200
  • 1939443175 added changeset hardl 2024-05-06 15:42:19 +0200
  • 696afa5eb1 added changeset hardl 2024-05-06 15:41:05 +0200
  • 72e7a83443 fix: prevent false positive ownership warning #11490 Simon Holthausen 2024-05-06 15:30:51 +0200
  • 0d5a32d5f7 typo Rich Harris 2024-05-06 09:26:55 -0400
  • ea6dbd80c2 removed comment hardl 2024-05-06 12:51:02 +0200
  • fccccd4580 this.$$c may be undefined if element was removed from DOM right after attaching hardl 2024-05-06 12:44:41 +0200
  • 84ff2c8318
    fix: another additional check for component Philipp Pracht 2024-05-06 10:59:29 +0200
  • 144aec74d3 fix: allow to access private fields after `this` reassignment paoloricciuti 2024-05-06 10:31:41 +0200
  • fc28c48e03
    Update sites/svelte-5-preview/src/routes/docs/content/03-appendix/02-breaking-changes.md Rich Harris 2024-05-05 10:29:53 -0400
  • 34079a0ec5
    fix: restore value after attribute removal during hydration (#11465) Paolo Ricciuti 2024-05-05 09:53:59 +0200
  • df749d4f78 fix: handle also access to array with dashes #11470 paoloricciuti 2024-05-05 01:17:43 +0200
  • 95781f3a67 fix: allow for arrays in member access in directives paoloricciuti 2024-05-05 00:58:26 +0200
  • e795aff5e8
    Update loud-numbers-flow.md #11465 Paolo Ricciuti 2024-05-05 00:13:08 +0200
  • 4baf1722a6 fix: use getAttribute instead of .value paoloricciuti 2024-05-05 00:08:15 +0200
  • 12a278fc0d Fixed: bind:scroll resets scroll state Black1358 2024-05-05 00:37:18 +0300
  • c862c984f5 fix: restore value after removing attribute paoloricciuti 2024-05-04 23:29:06 +0200
  • a843d31b8f fix: revert changes paoloricciuti 2024-05-04 23:25:07 +0200
  • e87bbe9262 fix: snapshot tests update paoloricciuti 2024-05-04 19:58:13 +0200
  • a4acf7e71f fix: fix test for ssrHtml, html and runtime paoloricciuti 2024-05-04 19:54:14 +0200
  • b612177ccc fix: format #11453 dominikg 2024-05-04 19:24:42 +0200
  • 6575151e9a fix: fine grained hydration attribute removal paoloricciuti 2024-05-04 18:26:54 +0200
  • 0fdfcb4af0 fix: use snippet as parent element of snippets childrens in validator paoloricciuti 2024-05-04 17:17:20 +0200
  • 24e0e4fc24 fix: update test snapshot dominikg 2024-05-04 13:16:07 +0200
  • 9c271b2305 fix: add condition to only use acceptExports when it is available dominikg 2024-05-04 13:06:24 +0200
  • 48ba8c96c2 feat: add support for svelte inspector Dominic Gannaway 2024-05-03 23:41:52 +0100
  • d45c8f0662 feat: allow state and derived declarations inside class constructors #11455 runes-in-constructor Simon Holthausen 2024-05-03 23:37:58 +0200
  • f27e8b2263 note breaking change Rich Harris 2024-05-03 17:23:10 -0400
  • 092b681383 breaking: disallow string literal values in `<svelte:element this="...">` Rich Harris 2024-05-03 17:18:38 -0400
  • 2453df5832 fix: use acceptExports to support partial hmr dominikg 2024-05-03 22:06:32 +0200
  • 2da49156fb
    Update 02-runes.md typescript example #11446 CodeDoes 2024-05-03 17:03:37 +0200
  • f2f71ae3a1
    Update Drips claim wallet address (#11444) Benjamin Nickolls 2024-05-03 15:13:37 +0100
  • 00e87e608b chore: cleanup some-cleanup Simon Holthausen 2024-05-03 15:10:52 +0200
  • 5acbfce6dd chore: add tests paoloricciuti 2024-05-03 14:29:57 +0200
  • 87c382e850
    Update Drips claim wallet address #11444 Benjamin Nickolls 2024-05-03 12:55:33 +0100
  • 272ffc5520
    Version Packages (next) (#11440) svelte@5.0.0-next.123 github-actions[bot] 2024-05-03 12:58:26 +0200
  • 0b18ca4d39 Version Packages (next) #11440 github-actions[bot] 2024-05-03 08:18:39 +0000
  • c0e91a7490
    Version Packages (next) (#11433) github-actions[bot] 2024-05-03 10:17:42 +0200
  • 9c1a5063b9
    fix: adjust order of `derived` function definition overloads (#11426) Simon H 2024-05-03 10:16:39 +0200
  • 864d2ae3b2 Version Packages (next) #11433 github-actions[bot] 2024-05-03 08:10:08 +0000
  • 9c5a9d8e20
    fix: mark function properties on runes as deprecated for better intellisense (#11439) Simon H 2024-05-03 10:08:59 +0200
  • db9398b208 chore: swap `instance of Function` for `is_function` paoloricciuti 2024-05-03 10:04:19 +0200
  • 2cc2e7b36d fix: mark function properties on runes as deprecated for better intellisense #11439 Simon Holthausen 2024-05-03 10:03:21 +0200
  • 6e5ab2e678
    fix: prevent ownership validation from infering with component context (#11438) Simon H 2024-05-03 09:58:17 +0200
  • d87c139567 fix: prevent ownership validation from infering with component context #11438 Simon Holthausen 2024-05-03 09:54:52 +0200
  • dfb30aaddd
    fix: only warn about non-reactive state in runes mode (#11434) Simon H 2024-05-03 07:40:43 +0200
  • b8c32f5186 feat: delegate action events #11435 Simon Holthausen 2024-05-02 23:14:11 +0200
  • 990eb5177c fix: only warn about non-reactive state in runes mode #11434 Simon Holthausen 2024-05-02 22:36:00 +0200
  • b5cb05fde5 yes, they work now #11426 Simon Holthausen 2024-05-02 22:27:58 +0200
  • 1f9ad03287
    fix: ensure $inspect untracks inspected object (#11432) Dominic Gannaway 2024-05-02 21:04:43 +0100
  • 9fbae8dfdb fix: ensure $inspect untracks inspected object #11432 Dominic Gannaway 2024-05-02 21:00:22 +0100
  • f144e2f179 🐛 Allow to use bind:property on custom elements #11427 Jean-Baptiste Muscat 2024-05-02 14:38:18 +0000
  • 44f23d2ccf fix: adjust order of `derived` function definition overloads Simon Holthausen 2024-05-02 17:55:00 +0200
  • fcdad4c166
    Version Packages (next) (#11410) svelte@5.0.0-next.121 github-actions[bot] 2024-05-02 17:45:42 +0200
  • 0a3824484e Version Packages (next) #11410 github-actions[bot] 2024-05-02 15:41:20 +0000
  • b4968584df
    fix: improve html escaping of element attributes (#11411) Dominic Gannaway 2024-05-02 16:40:22 +0100
  • a038d49f78
    fix: rework bindable types strategy (#11420) Simon H 2024-05-02 17:37:02 +0200
  • 1ab5e0fd1d
    Update packages/svelte/src/internal/client/reactivity/props.js Fabio Rotondo 2024-05-02 13:06:45 +0200
  • 0455fe7709 remove obsolete tests #11420 Simon Holthausen 2024-05-02 12:57:11 +0200
  • 17b2f6215d
    fix: `event.currentTarget` always being equal to `event.target` (#11419) Hunter Johnston 2024-05-02 05:14:07 -0400
  • edefc846c3
    fix: set correct component context when rendering snippets (#11401) Rich Harris 2024-05-02 05:12:10 -0400
  • f64d16931d
    fix: detect style shorthands as stateful variables in legacy mode (#11421) Paolo Ricciuti 2024-05-02 09:08:07 +0200
  • 529908098f
    Update .changeset/ninety-dots-train.md #11421 Simon H 2024-05-02 09:07:52 +0200
  • d05cc91578 fix: legacy style shorthand for a variable only declared paoloricciuti 2024-05-01 23:44:59 +0200
  • 3d6d823481 fix: rework bindable types strategy Simon Holthausen 2024-05-01 22:49:16 +0200
  • 926bb46be8 cleanup #11419 Hunter Johnston 2024-05-01 16:14:29 -0400
  • 0f1959ffef fix: bug where currentTarget always === target Hunter Johnston 2024-05-01 16:05:00 -0400
  • 95b42c45eb add sample Hunter Johnston 2024-05-01 15:13:20 -0400
  • 08c2c253dc add test #11411 Dominic Gannaway 2024-05-01 20:01:42 +0100
  • 7053cb063d fix escaping bug Dominic Gannaway 2024-05-01 18:41:04 +0100
  • a061e1f067 move function Dominic Gannaway 2024-05-01 16:57:39 +0100
  • 43611602f0 fix: improve html escaping of element attributes Dominic Gannaway 2024-05-01 16:24:02 +0100
  • 0f4f3d7df0
    fix: improve unowned derived signal behaviour (#11408) Dominic Gannaway 2024-05-01 15:07:04 +0100
  • fe9c4a4d24 fix: improve unowned derived signal behaviour #11408 Dominic Gannaway 2024-05-01 13:12:59 +0100
  • 4d051962f3
    chore: tidy up (#11404) Rich Harris 2024-05-01 03:55:11 -0400
  • f06e2c5578 chore: tidy up #11404 Rich Harris 2024-04-30 18:16:25 -0400
  • b13322cc34 update snapshot #11401 Rich Harris 2024-04-30 17:41:53 -0400
  • c5d0b7a3f0 tweak comment Rich Harris 2024-04-30 17:16:16 -0400
  • 43c76f33ee changeset Rich Harris 2024-04-30 17:14:04 -0400
  • 5ff3da91c4 fix #11399 Rich Harris 2024-04-30 17:13:35 -0400
  • 2c02dc783f failing test fro #11399 Rich Harris 2024-04-30 16:52:08 -0400