Greg Johnston
|
d9f6836933
|
chore: clippy warnings
|
2024-08-01 19:40:57 -04:00 |
|
Greg Johnston
|
d8d2fdac5d
|
smooth out StoredValue APIs
|
2024-08-01 19:40:57 -04:00 |
|
Greg Johnston
|
9818e7cb68
|
MaybeSignal and MaybeProp
|
2024-08-01 19:40:57 -04:00 |
|
Marc-Stefan Cassola
|
986fbe5328
|
added a few old deprecated functions to help users port (#2580)
|
2024-08-01 19:40:57 -04:00 |
|
Greg Johnston
|
711175a760
|
implement With(Untracked) for Signal
|
2024-08-01 19:40:57 -04:00 |
|
Greg Johnston
|
00a536a5dc
|
don't over-rerender nested router
|
2024-08-01 19:40:57 -04:00 |
|
Greg Johnston
|
a7b1152910
|
initial async routing work (to support bundle splitting)
|
2024-08-01 19:40:57 -04:00 |
|
Greg Johnston
|
cfba7a2797
|
noop attribute 'spreading' for routers
|
2024-08-01 19:40:57 -04:00 |
|
Greg Johnston
|
cebe744a84
|
support arbitrary attributes on components in view
|
2024-08-01 19:40:57 -04:00 |
|
Greg Johnston
|
e93a34a2c9
|
full attribute spreading
|
2024-08-01 19:40:57 -04:00 |
|
Greg Johnston
|
9ec30d71d2
|
update counter_without_macros imports
|
2024-08-01 19:40:57 -04:00 |
|
Greg Johnston
|
3c13280bf6
|
stashing
|
2024-08-01 19:40:57 -04:00 |
|
Greg Johnston
|
45fd9423f8
|
give a route to upgrade any attribute into a cloneable one
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
7a92208c4f
|
work on attribute spreading
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
89b972e3c5
|
disable AddAnyAttr again now that I remember why it was broken
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
8dac92b251
|
reenable AnyAttr
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
b24eaedfe9
|
reorganizing exports and updating examples
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
4336051f78
|
prep for preview release
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
97ce5adb8e
|
fix reorganized exports
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
20fb5454b0
|
prep for preview release
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
aac607f338
|
prep for preview release
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
738986415d
|
prep for preview release
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
3406446ebd
|
module restructuring for 0.7
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
21dd7e9c76
|
let ErrorBoundary own the fallback
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
9bab4da172
|
make Suspend a transparent wrapper
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
420dccda60
|
provide params properly in FlatRouter
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
53b22a9b74
|
clear some warnings
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
e68730d15f
|
rename TupleBuilder to NextTuple and prep for release
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
11d134c4ba
|
prep for preview release
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
2239f04f6b
|
prep for preview release
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
78e5a7ebc3
|
prep for preview release
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
0148d92f48
|
prep for preview release
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
ab67bea7ec
|
rename any_error
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
0beef3b2e0
|
prep for preview release
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
81fc7e6ada
|
remove twiggy file
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
75d6763f4e
|
move router crates
|
2024-08-01 19:40:56 -04:00 |
|
Greg Johnston
|
da4d2cf538
|
comparison demo
|
2024-08-01 19:40:25 -04:00 |
|
Greg Johnston
|
2470637b0b
|
SSR optimizations for binary size, and flat router
|
2024-08-01 19:40:25 -04:00 |
|
Greg Johnston
|
2934c295b5
|
work on Axum integration and on error boundaries
|
2024-08-01 19:40:25 -04:00 |
|
Greg Johnston
|
789eef914d
|
stash
|
2024-08-01 19:40:25 -04:00 |
|
Greg Johnston
|
782cb93743
|
feat: add <A>
|
2024-08-01 19:40:25 -04:00 |
|
Greg Johnston
|
8642c563d8
|
add use_navigate and Redirect
|
2024-08-01 19:40:25 -04:00 |
|
Greg Johnston
|
755fbd3866
|
preliminary use_navigate work
|
2024-08-01 19:40:25 -04:00 |
|
Greg Johnston
|
d83471e02b
|
fix fallback => match update
|
2024-08-01 19:40:25 -04:00 |
|
Greg Johnston
|
2dd2bb5958
|
add more hooks and primitives to router
|
2024-08-01 19:40:25 -04:00 |
|
Greg Johnston
|
12f2cec5c7
|
nested route CSR working
|
2024-08-01 19:40:25 -04:00 |
|
Greg Johnston
|
a41bf2784f
|
continuing on nested routes
|
2024-08-01 19:40:25 -04:00 |
|
Greg Johnston
|
ebdd31cd9f
|
continuing on nested routes
|
2024-08-01 19:40:25 -04:00 |
|
Greg Johnston
|
acec3bb313
|
working on reconfiguring nested routing
|
2024-08-01 19:40:25 -04:00 |
|
Greg Johnston
|
464f157186
|
make placeholder-finding code consistent across container types
|
2024-08-01 19:40:25 -04:00 |
|