Commit Graph

  • 39b2ac957a chore: delegate input event #11732 Simon Holthausen 2024-05-22 17:07:56 +0200
  • d19240bd04 Merge branch 'main' into yield-delegated-events Dominic Gannaway 2024-05-22 16:05:29 +0100
  • ab75c6d49c refactor Dominic Gannaway 2024-05-22 16:05:28 +0100
  • 39c0a5bdb5 styles Rich Harris 2024-05-22 10:07:24 -0400
  • d338975d85 nicer style for duplicates Rich Harris 2024-05-22 09:35:50 -0400
  • 8d73265738 removed searchParams on url from write_properties godzylinux 2024-05-22 16:31:37 +0330
  • aaf329a5da added fine-grained test for url godzylinux 2024-05-22 15:56:28 +0330
  • 604f6e5aca fixed copy pasta errors godzylinux 2024-05-22 15:16:01 +0330
  • c3489eb5de
    Version Packages (next) (#11714) svelte@5.0.0-next.138 github-actions[bot] 2024-05-22 12:37:10 +0100
  • 1d31a2ae38 Version Packages (next) #11714 github-actions[bot] 2024-05-22 11:10:50 +0000
  • 4a3f7ac257
    fix: improved checked/value handling (#11726) Dominic Gannaway 2024-05-22 12:09:49 +0100
  • 628a83646d tweak #11726 Dominic Gannaway 2024-05-22 11:55:34 +0100
  • 6e3757dd43 fix: improved checked/value handling Dominic Gannaway 2024-05-22 11:53:14 +0100
  • 705e9d5914 ran build and updated generated index.d.ts godzylinux 2024-05-22 14:07:27 +0330
  • 37cdebe434 added more tests for url godzylinux 2024-05-22 13:42:13 +0330
  • 77f91459b6
    fix: update value like attributes in a separate template_effect (#11720) Paolo Ricciuti 2024-05-22 12:33:29 +0200
  • 411065b5f3 chore: add test for spread values #11720 paoloricciuti 2024-05-22 12:22:00 +0200
  • c21f019a4b
    chore: speedup hydration around input and select values (#11717) Simon H 2024-05-22 12:13:30 +0200
  • 852205144b fixed where updating the search wouldn't keep the new order of how they are added godzylinux 2024-05-22 13:21:01 +0330
  • 648d08f814 use idle tasks to do the work #11717 Dominic Gannaway 2024-05-22 11:04:56 +0100
  • d590cd8bea
    fix: ignore value attribute on select during SSR (#11724) Simon H 2024-05-22 12:00:42 +0200
  • 6d2f1a48b4
    fix: allow comments after last selector in css (#11723) Paolo Ricciuti 2024-05-22 11:51:56 +0200
  • 8f42013b6a chore: cleanup task handling and add idle tasks #11725 Dominic Gannaway 2024-05-22 10:48:28 +0100
  • 0038465cd7 chore: cleanup task handling and add idle tasks Dominic Gannaway 2024-05-22 10:48:10 +0100
  • 9972e3f560 fix: ignore value attribute on select during SSR #11724 Simon Holthausen 2024-05-22 11:37:29 +0200
  • 8997bcee7d chore: remove redundant allow_whitespace #11723 paoloricciuti 2024-05-22 11:36:44 +0200
  • 324aa6492b fix: allow comments after last selector in css paoloricciuti 2024-05-22 11:24:20 +0200
  • 850d285e40 made url more fine-grained godzylinux 2024-05-22 12:44:11 +0330
  • 7f296861d6 removed sending the constructor params to getters! godzylinux 2024-05-22 12:13:44 +0330
  • f8383ebcff added more tests for searchParams godzylinux 2024-05-22 11:55:58 +0330
  • 3f74826689 improved comments godzylinux 2024-05-22 11:29:21 +0330
  • 77ae1bac97 refactored date.js to use the generic make_reactive utility godzylinux 2024-05-22 11:28:05 +0330
  • 05e58ce2aa renamed notify_read_methods to notify_read_properties godzylinux 2024-05-22 11:27:28 +0330
  • 9ede4c31f1 changed reactivity/url to use the new utility, also made it fine-grained reactive godzylinux 2024-05-22 11:15:46 +0330
  • bedaa89005 improved utility for reactivity package so if we wanted to we can export stuff from the base proxied class godzylinux 2024-05-22 11:14:36 +0330
  • 760ee66a72 simplify and improve types godzylinux 2024-05-21 00:59:48 +0330
  • e5da2aaa19 made read_properties optional godzylinux 2024-05-20 20:03:27 +0330
  • c1c669e27a fixed linter issue godzylinux 2024-05-20 19:50:09 +0330
  • 669cd930c1 ran build which auto updated index.d.ts godzylinux 2024-05-20 19:25:15 +0330
  • 30d567290c improved comments and simplified code godzylinux 2024-05-20 18:44:42 +0330
  • 5fea78937d simplified reactivity for map godzylinux 2024-05-18 23:52:42 +0330
  • 38c085702f optimized version signal updates godzylinux 2024-05-18 22:40:02 +0330
  • b129ade15d added fix to work with $inspect rune godzylinux 2024-05-18 20:22:29 +0330
  • ae5bbac047 notifying other signals of changes, AFTER the change has actually took effect godzylinux 2024-05-18 19:55:21 +0330
  • f1f0839031 improved comments godzylinux 2024-05-17 10:23:10 +0330
  • 2808559aca removed todo comment godzylinux 2024-05-12 20:37:25 +0330
  • 77a56989a6 removed size from read properties because it can depend on version signal and doesn't require its own signal godzylinux 2024-05-11 10:18:06 +0330
  • 2b7abe557a added tests regarding handling of values not the set/map godzylinux 2024-05-10 21:58:35 +0330
  • 1c0b5a1870 optimized when we create the signals godzylinux 2024-05-10 21:48:18 +0330
  • b6a7d87b82 used symbol instead of stupid uuid! what was I thinking?? godzylinux 2024-05-10 21:13:07 +0330
  • 2333fd02fc fixed test godzylinux 2024-05-10 02:09:04 +0330
  • dede52d0a4 added the ability to notify with all params godzylinux 2024-05-10 02:06:51 +0330
  • 1bae9b98f0 instead of nested functions used separate function godzylinux 2024-05-10 01:22:49 +0330
  • f86fa6eed2 initial map support godzylinux 2024-05-10 01:10:03 +0330
  • 34447e851f fixed test because logging false after clear for 3 is not fine-grained (because we already got it after delete) godzylinux 2024-05-09 18:56:53 +0330
  • b215067caf fixed a bug where if a method didn't take arguments reactivity wouldn't work godzylinux 2024-05-09 18:54:37 +0330
  • 0e8f1072f9 added comments to read_methods_signals and version_signal godzylinux 2024-05-09 18:35:42 +0330
  • 4ca0c9bdea again another take on this matter, but this version is not optimized at all godzylinux 2024-05-09 18:27:57 +0330
  • edda6cb2b9 added some comments godzylinux 2024-05-09 15:42:29 +0330
  • 89cee9678d renamed signal to version_signal godzylinux 2024-05-08 23:06:49 +0330
  • 8113a21cd5 1- interceptors can be used for anything now (types) 2- removed templated constructor params cause it didn't do anything (types) godzylinux 2024-05-08 17:41:33 +0330
  • c2320214d2 removed enforcement of defining interceptors since each mutation_property doesnt *require* one godzylinux 2024-05-08 17:24:42 +0330
  • 17f28a36e5 removed map from utils because it wasnt used anymore godzylinux 2024-05-08 17:22:02 +0330
  • 5fca7101c2 improved jsdocs for interceptors godzylinux 2024-05-08 17:18:47 +0330
  • ed8d0c05ae improved types godzylinux 2024-05-08 12:17:42 +0330
  • 26497fa328 better describe what `mutation_properties` does godzylinux 2024-05-07 21:10:14 +0330
  • f7db8d4d8b fixed condition of `delete` in ReactiveSet godzylinux 2024-05-07 20:51:45 +0330
  • 1bf0330fdf removed unnecessary as const cast godzylinux 2024-05-07 20:48:05 +0330
  • 22fc8869ef a new take on reactivity package godzylinux 2024-05-07 20:16:48 +0330
  • e91cf52042 chore: remove unnecessary commented code paoloricciuti 2024-05-22 09:33:32 +0200
  • 62cc61d1ad remove stack from assertions Rich Harris 2024-05-21 17:56:40 -0400
  • 2778cbb4c7 level -> command Rich Harris 2024-05-21 17:50:47 -0400
  • 969ccbeab9 tweak group styles Rich Harris 2024-05-21 17:48:04 -0400
  • 44646bb95c bump svelte-json-tree Rich Harris 2024-05-21 17:47:55 -0400
  • 23db545c1b tweaks Rich Harris 2024-05-21 17:04:47 -0400
  • 9edc4c4b92 fix: update value like attributes in a separate template_effect paoloricciuti 2024-05-21 23:00:33 +0200
  • 49cd05b2a4 improve table styles Rich Harris 2024-05-21 16:54:19 -0400
  • b43a88dafe more table tweaks Rich Harris 2024-05-21 16:43:03 -0400
  • 9ca0cef5fd fix console.table Rich Harris 2024-05-21 16:15:46 -0400
  • a9ba4225a5 fix Rich Harris 2024-05-21 15:49:07 -0400
  • 0139089169 fix Rich Harris 2024-05-21 15:29:49 -0400
  • b7c298b068 fix Rich Harris 2024-05-21 15:27:42 -0400
  • b9967d89b3 simplify Rich Harris 2024-05-21 15:25:44 -0400
  • e065d1e2bd simplify Rich Harris 2024-05-21 15:04:29 -0400
  • ca31373890
    Merge aa5442630a into d04c146b46 #8804 Benjamin Gwynn 2024-05-21 20:40:27 +0200
  • 0128df33da
    fix: don't add scoping modifier to nesting selectors (#11713) Rich Harris 2024-05-21 14:01:42 -0400
  • a17e84b61f
    chore: tooltip tweaks (#11716) Rich Harris 2024-05-21 13:43:56 -0400
  • bad8a2d3e5 light/dark mode fix #11716 Rich Harris 2024-05-21 13:32:32 -0400
  • b95d21ecd0 fix tooltip background Rich Harris 2024-05-21 13:19:40 -0400
  • 881040fb78
    playground: reset on navigate (#11715) Rich Harris 2024-05-21 13:08:20 -0400
  • 57e689fec3 better console Rich Harris 2024-05-21 12:48:56 -0400
  • 6fa1c06980 chore: speedup hydration around input and select values Simon Holthausen 2024-05-21 17:24:06 +0200
  • 384ebdb758 remove unused code Rich Harris 2024-05-21 11:21:24 -0400
  • 861d0d5317 chore: tooltip tweaks Rich Harris 2024-05-21 10:50:40 -0400
  • 776b67232a playground: reset on navigate #11715 Rich Harris 2024-05-21 10:42:49 -0400
  • 09addad9ae
    fix: improve handling of unowned derived signal (#11712) Dominic Gannaway 2024-05-21 15:23:14 +0100
  • 90841fef02 fix: improve handling of unowned derived signal #11712 Dominic Gannaway 2024-05-21 14:52:26 +0100
  • 4a89e2820a
    Update packages/svelte/src/internal/client/runtime.js Dominic Gannaway 2024-05-21 14:51:41 +0100
  • 324ad9c07e
    Update packages/svelte/src/internal/client/runtime.js Dominic Gannaway 2024-05-21 14:51:37 +0100
  • 8cfd22d2a1
    Update .changeset/shiny-pillows-relax.md Dominic Gannaway 2024-05-21 14:51:01 +0100