Commit graph

  • 13f7387d45
    fix: Oco equality check (closes #3178) (#3180) Greg Johnston 2024-11-01 14:55:49 -0400
  • 0a13f7c08c
    chore: reexport unescape (closes #3177) (#3179) Greg Johnston 2024-11-01 14:55:37 -0400
  • 4732d494ca fix: Oco equality check (closes #3178) #3180 Greg Johnston 2024-11-01 10:00:39 -0400
  • 7f81dc8b8a chore: reexport unescape (closes #3177) #3179 Greg Johnston 2024-11-01 09:52:26 -0400
  • 5b51cd38dc
    chore(ci): make generic mutually exclusive with other options #3063 Enzo "raskyld" Nocera 2024-11-01 11:07:23 +0100
  • 65078913cc
    chore(ci): remove explicit into_inter() Enzo "raskyld" Nocera 2024-10-31 23:10:42 +0100
  • 19d53f0ac3
    chore(ci): fix fmt Enzo "raskyld" Nocera 2024-10-31 20:57:42 +0100
  • a90c6b663d
    Merge branch 'leptos-rs:main' into feat/wasi-support Enzo Nocera 2024-10-31 20:22:25 +0100
  • 5b5034c63b don't include excluded routes #3176 Greg Johnston 2024-10-30 20:59:02 -0400
  • a97633c759 fix: exclude excluded server fn paths instead of unregistering them (closes #3150, closes #3175) Greg Johnston 2024-10-30 20:48:51 -0400
  • 7c83904aea
    Merge pull request #3173 from leptos-rs/store-tweaks Greg Johnston 2024-10-30 20:33:10 -0400
  • edf38915be feat: add array rendering Louis Dispa 2024-10-29 22:34:11 +0100
  • 6e13ff9787 feat: impl Into<Field<T>> for Store<T> (closes #3102) #3173 Greg Johnston 2024-10-28 20:28:09 -0400
  • 234d138f03 chore: remove log Greg Johnston 2024-10-28 20:12:24 -0400
  • 97110cd5ac chore: remove Then Greg Johnston 2024-10-28 20:10:24 -0400
  • 5acc1b1a5a chore: rename .iter() to .iter_unkeyed() for clarity Greg Johnston 2024-10-28 20:09:09 -0400
  • f3987246cb
    docs: remove duplicated "calls" word (#3171) Nicolas Cura 2024-10-29 00:04:33 +0000
  • e5149fb348
    fix: correctly track inner subfields on Field (closes #3169) (#3170) Greg Johnston 2024-10-28 20:04:16 -0400
  • 8ec8424bdc
    Remove duplicated "calls" word #3171 Nicolas Cura 2024-10-28 21:46:41 +0000
  • 721ce170d4 fix: correctly track inner subfields on Field (closes #3169) #3170 Greg Johnston 2024-10-28 07:45:40 -0400
  • d67ff03568
    chore: fix leptos_dom reexports (closes #3166) (#3168) Greg Johnston 2024-10-27 21:12:41 -0400
  • 75a997d3df chore: update example imports #3168 Greg Johnston 2024-10-27 19:07:47 -0400
  • 5bc3311a70 chore: update example imports Greg Johnston 2024-10-27 18:39:36 -0400
  • bc41cfbf3d remove duplicate logging export Greg Johnston 2024-10-27 13:52:11 -0400
  • 56a79edf34 chore: fix leptos_dom reexports (closes #3166) Greg Johnston 2024-10-27 13:50:41 -0400
  • 0888f65cb8 Clarify consume_buffers() #3145 Zak Stucke 2024-10-26 01:36:47 +0300
  • d9c83a5a93 Expose innards of SerializedDataId and SsrSharedContext to allow creating custom hydration contexts Zak Stucke 2024-10-22 20:01:36 +0300
  • 1dbca3005d
    Merge pull request #3163 from leptos-rs/undep-mp Greg Johnston 2024-10-25 17:47:14 -0400
  • af61be0c72
    fix: correctly reset classes when using Option<T> (#3164) Greg Johnston 2024-10-25 17:47:00 -0400
  • 3fad8a0bef fix: correctly reset classes when using Option<T> #3164 Greg Johnston 2024-10-25 15:01:43 -0400
  • 76facf9539
    feat: improve tailwind config to also catch dynamic classes (#3143) Johannes Heuel 2024-10-25 20:06:19 +0200
  • 0e73d18d7b
    ci: regression tests for double suspense/double resource fetch (#3103) Tommy Yu 2024-10-26 07:05:42 +1300
  • d306a15f86
    fix: avoid deadlocking if can't take Memo write lock (closes #3158) (#3160) Greg Johnston 2024-10-25 13:57:44 -0400
  • bf95648dc9 chore: clippy doc comment length #3163 Greg Johnston 2024-10-25 13:56:02 -0400
  • 00edfc0e0a chore: undeprecate MaybeProp Greg Johnston 2024-10-25 13:49:19 -0400
  • 396327b667
    feat: Option<T> read-like traits & deprecate MaybeSignal (#3098) zakstucke 2024-10-25 20:41:26 +0300
  • a437289f81
    feat: impl IntoStyle for Option<impl IntoStyle & Oco (#3119) zakstucke 2024-10-25 20:31:07 +0300
  • 58e7897db6
    fix: From<> impls between ArcLocalResource and LocalResource (#3144) zakstucke 2024-10-25 20:30:18 +0300
  • 35bb79bb05
    batch nav updates (#3159) Evelyn Hobert 2024-10-25 12:29:16 -0500
  • d3c3b2253c Test showing difference between hydrate and CSR #3103 Tommy Yu 2024-10-14 19:07:30 +1300
  • 777932de3e Be able to reset CSR counters everywhere Tommy Yu 2024-10-14 18:52:33 +1300
  • 7c6f1d5529 Comment out logging to avoid output interference. Tommy Yu 2024-10-14 18:09:47 +1300
  • 558e507724 Translate the reproduction steps into Gherkin Tommy Yu 2024-10-14 18:09:04 +1300
  • 071ff01248 Update the baseline fixtures Tommy Yu 2024-10-14 16:07:04 +1300
  • df0c620682 Use ticketing system to disambiguate CSR calls Tommy Yu 2024-10-14 15:43:56 +1300
  • fe83d4e68c Actually make it work properly Tommy Yu 2024-10-13 01:25:27 +1300
  • 5274c3970e First cut of the fixtures and tests Tommy Yu 2024-10-13 01:12:15 +1300
  • f16d7290f2 test: first cut of the instrumented suspense_tests Tommy Yu 2024-10-12 14:41:57 +1300
  • b0bef0ea91 fix the view macro being unhygienic and not importing ElementChild #3162 Jan Dorniak 2024-10-25 03:07:03 +0200
  • 78acbf328a fix: avoid deadlocking if can't take Memo write lock (closes #3158) #3160 Greg Johnston 2024-10-24 20:09:10 -0400
  • 8843539e0e batch nav updates #3159 Evelyn-H 2024-10-24 17:18:18 -0500
  • c9098024fa
    chore: remove ref to leptos_wasi in Cargo.toml Enzo "raskyld" Nocera 2024-10-24 19:59:28 +0200
  • 334d1dacdd
    chore(ci): fix formatting Enzo "raskyld" Nocera 2024-10-24 19:58:14 +0200
  • 345b762c94
    chore: migrate integration off-tree Enzo "raskyld" Nocera 2024-10-24 19:55:44 +0200
  • c2254af306
    feat(leptos_wasi): error handling Enzo "raskyld" Nocera 2024-10-23 22:17:09 +0200
  • 5db6233955
    feat(leptos_wasi): async runtime Enzo "raskyld" Nocera 2024-10-20 17:38:05 +0200
  • ae0ff047ae
    feat(any_spawner): add local custom executor Enzo "raskyld" Nocera 2024-10-20 17:28:43 +0200
  • b02e354311
    chore: simpler crate features + cleanup Enzo "raskyld" Nocera 2024-10-19 13:50:53 +0200
  • 39a25520f7
    chore: revert changes to any_spawner Enzo "raskyld" Nocera 2024-10-19 13:42:41 +0200
  • 4ecc65af14
    chore: use wasi crate Enzo "raskyld" Nocera 2024-10-11 23:12:23 +0200
  • 31e114aa04
    chore: remove custom clippy Enzo "raskyld" Nocera 2024-10-11 22:36:10 +0200
  • cc6f5fc756
    chore: cargo fmt Enzo "raskyld" Nocera 2024-10-06 17:16:59 +0200
  • afb05b0c82
    feat(leptos_wasi): better handling of server fn with form Enzo "raskyld" Nocera 2024-10-06 17:13:43 +0200
  • 071da3aa47
    chore(leptos_wasi): fine-tune linter and clean-up Enzo "raskyld" Nocera 2024-10-06 17:11:26 +0200
  • 3978a990b1
    chore(any_spawner): some clippy suggestions Enzo "raskyld" Nocera 2024-10-06 15:29:24 +0200
  • f0c0939cd3
    fix(server_fn): include generic in axum. Enzo "raskyld" Nocera 2024-10-06 13:56:30 +0200
  • 3d76ba40e1
    WIP: chore(any_spawner): make the futures::Executor runable Enzo "raskyld" Nocera 2024-10-05 12:38:55 +0200
  • 98ec388a64
    feat(integrations/wasi): make WASI a first-class citizen of leptos server-side Enzo "raskyld" Nocera 2024-10-05 12:37:38 +0200
  • 86812e5d24
    chore(server_fn): generic types cleanup Enzo "raskyld" Nocera 2024-10-05 12:22:14 +0200
  • 59bebfa167
    feat(server_fn): add generic types Enzo "raskyld" Nocera 2024-09-28 15:06:41 +0200
  • 2df55b7f16
    feat: WIP wasi integrations crate Enzo "raskyld" Nocera 2024-09-24 23:23:54 +0200
  • a421cbda49
    improve tailwind config to also catch dynamic classes #3143 Johannes Heuel 2024-10-22 14:00:06 +0200
  • 1be1f41fba
    fix: restore array syntax for setting multiple classes dynamically (closes #3151) (#3152) Greg Johnston 2024-10-23 20:10:04 -0400
  • 9479677d37 fix: restore array syntax for setting multiple classes dynamically (closes #3151) #3152 Greg Johnston 2024-10-23 16:33:12 -0400
  • 107ff9f50c Make MaybeProp Copy #3098 Zak Stucke 2024-10-22 21:11:47 +0300
  • dcb0d1707a From<> impls between ArcLocalResource and LocalResource #3144 Zak Stucke 2024-10-22 19:53:56 +0300
  • f420d84ea2 Remove OptProp Zak Stucke 2024-10-22 19:47:05 +0300
  • eb20f313e2 fmt Zak Stucke 2024-10-22 19:42:10 +0300
  • a9a333ae12 Remove deprecation on MaybeProp, update MaybeSignal deprecate msg Zak Stucke 2024-10-22 19:38:54 +0300
  • 0825c8fb92 Fixed rebuilding #3119 Zak Stucke 2024-10-22 18:40:18 +0300
  • 7b8cd90a6e 0.7.0-rc0 v0.7.0-rc0 Greg Johnston 2024-10-21 21:16:20 -0400
  • d0ef7b904d
    feat: add OptionalParamSegment (closes #2896) (#3140) Greg Johnston 2024-10-21 21:15:14 -0400
  • 5593382245 fmt #3140 Greg Johnston 2024-10-21 20:35:57 -0400
  • 83988e12b2 server-side route expansion logic for optional routes Greg Johnston 2024-10-21 20:29:01 -0400
  • af6a2163a7 New reset() method on intoStyle trait Zak Stucke 2024-10-21 20:49:55 +0300
  • 3fbd38ddfd impls to go from MaybeSignal/Prop back to Signal Zak Stucke 2024-10-21 18:36:04 +0300
  • ada24680fd Feature parity with MaybeProp Zak Stucke 2024-10-13 14:56:09 +0300
  • 1d77fb24a5 New From<> impls done properly Zak Stucke 2024-10-10 23:10:56 +0300
  • 3128bbcff0 Replace deprecated usage in examples Zak Stucke 2024-10-10 23:02:35 +0300
  • 36804c50ca More From<> implementations for Signal Zak Stucke 2024-10-10 22:57:07 +0300
  • de1a9c251a Clippy Zak Stucke 2024-10-10 21:45:27 +0300
  • 9dec18be56 Clippy Zak Stucke 2024-10-10 21:39:20 +0300
  • c8279872da Clippy Zak Stucke 2024-10-10 21:07:13 +0300
  • 46c776abc3 Deprecate MaybeSignal and MaybeProp Zak Stucke 2024-10-10 20:52:37 +0300
  • 25012401ec Readlike traits for Option<Readable> Zak Stucke 2024-10-10 20:14:27 +0300
  • d541c70026 feat: add OptionalParamSegment and update matching logic to support it (closes #2896) Greg Johnston 2024-10-21 09:17:22 -0400
  • 7904e0c395
    fix: unregister server functions whose paths are in excluded routes (closes #2735) (#3138) Greg Johnston 2024-10-21 09:14:36 -0400
  • fd6214bfc4 fix: unregister server functions whose paths are in excluded routes (closes #2735) #3138 Greg Johnston 2024-10-20 20:31:54 -0400
  • 7b4c470155
    perf: type erasure in router (#3107) Greg Johnston 2024-10-20 20:07:14 -0400
  • 98eccc9eb8
    perf: make LeptosOptions lighter-weight to clone (closes #3036) (#3136) Greg Johnston 2024-10-20 20:05:29 -0400