Commit Graph

3883 Commits

Author SHA1 Message Date
Greg Johnston f7abe727d9 fix: add missing imports 2024-08-01 19:43:09 -04:00
Greg Johnston eb29d84169 docs: fix cfg for docsrs 2024-08-01 19:43:09 -04:00
Greg Johnston 200047a8bc chore: remove unnecessary default generics 2024-08-01 19:43:09 -04:00
Greg Johnston 634ac1c4a3 chore: clippy and fmt 2024-08-01 19:43:09 -04:00
Saber Haj Rabiee efe832e39a fix: `hackernews_js_fetch` example for `leptos_0.7` (#2678) 2024-08-01 19:43:09 -04:00
Greg Johnston 1f2b13a976 feat: allow `!Send` signals 2024-08-01 19:42:51 -04:00
Greg Johnston d4ec5e187b fix: rename nightly feature for const generic `&'static str` (d0c11bf6e3\#diff-7b65e42e2b87910c94950caf7f0687fda2f9f98f311099404f5c4afb4a36e50c) 2024-08-01 19:42:51 -04:00
Greg Johnston 4fe7fe725f chore: remove `pub` field in `Suspend` so that `Suspend::new()` must be used 2024-08-01 19:42:51 -04:00
Greg Johnston a1ca8549a1 chore: fmt 2024-08-01 19:42:51 -04:00
Greg Johnston e7a8067f9b fix: only create Future once initially, and poll it twice, rather than creating it twice 2024-08-01 19:42:51 -04:00
Greg Johnston 6be090079f chore: fmt 2024-08-01 19:42:51 -04:00
Greg Johnston 8635887ca7 feat: optional branch-marking in HTML to support initial work on client-side islands routing 2024-08-01 19:42:51 -04:00
Corvus e3482b433b feat: reintroduce `queue_microtask` (#2703) 2024-08-01 19:42:51 -04:00
Greg Johnston e6c2f8c614 fix: allow one-element tuples for route matching 2024-08-01 19:42:51 -04:00
Greg Johnston 28fcfe4a46 example: use `path!` macro in router example 2024-08-01 19:42:51 -04:00
Greg Johnston 75336bc265 fix: add HTML global `on___` attributes 2024-08-01 19:42:51 -04:00
boyswan f4f129caaf feat: add `path!` macro in router to parse string paths into tuples (#2694) 2024-08-01 19:42:51 -04:00
mahmoud-eltahawy 873aec5787 feat: allow using enums for `StaticSegment` by implementing `AsPath` (#2685) 2024-08-01 19:42:51 -04:00
Greg Johnston a2385e4c42 fix: set `None` observer properly in `ScopedFuture` 2024-08-01 19:42:51 -04:00
Greg Johnston d24f97b59f fix: remove unnecessary untrack in Show 2024-08-01 19:42:51 -04:00
Greg Johnston 51f368c5c5 fix: Suspend::new() in router 2024-08-01 19:42:51 -04:00
Greg Johnston 4107203da2 examples: update to `Suspend::new()` 2024-08-01 19:42:51 -04:00
Greg Johnston efb699a319 docs: improved warning location 2024-08-01 19:42:51 -04:00
Greg Johnston 93e6456e19 fix: require `Suspend::new()` to ensure the `Future` is properly scoped at creation time, not at render time 2024-08-01 19:42:51 -04:00
Greg Johnston b24ae7a5e3 fix: explicitly untrack the children of `<Show/>` 2024-08-01 19:42:51 -04:00
Greg Johnston bf8d2e079c fix: custom elements should support any attribute names 2024-08-01 19:42:50 -04:00
Greg Johnston 7752ab78e3 fix: custom elements SSR 2024-08-01 19:42:50 -04:00
Greg Johnston 64bc2580ff docs: add tachys docs 2024-08-01 19:42:50 -04:00
Greg Johnston ddb596feb5 chore: start with a default sandbox, to avoid panics in tests 2024-08-01 19:42:50 -04:00
Greg Johnston dac4589194 docs: finish reactive graph docs for 0.7 2024-08-01 19:42:50 -04:00
Greg Johnston 8f0a8e05b4 docs: porting docs from 0.6 to 0.7 2024-08-01 19:42:50 -04:00
Greg Johnston 05d01141c5 chore: remove unused AsyncState 2024-08-01 19:42:50 -04:00
Bruno De Simone 66d6038f2d add allow too_many_arguments (#2684) 2024-08-01 19:42:50 -04:00
Greg Johnston 3b09312e1a chore: clippy 2024-08-01 19:42:50 -04:00
Greg Johnston 62cb361031 chore: clippy 2024-08-01 19:42:50 -04:00
Greg Johnston 04c67cb8b6 chore: clear warnings 2024-08-01 19:42:50 -04:00
Greg Johnston efd060c955 feat: Suspend on style: and class: 2024-08-01 19:42:50 -04:00
Greg Johnston 6290c42159 fix: proper building of paths for nested fields 2024-08-01 19:42:50 -04:00
Greg Johnston 0a89f151be feat: type-erased store Field structs 2024-08-01 19:42:50 -04:00
Greg Johnston c72c2f4803 fix: allow creating resources inside Suspense 2024-08-01 19:42:50 -04:00
Greg Johnston c771ab7e71 examples: revert changes to counter 2024-08-01 19:42:50 -04:00
Bruno De Simone 2c4f11b238 remove FromRef implementation from LeptosRoutes axum impl (#2670) 2024-08-01 19:42:50 -04:00
luoxiaozero 12a9e06c5e feat: additional ARIA attributes (#2677) 2024-08-01 19:42:50 -04:00
Greg Johnston 3515469835 feat: iteration over reactive store list 2024-08-01 19:42:50 -04:00
Greg Johnston e5c159f7a5 feat: add arena-allocated/Copy Store 2024-08-01 19:42:50 -04:00
Greg Johnston 6590749956 docs: initial work on porting docs from 0.6 to 0.7 2024-08-01 19:42:50 -04:00
Greg Johnston db8f5e4899 feat: initial work on reactive stores 2024-08-01 19:42:50 -04:00
Greg Johnston 6ca3639c3e fix: improved API for unsync actions that doesn't require SendWrapper on input 2024-08-01 19:42:50 -04:00
Greg Johnston 37db7b5d0a chore: leptosfmt 2024-08-01 19:42:50 -04:00
Greg Johnston 8ac1564b90 fix: properly handle errors in streaming body responses 2024-08-01 19:42:50 -04:00