Commit graph

  • 0633fae8bb
    Merge b0bef0ea91 into 1c26261fd7 #3162 jaskij 2024-11-14 01:16:05 +0100
  • 32b312eacd
    Merge 06bc07fcc6 into 1c26261fd7 #3236 dependabot[bot] 2024-11-13 13:25:21 -0800
  • b81d1bd6fc
    Merge f9eb78dc14 into 1c26261fd7 #3232 Greg Johnston 2024-11-13 19:46:18 +0000
  • 1c26261fd7
    fix: migration syntax and insert query (#2597) main Kalin Staykov 2024-11-13 19:37:19 +0200
  • efe0ef9ab6
    Merge 61c871b799 into c2b239dba2 #3075 Rakshith Ravi 2024-11-12 19:16:37 -0300
  • c2b239dba2
    fix: run autofix.ci on pull requests only (#3238) Saber Haj Rabiee 2024-11-12 14:16:34 -0800
  • 958d1dd81a
    [autofix.ci] apply automated fixes #3238 autofix-ci[bot] 2024-11-12 20:33:18 +0000
  • 7fc6bc882c fix: run autofix.ci on pull requests only Saber Haj Rabiee 2024-11-12 11:44:54 -0800
  • e04c7371e5
    Merge 75fc79ea2e into d4044cd5a1 #3237 dependabot[bot] 2024-11-12 10:54:35 -0800
  • d4044cd5a1
    feat: add autofix.ci to address formatting issues and possible clippy fixes (#3235) Saber Haj Rabiee 2024-11-12 10:54:14 -0800
  • 75fc79ea2e
    chore(deps): bump glib from 0.20.5 to 0.20.6 #3237 dependabot/cargo/glib-0.20.6 dependabot[bot] 2024-11-12 18:19:02 +0000
  • 06bc07fcc6
    chore(deps): bump serde from 1.0.214 to 1.0.215 #3236 dependabot/cargo/serde-1.0.215 dependabot[bot] 2024-11-12 18:18:45 +0000
  • 4d3bfe257f
    Merge b2efdc3383 into 43912f4fd0 #3198 Scallop Ye 2024-11-13 00:49:10 +0800
  • 43912f4fd0 chore: fmt Greg Johnston 2024-11-12 09:05:36 -0500
  • 72eb5858ab fix: run autofix.ci over members with no features #3235 Saber Haj Rabiee 2024-11-12 04:22:42 -0800
  • 89bc37d6b9 fix: typo and indent issue in autofix.yml Saber Haj Rabiee 2024-11-12 04:03:47 -0800
  • f4e7e7a10d fix: initial run of autofix.ci script to prevent PR pollution at first run Saber Haj Rabiee 2024-11-12 03:56:22 -0800
  • d6c78bb81f feat: add autofix.ci to address formatting issues and possible clippy fixes Saber Haj Rabiee 2024-11-12 03:54:12 -0800
  • 576ffa7d7c
    Merge 1f978f2ff5 into a5293f0b79 #3231 dependabot[bot] 2024-11-12 00:25:55 -0800
  • f9eb78dc14 add doc comment #3232 route-match-new Greg Johnston 2024-11-11 20:01:34 -0500
  • 0c281a6e5f expose some internals of routing to make wrappers easier Greg Johnston 2024-11-11 17:30:56 -0500
  • a5293f0b79
    chore: add missing docs for 0.7 (#3203) Greg Johnston 2024-11-11 19:58:38 -0500
  • 05055d5015
    fmt #3203 0.7.0-docs Greg Johnston 2024-11-11 19:58:17 -0500
  • b9dd0ffbd2
    Merge branch 'main' into 0.7.0-docs Greg Johnston 2024-11-11 17:37:06 -0500
  • 3b2e541133
    Update router/src/ssr_mode.rs Greg Johnston 2024-11-11 17:36:41 -0500
  • 22a1aecaa9
    Update router/src/ssr_mode.rs Greg Johnston 2024-11-11 17:36:35 -0500
  • 5327fea1a7
    Update router/src/ssr_mode.rs Greg Johnston 2024-11-11 17:36:31 -0500
  • 1b4a16bc86
    Update router/src/ssr_mode.rs Greg Johnston 2024-11-11 17:36:27 -0500
  • 8ee7a2072e
    Update router/src/ssr_mode.rs Greg Johnston 2024-11-11 17:36:23 -0500
  • da5ef43304
    Merge f9731e35c4 into 998eefb8c5 #3008 Rakshith Ravi 2024-11-11 10:54:41 -0800
  • 1f978f2ff5
    chore(deps): bump thiserror from 2.0.0 to 2.0.3 #3231 dependabot/cargo/thiserror-2.0.3 dependabot[bot] 2024-11-11 18:36:49 +0000
  • 6af946a23a
    Merge b3616fc293 into 998eefb8c5 #3202 Tommy Yu 2024-11-11 16:31:38 +1300
  • 85ab564ba5
    Merge 6459bbe0a1 into 998eefb8c5 #3188 Yaroslav Bolyukin 2024-11-11 09:16:28 +0800
  • 998eefb8c5
    chore: add tests for converting path segments into paths (#3229) Niklas Eicker 2024-11-11 02:04:04 +0100
  • 63f3508818
    fix: don't generate additional / for empty static segments in static routes (closes #3224, #3226) (#3228) Greg Johnston 2024-11-10 20:03:03 -0500
  • 12aeb8b008 Add tests for converting path segments into paths #3229 Niklas Eicker 2024-11-11 00:02:55 +0100
  • 107c493522 fix: don't generate additional / for empty static segments in static routes (closes #3224, #3226) #3228 Greg Johnston 2024-11-10 16:31:45 -0500
  • 24308bb0eb
    feat: support browsers without startViewTransition (#3227) Niklas Eicker 2024-11-10 22:34:12 +0100
  • 9141be073d Support browsers without startViewTransition #3227 Niklas Eicker 2024-11-10 21:46:43 +0100
  • f804a69f2f
    chore: fix deprecated parameters js warning (#3219) Paul Hansen 2024-11-10 13:52:10 -0600
  • b596af45f0
    chore(deps): bump tempfile from 3.13.0 to 3.14.0 (#3212) dependabot[bot] 2024-11-10 14:51:44 -0500
  • 5206755124
    chore: add docs for stores (#3216) Greg Johnston 2024-11-10 14:51:25 -0500
  • 53a55a1ef2
    fix: support all ___: attributes on components (#3218) Greg Johnston 2024-11-10 14:51:11 -0500
  • 0f74332d38
    chore: remove obsolete build_static_routes (#3223) Niklas Eicker 2024-11-10 20:51:00 +0100
  • 356f4320d4 remove obsolete build_static_routes #3223 Niklas Eicker 2024-11-10 15:19:18 +0100
  • b317d47fd5
    Fix deprecated parameters js warning (#3220) leptos_0.6 Paul Hansen 2024-11-09 21:46:24 -0600
  • a687f172c2 Fix deprecated parameters js warning #3220 Paul Hansen 2024-11-09 20:08:31 -0600
  • a243e53823 Fix deprecated parameters js warning #3219 Paul Hansen 2024-11-09 19:08:27 -0600
  • 544e311c7b fix: support all ___: attributes on components #3218 Greg Johnston 2024-11-09 19:51:33 -0500
  • 6c71e3d36c fix doctests #3216 Greg Johnston 2024-11-09 19:42:30 -0500
  • 64debdc29a fmt Greg Johnston 2024-11-09 19:38:08 -0500
  • 1a8d13264d chore: add docs for stores Greg Johnston 2024-11-08 17:24:12 -0500
  • bb0dff6af5
    fix: support complex punctuated attribute keys in attr: syntax (closes #3221) (#3214) Greg Johnston 2024-11-08 17:01:27 -0500
  • bb271c0727 chore: add missing docs for 0.7 Greg Johnston 2024-11-08 16:20:12 -0500
  • d204ac6d5e
    fix: ensure that aria-current is set correctly (closes #3196) (#3213) Greg Johnston 2024-11-08 16:19:03 -0500
  • b0ad85e624
    chore: clarify GTK example status in README (closes #3215) Greg Johnston 2024-11-08 16:18:51 -0500
  • a10ab613b8 fix: support complex punctuated attribute keys in attr: syntax (closes #3221) #3214 3221 Greg Johnston 2024-11-08 15:53:08 -0500
  • 9a92ce0354 fix: ensure that aria-current is set correctly (closes #3196) #3213 Greg Johnston 2024-11-08 15:32:19 -0500
  • 23cb14f9d3
    chore(deps): bump tempfile from 3.13.0 to 3.14.0 #3212 dependabot[bot] 2024-11-08 18:22:43 +0000
  • 0eebe9e289
    fix: only register async work with transition if it isn't already done (closes #3197) (#3209) Greg Johnston 2024-11-08 09:04:52 -0500
  • 2abbdb6594
    fix: complete navigation after rendering fallback (closes #3199) (#3208) Greg Johnston 2024-11-08 09:04:40 -0500
  • 8f8f3e23e4
    chore(deps): bump tokio from 1.41.0 to 1.41.1 (#3207) dependabot[bot] 2024-11-07 19:16:59 -0500
  • 8c9810fe8b fix: only register async work with transition if it isn't already done (closes #3197) #3209 Greg Johnston 2024-11-07 19:16:35 -0500
  • 6ce918d751 fix: complete navigation after rendering fallback (closes #3199) #3208 Greg Johnston 2024-11-07 18:49:12 -0500
  • 3fb5dd0e0c
    chore(deps): bump tokio from 1.41.0 to 1.41.1 #3207 dependabot[bot] 2024-11-07 18:57:07 +0000
  • aab952357e
    Dependabot, Attemp #2 (#3204) Saber Haj Rabiee 2024-11-07 10:55:57 -0800
  • f1ebf77fa6
    fix: make free space for ci workflows before running them (#3206) Saber Haj Rabiee 2024-11-07 10:55:42 -0800
  • ca5ac20f2b fix: make free space for ci workflows before running them #3206 Saber Haj Rabiee 2024-11-07 03:33:37 -0800
  • 93b8f8a863 fix: tower in example #3204 Saber Haj Rabiee 2024-11-07 02:58:23 -0800
  • 0a726cdf07 fix: revert rkyv version as it was unexpectedly downgraded Saber Haj Rabiee 2024-11-07 02:00:33 -0800
  • 49779d8e12 fix: increase number of pull requests from dependabot as the workspace is pretty big Saber Haj Rabiee 2024-11-07 01:09:47 -0800
  • fac14cf6aa chore: update/upgrade deps to prevent dependabot PR pollution at first run Saber Haj Rabiee 2024-11-07 01:06:28 -0800
  • 4b4f4f20f6 fix: remove examples and benchmarks from dependabot search path Saber Haj Rabiee 2024-11-06 23:43:56 -0800
  • b3616fc293 test: fixtures for testing aria-current #3202 Tommy Yu 2024-11-07 13:31:31 +1300
  • b2efdc3383 fix: allow non_snake_case and dead_code lints to run within component functions #3198 Scallop Ye 2024-11-05 23:59:48 +0800
  • 5cc2f3858d
    Add futures-executor feature for any_spawner (#3195) Darwin Boersma 2024-11-05 11:11:34 -0700
  • a4ccc3c331 fix: migration syntax and insert query #2597 Kalin Staykov 2024-05-19 11:48:10 +0300
  • 0eb22eeb54
    Add futures-executor feature for any_spawner #3195 Darwin Boersma 2024-11-04 20:47:11 -0700
  • 8252655959
    Updated tests for #3182 (#3194) Tommy Yu 2024-11-05 15:12:54 +1300
  • 4722da4c05 Correct expected counter values down due to #3182 #3194 Tommy Yu 2024-11-05 14:22:02 +1300
  • 14e47e87ba
    chore: add Cargo.lock (closes #2881) (#3192) Saber Haj Rabiee 2024-11-04 13:21:35 -0800
  • 2d432f5409 Merge remote-tracking branch 'origin' into 3181 #3182 Greg Johnston 2024-11-04 13:09:02 -0500
  • 4a8cfad7c5
    chore(ci): suppress warnings about unused code in example tests (#3193) Greg Johnston 2024-11-04 13:08:50 -0500
  • 025be965e4 chore(ci): suppress warnings about unused code in example tests #3193 Greg Johnston 2024-11-04 13:04:38 -0500
  • 9ca265de42 chore: update and upgrade deps on all crates and examples to prevent PR pollution from Dependabot at first run #3192 Saber Haj Rabiee 2024-11-04 09:44:30 -0800
  • 99c1482ef0 Merge remote-tracking branch 'origin' into 3181 Greg Johnston 2024-11-04 12:40:40 -0500
  • d9f52dad76
    feat: implement rendering traits for fixed-size arrays (#3174) Louis Dispa 2024-11-04 18:26:43 +0100
  • 026063e6ce feat: introducing Cargo.lock and exclude projects, examples, benchmarks lock files Saber Haj Rabiee 2024-11-04 08:56:28 -0800
  • 3a8508df6c rc1 v0.7.0-rc1 Greg Johnston 2024-11-03 20:19:57 -0500
  • 865c6df483
    wasm-bindgen 0.2.95 (#3186) Daniëlle Huisman 2024-11-04 02:19:21 +0100
  • 5b06b06e31
    remove placeholder insert in SSR #3174 Greg Johnston 2024-11-03 20:07:55 -0500
  • c1d7f0f8d1
    fix: exclude excluded server fn paths instead of unregistering them (closes #3150, #3175) (#3176) Greg Johnston 2024-11-03 20:02:11 -0500
  • 8c2dd73b70
    chore: expose internals of SerializedDataId and SsrSharedContext to allow creating custom hydration contexts (#3145) zakstucke 2024-11-04 00:55:59 +0000
  • 9e63ba7870 wasm-bindgen 0.2.95 #3186 Greg Johnston 2024-11-03 19:54:36 -0500
  • d5894555cc
    fix: allow !Send errors in Actix extract() (#3189) Greg Johnston 2024-11-03 19:53:24 -0500
  • bef225cc59 fix: allow !Send errors in Actix extract() #3189 Greg Johnston 2024-11-03 19:07:21 -0500
  • 6459bbe0a1
    feat: generalize response data injection #3188 Yaroslav Bolyukin 2024-11-03 19:07:44 +0100
  • e6d79b5065 Unpin wasm-bindgen to improve compatibility with other crates Daniëlle Huisman 2024-11-03 09:14:17 +0100
  • 2ef1723607
    Makes the wasm32-wasip1/2 target a first-class citizen for Leptos's Server-Side (#3063) Enzo Nocera 2024-11-02 17:44:50 +0100
  • 8dd4e5368f fix: ensure we check memos the first time a dependency uses them, even if the dependency always runs on its first run (closes #3181) Greg Johnston 2024-11-01 14:56:53 -0400