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 |
|
Greg Johnston
|
9ca36d4763
|
chore: remove deprecated function in doctest example
|
2024-09-16 21:34:04 -04:00 |
|
Greg Johnston
|
8dc600ca02
|
fix: do not sort class and style that are after spread marker
|
2024-09-16 21:33:46 -04:00 |
|
Greg Johnston
|
b621ead607
|
fix: forward subscribers for already-resolved Suspend during client-side build
|
2024-09-16 21:10:02 -04:00 |
|
Greg Johnston
|
66cf21f650
|
fix: Ok => Err transition with Suspend (closes #2957)
|
2024-09-16 21:02:30 -04:00 |
|
Greg Johnston
|
f3dcdc057d
|
fix: sort attributes so class and style always run before class: and style: (closes #2982)
|
2024-09-16 20:26:51 -04:00 |
|
Greg Johnston
|
2bdacf636e
|
Merge pull request #2974 from leptos-rs/more-stores
Improve efficiency of keyed stores
|
2024-09-14 21:49:27 -04:00 |
|
Greg Johnston
|
fc06980c60
|
feat: directly implement IntoIterator on keyed fields
|
2024-09-14 21:22:16 -04:00 |
|
Greg Johnston
|
550a3a4e6d
|
perf: use FxHashMap for sets of keys
|
2024-09-14 21:20:09 -04:00 |
|
Greg Johnston
|
3310e7766b
|
perf: only rebuild keys when we've touched the list itself, not when we edit a row
|
2024-09-14 18:33:59 -04:00 |
|
Greg Johnston
|
5ab865e89d
|
example: fix so we remove by ID, not by id-as-index
|
2024-09-14 18:33:36 -04:00 |
|
Greg Johnston
|
f0c60f6ef6
|
Merge pull request #2871 from leptos-rs/more-stores
(draft) More work on stores
|
2024-09-14 17:34:13 -04:00 |
|
Greg Johnston
|
f3f685c923
|
chore: clean up Trigger <> Notify rename
|
2024-09-14 17:00:47 -04:00 |
|
Greg Johnston
|
3646bf31b0
|
example: only show date if in scheduling mode
|
2024-09-14 17:00:31 -04:00 |
|
Greg Johnston
|
b39895fa2d
|
feat: remove outdated entries and recycle their keys
|
2024-09-14 17:00:11 -04:00 |
|
Greg Johnston
|
1fce8931ab
|
fix: do not match incomplete static segments (closes #2916) (#2973)
|
2024-09-14 16:20:45 -04:00 |
|
Greg Johnston
|
6166f6edbd
|
fix: ensure that we retain the correct sandoxed arena when spawning Futures (#2965)
|
2024-09-14 09:10:01 -04:00 |
|
Greg Johnston
|
dc9fbb0585
|
Merge branch 'main' into more-stores
|
2024-09-13 17:31:54 -04:00 |
|
Greg Johnston
|
d7b2f9d05b
|
feat: keyed store fields, with keyed iteration
|
2024-09-13 17:21:09 -04:00 |
|
Greg Johnston
|
69c4090d32
|
example: update stores example to show enum matching
|
2024-09-13 12:12:05 -04:00 |
|
Greg Johnston
|
fff5fa3459
|
feat: add support for named and unnamed enum fields in Stores
|
2024-09-13 11:11:31 -04:00 |
|
Greg Johnston
|
e92b80c71e
|
fix: tracking ArcStore should track, not trigger, its root trigger
|
2024-09-13 10:54:07 -04:00 |
|
Greg Johnston
|
8bb04ef248
|
chore: remove dead code
|
2024-09-13 10:53:27 -04:00 |
|
luoxiaozero
|
d7881ccfb5
|
fix: allow component to use span prop when tracing feature is enabled (#2969)
|
2024-09-13 09:35:59 -04:00 |
|
Álvaro Mondéjar Rubio
|
96a1f80daf
|
tests: fix Effect doctests not being executed, and test-related issues (#2886)
|
2024-09-12 16:43:32 -04:00 |
|
Greg Johnston
|
a083b57260
|
fix: do not panic in automatic Track implementation if source is disposed (#2964)
|
2024-09-12 09:22:46 -04:00 |
|
Chris
|
4fa6660a3f
|
doc: router::{Wildcard, Static, Param}Segment (#2949)
|
2024-09-11 21:02:02 -04:00 |
|
Baptiste
|
43f2ad7043
|
chore: add #[track_caller] to to_any_source (#2963)
|
2024-09-11 20:01:06 -04:00 |
|
Greg Johnston
|
2bf04072ea
|
Merge pull request #2959 from leptos-rs/2956
fix: do not retrigger parent effect when Suspend's resources resolve (closes #2956)
|
2024-09-10 14:08:32 -04:00 |
|
Greg Johnston
|
efc6fc017d
|
fix: forward subscribers for already-resolved Suspend during hydration
|
2024-09-10 06:59:47 -04:00 |
|
Greg Johnston
|
6cb10401df
|
chore(ci): update list of core crates
|
2024-09-09 21:20:14 -04:00 |
|
Greg Johnston
|
346efd66f5
|
chore: remove unused cancellation logic for now
|
2024-09-09 21:19:55 -04:00 |
|
Greg Johnston
|
7c0889e873
|
fix: do not retrigger parent effect when Suspend's resources resolve (closes #2956)
|
2024-09-09 18:10:48 -04:00 |
|
Greg Johnston
|
bb40576bd5
|
Merge pull request #2955 from leptos-rs/fix-refetch
Fix refetch
|
2024-09-09 07:33:01 -04:00 |
|
Greg Johnston
|
6baf20275f
|
fix: Resource::refetch()
|
2024-09-08 21:41:44 -04:00 |
|
Greg Johnston
|
5a57d48913
|
beta5
|
2024-09-08 19:40:32 -04:00 |
|
jk
|
73f0207a7d
|
feat: add a copyable Trigger type (closes #2901) (#2939)
|
2024-09-08 19:39:40 -04:00 |
|
Greg Johnston
|
4e4fb8ab10
|
chore(examples): SsrMode is no longer clone (#2954)
|
2024-09-08 19:39:15 -04:00 |
|
Greg Johnston
|
b9cccc6b91
|
fix: revert change, making writes to children notify parents
|
2024-09-08 13:58:45 -04:00 |
|
Greg Johnston
|
d42163d888
|
fix: tracking a subfield should track its parents, as changing these can change it
|
2024-09-08 13:56:32 -04:00 |
|
Greg Johnston
|
2db3e4f4d8
|
chore: move Option tests into option module
|
2024-09-08 13:56:32 -04:00 |
|