Baptiste
|
1ca4f34ef3
|
fix: optional props with islands (#3005)
|
2024-09-21 18:13:58 -04:00 |
|
Greg Johnston
|
8f0a1554b1
|
Merge pull request #3000 from leptos-rs/add-attr-any-view
Doing chores
|
2024-09-21 08:51:32 -04:00 |
|
Greg Johnston
|
38d4f26d03
|
fix: snip infinite type recursion
|
2024-09-21 07:51:27 -04:00 |
|
Greg Johnston
|
2b04c2710d
|
Merge pull request #3002 from leptos-rs/fix-stores
Fix stores
|
2024-09-21 07:37:54 -04:00 |
|
Greg Johnston
|
a4937a1236
|
fix: correctly triggering parents vs siblings
|
2024-09-20 21:25:42 -04:00 |
|
Greg Johnston
|
f6f2c39686
|
chore: remove UntrackedWriter
|
2024-09-20 20:47:46 -04:00 |
|
Greg Johnston
|
d7eacf1ab5
|
chore: remove unused DocumentFragment mounting code
|
2024-09-20 20:41:51 -04:00 |
|
Greg Johnston
|
d1a4bbe28e
|
chore: fix adding attr todo for static types
|
2024-09-20 20:41:51 -04:00 |
|
Greg Johnston
|
412ecd6b1b
|
chore: remove dead iterator wrapper code
|
2024-09-20 20:41:51 -04:00 |
|
Greg Johnston
|
9bc0152121
|
chore: clean up todos in template SSR code
|
2024-09-20 20:41:51 -04:00 |
|
Greg Johnston
|
4b05cada8f
|
chore: remove dead code for rendering guards
|
2024-09-20 20:41:51 -04:00 |
|
Greg Johnston
|
a818862704
|
chore: tidy up todos on EitherKeepAlive
|
2024-09-20 20:41:51 -04:00 |
|
Greg Johnston
|
173487debc
|
fix: add add_any_attr() for AnyView<R>
|
2024-09-20 20:41:51 -04:00 |
|
Greg Johnston
|
449d96cc9a
|
feat: add wrapper to support add_any_attr() fixes
|
2024-09-20 20:41:51 -04:00 |
|
Greg Johnston
|
f9bf6a95ed
|
Merge pull request #3001 from leptos-rs/ci
Fix CI
|
2024-09-20 20:40:53 -04:00 |
|
Greg Johnston
|
5bf6c94bb2
|
chore: remove some testing combinations
|
2024-09-20 20:11:44 -04:00 |
|
Greg Johnston
|
e1ce94a28d
|
fix: rationalize reactive_stores tests
|
2024-09-20 18:25:40 -04:00 |
|
Greg Johnston
|
2a62dcf27e
|
chore: fix unused import
|
2024-09-20 18:18:11 -04:00 |
|
Greg Johnston
|
3094766c5c
|
chore: allow unused methods
|
2024-09-20 18:08:09 -04:00 |
|
Greg Johnston
|
a52804595d
|
chore: allow unused methods
|
2024-09-20 17:35:43 -04:00 |
|
Greg Johnston
|
e72f12d32b
|
chore: clean up tests
|
2024-09-20 17:31:11 -04:00 |
|
Greg Johnston
|
e70083708a
|
chore: fix dependencies
|
2024-09-20 16:39:21 -04:00 |
|
Greg Johnston
|
cbc4caef19
|
chore: fix testing
|
2024-09-20 16:36:40 -04:00 |
|
Greg Johnston
|
fbeee4dbf5
|
chore: cargo fmt
|
2024-09-20 16:31:07 -04:00 |
|
Greg Johnston
|
d13f7e5438
|
chore: remove unused import
|
2024-09-20 16:02:41 -04:00 |
|
Greg Johnston
|
7b543bd31c
|
chore: fix syn features
|
2024-09-20 15:57:54 -04:00 |
|
Greg Johnston
|
1743724420
|
chore: AsRef/AsMut
|
2024-09-20 15:46:15 -04:00 |
|
Greg Johnston
|
73e0add670
|
chore: cargo fmt
|
2024-09-20 15:44:19 -04:00 |
|
Greg Johnston
|
4f5eb444bc
|
chore: remove print
|
2024-09-20 15:43:46 -04:00 |
|
Greg Johnston
|
7de98823fb
|
chore: clippy and missing GTK implementations
|
2024-09-20 15:38:15 -04:00 |
|
Georg Vienna
|
6d930573fc
|
feat: add either macro (#2900)
|
2024-09-20 08:17:40 -07:00 |
|
Saber Haj Rabiee
|
3317002ff5
|
fix: improve CI workflow (#2838)
* fix: improve CI workflow
* fix: add missing `Makefile.toml` to workspace crates
(reactive_stores and reactive_stores_macro)
* fix: remove trailing slash in workflow names
* fix: add gtk example and improve excluding example's logic
* fix: install gtk example deps
|
2024-09-20 08:08:28 -07:00 |
|
martin frances
|
99403d0167
|
MSRV Bump to 1.80.0, drop crate lazy_static and use std::sync::LazyLock. (#2767)
|
2024-09-19 21:40:33 -07:00 |
|
Greg Johnston
|
23ce022c60
|
Merge pull request #2997 from leptos-rs/2971
Changes related to stack overflows
|
2024-09-19 17:20:45 -04:00 |
|
Greg Johnston
|
96e1fd0fb8
|
fix: turn off InertHtml for SVG/MathML (closes #2998) (#2999)
|
2024-09-19 17:20:30 -04:00 |
|
Greg Johnston
|
f28dac1093
|
chore: remove unused debug info from HtmlElement
|
2024-09-19 15:38:52 -04:00 |
|
Greg Johnston
|
ff28544fb2
|
feat: add BoxedView wrapper
|
2024-09-19 15:38:52 -04:00 |
|
Deep Gaurav
|
27765b417c
|
fix: static generation should wait for file writes before resolving (#2994)
|
2024-09-19 15:36:54 -04:00 |
|
Greg Johnston
|
b0d8d4ee26
|
fix: properly trigger Suspense when Suspend is called again (#2993)
|
2024-09-18 21:35:37 -04:00 |
|
Greg Johnston
|
c4b1176a6a
|
fix: drop lock on current URL before rendering, in case of redirect (closes #2990) (#2992)
|
2024-09-18 21:27:18 -04:00 |
|
Greg Johnston
|
fd133dd79a
|
chore: re-export untrack
|
2024-09-18 20:25:35 -04:00 |
|
Greg Johnston
|
9c2477a4cf
|
Revert "chore: re-export untrack (#2991)"
This reverts commit f3b6d1f351 .
|
2024-09-18 20:25:03 -04:00 |
|
Greg Johnston
|
f3b6d1f351
|
chore: re-export untrack (#2991)
|
2024-09-18 19:51:20 -04:00 |
|
Greg Johnston
|
5af7b54c9c
|
perf: optimize inert HTML elements (#2989)
|
2024-09-18 19:42:07 -04:00 |
|
Baptiste
|
ba9604101d
|
fix: correct lifetimes for PartialPathMatch (#2981)
|
2024-09-16 21:59:49 -04:00 |
|
Greg Johnston
|
e136c1fc44
|
Merge pull request #2986 from leptos-rs/2957
fix: get Suspend and ErrorBoundary working together correctly
|
2024-09-16 21:58:49 -04:00 |
|
Greg Johnston
|
c581b3293e
|
Merge pull request #2985 from leptos-rs/2982
fix: sort attributes so `class` and `style` always run before `class:` and `style:` (closes #2982)
|
2024-09-16 21:58:38 -04:00 |
|
Greg Johnston
|
cc7f861637
|
fix: add missing Debug and DefinedAt impls for Resource/ArcResource (closes #2983) (#2984)
|
2024-09-16 21:58:23 -04:00 |
|
Greg Johnston
|
642d6fc72b
|
fix: stable hashes across different client and server builds for islands (closes #2978) (#2980)
|
2024-09-16 21:58:09 -04:00 |
|
Kajetan Welc
|
e69c7f4ae0
|
feat(#2946): add #[store(skip)] for #[derive(Store)] (#2975)
|
2024-09-16 21:57:57 -04:00 |
|