Greg Johnston
|
3d769c9f21
|
Clean up some rendering issues and the panic when cleaning up
|
2023-01-20 13:14:09 -05:00 |
|
Greg Johnston
|
9ac0f0a579
|
Fix todomvc
|
2023-01-20 12:18:31 -05:00 |
|
Greg Johnston
|
a385f502b6
|
Merge pull request #345 from leptos-rs/provide-route-contexts-when-equal
Fix behavior of `RouteContext` in nested routes with different parameters
|
2023-01-20 12:13:43 -05:00 |
|
Greg Johnston
|
603eead12d
|
cargo fmt
|
2023-01-20 12:06:04 -05:00 |
|
Greg Johnston
|
8a73f3b879
|
Use comment nodes for <Suspense/> to avoid both hydration and styling issues
|
2023-01-20 12:05:21 -05:00 |
|
Greg Johnston
|
5fc8907b85
|
Remove extraneous log
|
2023-01-20 10:37:14 -05:00 |
|
Greg Johnston
|
678990194f
|
Update RouteContext.path() value when params change but route has not change (closes #340)
|
2023-01-20 10:36:48 -05:00 |
|
Greg Johnston
|
a964e89d1a
|
cargo fmt
|
2023-01-20 10:08:13 -05:00 |
|
Greg Johnston
|
285092a467
|
Reenable SSR benchmarks
|
2023-01-20 10:00:16 -05:00 |
|
Greg Johnston
|
c1c74ead0f
|
Get view-macro SSR optimization working
|
2023-01-20 09:47:16 -05:00 |
|
Clemente
|
e4c9109278
|
Fix query params behaviour difference between SSR and Hydrate
|
2023-01-20 09:13:18 -03:00 |
|
benwis
|
64add54de6
|
Add example error template and give the ability to access error info
inside it
|
2023-01-19 14:57:34 -08:00 |
|
benwis
|
ac343427e7
|
Remember all the files
|
2023-01-18 23:21:08 -08:00 |
|
benwis
|
452e397048
|
Made todo_app_sqlite_axum throw an error
|
2023-01-18 16:47:22 -08:00 |
|
benwis
|
ad3ac5ad3c
|
Remove silly thing
|
2023-01-18 16:03:53 -08:00 |
|
benwis
|
db63eda2f5
|
Push gbj's updates
|
2023-01-18 16:02:06 -08:00 |
|
benwis
|
6cbdc57f7a
|
Add working impl of ErrorBoundary
|
2023-01-18 15:49:42 -08:00 |
|
benwis
|
3215e44c9a
|
Create example of file_and_error handler for Axum, and create <ErrorBoundary/>
for leptos
|
2023-01-18 12:59:15 -08:00 |
|
Greg Johnston
|
b54a60213b
|
Merge pull request #333 from leptos-rs/minimize-runtime-panics
Minimize panics when runtime has already been disposed (e.g., in SSR)
|
2023-01-17 22:48:42 -05:00 |
|
Greg Johnston
|
ebeb1d69d1
|
Merge pull request #334 from leptos-rs/debug-meta
Fix `MetaContext` debug for wasm target
|
2023-01-17 14:23:41 -05:00 |
|
Greg Johnston
|
cadb04b076
|
Fix MetaContext debug for wasm target
|
2023-01-17 14:23:13 -05:00 |
|
Greg Johnston
|
490b7a1596
|
Merge pull request #332 from leptos-rs/programmatic-navigation-in-router-example
Add programmatic navigation in router example
|
2023-01-17 13:54:58 -05:00 |
|
Greg Johnston
|
f4d781e739
|
Merge pull request #331 from benwis/main
Path and Query for Axum
|
2023-01-17 13:54:49 -05:00 |
|
Greg Johnston
|
ebe5bf4600
|
Merge pull request #330 from martinfrances107/typed_builder
typed-builder inconsistent version.
|
2023-01-17 13:53:58 -05:00 |
|
Greg Johnston
|
d62046dc6f
|
Merge pull request #329 from leptos-rs/meta-context-debug
impl `Debug` on `MetaContext`
|
2023-01-17 13:53:24 -05:00 |
|
Greg Johnston
|
c7abb57168
|
Merge pull request #328 from martinfrances107/crate_io_readme_issue
Minor: For each sub crate the landing page should be the root README.md.
|
2023-01-17 13:53:14 -05:00 |
|
Greg Johnston
|
bc0cd5d0ba
|
Minimize panics when runtime has already been disposed (e.g., in streaming SSR)
|
2023-01-17 13:11:35 -05:00 |
|
Greg Johnston
|
7df67444f9
|
cargo fmt fix
|
2023-01-17 12:45:59 -05:00 |
|
Greg Johnston
|
40155e91ea
|
cargo fmt fix
|
2023-01-17 12:43:27 -05:00 |
|
Greg Johnston
|
5c062fa6f1
|
Add use_navigate in router example
|
2023-01-17 12:40:54 -05:00 |
|
Greg Johnston
|
3517820afd
|
Restore missing docs on <A/> component
|
2023-01-17 12:40:23 -05:00 |
|
benwis
|
300cc4f54c
|
Actually Do It
|
2023-01-17 09:27:09 -08:00 |
|
Martin
|
586e9be99a
|
Minor - type-builder version is inconsistent.
|
2023-01-17 17:23:05 +00:00 |
|
Greg Johnston
|
6ed86d0ee9
|
impl Debug on MetaContext
|
2023-01-17 12:17:16 -05:00 |
|
Martin
|
1fe93fd588
|
Minor: For each sub crate the landing page should be the root README.md.
|
2023-01-17 17:05:09 +00:00 |
|
Greg Johnston
|
2723871a80
|
Merge pull request #327 from ekanna/main
Updated example code and README to use latest syntax for data binding
|
2023-01-17 11:56:59 -05:00 |
|
benwis
|
70d92c7f42
|
Path and Query
|
2023-01-17 05:52:38 -08:00 |
|
Greg Johnston
|
e96d4b0687
|
Merge pull request #326 from benwis/main
Make sure Axum returns a relative URI for http and https requests
|
2023-01-17 06:34:04 -05:00 |
|
ekanna
|
ce0910caca
|
Updated example code and README to use latest syntax for data binding
|
2023-01-17 12:08:44 +05:30 |
|
benwis
|
81a937277d
|
Simplify URI matching solution
|
2023-01-16 22:35:22 -08:00 |
|
benwis
|
355e711964
|
Fix issue with https pathing for Axum integration
|
2023-01-16 22:18:39 -08:00 |
|
Greg Johnston
|
27ec506fd5
|
Merge pull request #321 from leptos-rs/for-ssr
|
2023-01-16 21:49:24 -05:00 |
|
Greg Johnston
|
79c76ae4cb
|
Merge pull request #324 from leptos-rs/fix-fallback
Fix `<Router fallback>` (signature and functionality)
|
2023-01-16 20:51:01 -05:00 |
|
Greg Johnston
|
e416815591
|
clippy warning
|
2023-01-16 20:08:27 -05:00 |
|
Greg Johnston
|
81bdd6788f
|
Fix hydration in release mode if _0-0-0 is a marker, not an element
|
2023-01-16 20:08:07 -05:00 |
|
Greg Johnston
|
f7d5567a35
|
Fix fallback (signature and functionality)
|
2023-01-16 19:55:32 -05:00 |
|
Greg Johnston
|
ae0a243cc0
|
Fix meta doctests
|
2023-01-16 12:08:13 -05:00 |
|
Greg Johnston
|
7893ff8b55
|
Fix SSR doctests
|
2023-01-16 10:36:18 -05:00 |
|
Greg Johnston
|
6130e708ce
|
cargo fmt
|
2023-01-16 09:26:40 -05:00 |
|
Greg Johnston
|
d049d2f36b
|
Use comments instead of element markers for hydration -- fixes issue #320
|
2023-01-16 09:21:28 -05:00 |
|