Greg Johnston
|
db3f46c501
|
Add docs on testing (closes #489) (#508)
|
2023-02-12 17:03:12 -05:00 |
|
Greg Johnston
|
1cba54d47e
|
fix: <For/> in todomvc example (#504)
|
2023-02-11 16:30:09 -05:00 |
|
Greg Johnston
|
d1ae3b49cc
|
docs: further additions (#505)
|
2023-02-11 15:55:43 -05:00 |
|
Greg Johnston
|
6bab4ad966
|
apply new formatting everywhere (#502)
|
2023-02-11 14:30:06 -05:00 |
|
jquesada2016
|
d4648da5c6
|
chore: add workspace rustfmt.tml (#483)
|
2023-02-11 14:25:55 -05:00 |
|
Greg Johnston
|
cf7deaaea3
|
fix: proper disposal of nested route scopes (#499)
|
2023-02-11 14:12:59 -05:00 |
|
g-re-g
|
d0cacecfc6
|
Allow literal string as class in view macro (#500)
|
2023-02-10 22:43:40 -05:00 |
|
Greg Johnston
|
ce2c3ec97c
|
examples: remove unused index.html (#497)
|
2023-02-10 08:02:26 -05:00 |
|
martin frances
|
b9f05f94ce
|
chore: remove unused .clone() call in <Suspense/> . (#486)
|
2023-02-08 20:44:10 -05:00 |
|
Greg Johnston
|
fe7aacb0c8
|
Handle <ErrorBoundary/> hydration correctly (closes #456)
|
2023-02-08 20:32:59 -05:00 |
|
Greg Johnston
|
3fd3e73a10
|
Correctly handle custom elements in SSR
|
2023-02-08 20:32:59 -05:00 |
|
Greg Johnston
|
7dca740e47
|
Add error boundary example to list
|
2023-02-08 20:32:59 -05:00 |
|
Greg Johnston
|
73420affed
|
Basic error boundary example
|
2023-02-08 20:32:59 -05:00 |
|
Greg Johnston
|
7c25f59a68
|
Update README.md
|
2023-02-08 20:32:32 -05:00 |
|
Greg Johnston
|
c24874d9c8
|
change: add Scope to view function in <For/> to avoid memory "leak" (#492)
|
2023-02-08 20:28:04 -05:00 |
|
Greg Johnston
|
4759dfcb60
|
missing ;
|
2023-02-08 14:34:57 -05:00 |
|
Greg Johnston
|
ca9419b53f
|
fix: fix debug_warn behavior in reactive crate and remove log dependency (#491)
|
2023-02-08 07:04:01 -05:00 |
|
jquesada2016
|
765006158a
|
change: NodeRef<HtmlElement<Div>> generics to NodeRef<Div> (#481)
|
2023-02-07 20:13:25 -05:00 |
|
Greg Johnston
|
8a1adaefaf
|
fix: typed route params with #[derive(Params)] (#488)
|
2023-02-07 17:28:46 -05:00 |
|
Greg Johnston
|
086326324e
|
Fix inner_html in SSR (#487)
|
2023-02-07 13:14:14 -05:00 |
|
martin frances
|
e59ee6329e
|
Minor: Clippy router now uses types OnFormData and OnResponse. (#484)
|
2023-02-07 09:52:29 -05:00 |
|
Greg Johnston
|
a2b31a51d9
|
fix: errors on 404 page in axum_errors example (#485)
|
2023-02-07 09:51:52 -05:00 |
|
Jan
|
b0a98d8b4f
|
Better styling for router related components (#477)
|
2023-02-06 18:34:39 -05:00 |
|
Greg Johnston
|
6931d3904b
|
remove unnecessary "openssl" feature from Actix examples (#480)
|
2023-02-06 09:10:09 -05:00 |
|
Greg Johnston
|
e380097a9e
|
Create README.md
|
2023-02-05 21:54:16 -05:00 |
|
Greg Johnston
|
44c18da324
|
docs: (in-progress) new tutorial/guide format with integrated CodeSandboxes (#375)
|
2023-02-05 21:33:42 -05:00 |
|
Greg Johnston
|
256cf0c59b
|
Remove old book
|
2023-02-05 21:28:52 -05:00 |
|
Greg Johnston
|
0765e51db8
|
fix: adding/removing errors from <ErrorBoundary/> (#478)
|
2023-02-05 21:23:02 -05:00 |
|
Greg Johnston
|
45d4ebccd8
|
fix: cargo doc in projects using #[server] (#476)
|
2023-02-05 19:12:32 -05:00 |
|
Greg Johnston
|
352601aa42
|
fix: correct out-of-order streaming behavior (#475)
|
2023-02-05 17:29:35 -05:00 |
|
g-re-g
|
7f77910e91
|
impl From<&str> for MaybeSignal<String> (#472)
|
2023-02-04 16:47:40 -05:00 |
|
Ben Wishovich
|
76aeb573bf
|
fix: convert site_address to site_addr to match cargo-leptos (#462)
|
2023-02-04 16:37:41 -05:00 |
|
Greg Johnston
|
e0bf8f5b6d
|
fix: fix node_ref in SSR (#471)
|
2023-02-04 15:37:59 -05:00 |
|
Greg Johnston
|
5ace580edb
|
fix: don't override element event listeners with component event listeners (closes #461) (#470)
|
2023-02-04 15:37:48 -05:00 |
|
Roland Fredenhagen
|
5d612d9740
|
error on non meta input for prop attribute (#469)
|
2023-02-04 13:17:04 -05:00 |
|
John Funk
|
eacff684ef
|
Add simple icon logo (#468)
|
2023-02-04 10:19:33 -05:00 |
|
Greg Johnston
|
4034aa9c11
|
feature: add isomorphic <Redirect/> component (closes #412) (#466)
|
2023-02-04 10:02:17 -05:00 |
|
Roland Fredenhagen
|
45275ff8d4
|
impl Default for MaybeSignal (#464)
|
2023-02-04 10:01:55 -05:00 |
|
Greg Johnston
|
3ff5089bf4
|
docs: note about optional fallback (closes #406) (#463)
|
2023-02-04 08:34:38 -05:00 |
|
Jan
|
c28297fe93
|
Do it on an other branch (#460)
|
2023-02-04 07:12:53 -05:00 |
|
Greg Johnston
|
6d0d70cd17
|
perf: further reduce WASM binary size by ~5-7% (#459)
* Update `leptos_router` docs
* Further reducing WASM bundle sizes
|
2023-02-03 17:38:44 -05:00 |
|
g-re-g
|
c4e693e01e
|
Derive debug in server macro (#458)
|
2023-02-03 17:38:29 -05:00 |
|
Greg Johnston
|
2be4e8d959
|
docs: add new Children types to macro docs (#454)
|
2023-02-03 12:51:37 -05:00 |
|
Odiseo
|
fec4ff4381
|
fix: typo in leptos_config description (#455)
|
2023-02-03 12:51:26 -05:00 |
|
Greg Johnston
|
25c313aeb5
|
fix: stack overflow in with nested outlet (closes #452) (#453)
|
2023-02-03 11:03:02 -05:00 |
|
martin frances
|
0dbcc323ba
|
Clippy: "{input} is not a supported environment. (#451)
|
2023-02-03 10:08:23 -05:00 |
|
Greg Johnston
|
6b683f9ab6
|
fix: leptos_router hydration issues (#450)
|
2023-02-03 06:50:36 -05:00 |
|
Tobias Goulden Schultz
|
aae4d4445e
|
fix: update leptos dependencies to point to the same workspace as other examples (#449)
|
2023-02-02 23:24:22 -05:00 |
|
Greg Johnston
|
bb9df8937d
|
feature: allow on: event listeners on <Component/> nodes (#448)
|
2023-02-02 23:24:03 -05:00 |
|
Greg Johnston
|
05277f03b6
|
fix: successfully pass context to nested routes via <Outlet/> (#447)
|
2023-02-02 21:00:32 -05:00 |
|