Greg Johnston
0efc39db8b
fix: Make all fragment rendering lazy ( closes #299 and #421 ) ( #425 )
...
Make all fragment rendering lazy (closes #299 and #421 )
2023-02-01 06:47:12 -05:00
Greg Johnston
cbf2f73e95
fix: HTML entity issues in axum_errors
example ( #424 )
2023-01-31 23:39:31 -05:00
Ben Wishovich
160f336303
Update ErrorBoundary to use miette::Diagnostic instead of Error, and various other tweaks ( #401 )
...
* Switch RwLock to parking_lot so they are no longer async
* cleanup todo_app_sqlite_axum
* add errors_axum example
---------
Co-authored-by: Indrazar <110272232+Indrazar@users.noreply.github.com>
2023-01-31 21:56:42 -05:00
starmaker
e2b1365e46
Implemented update_returning for StoredValue ( #419 )
2023-01-31 17:40:39 -05:00
Greg Johnston
45eee12b18
Fix issues with attribute names in SSR ( #418 )
2023-01-31 11:57:05 -05:00
Bruno De Simone
e2cdbc746f
Add leptos_routes functions for integrations ( #415 )
...
* added leptos_routes_with_context
* added leptos_routes_with_handler for axum integration
2023-01-31 09:09:58 -05:00
Ben Wishovich
48cf8d9382
Switch RwLock to parking_lot so they are no longer async ( #414 )
2023-01-30 20:11:56 -05:00
Greg Johnston
42e50327a6
Fix <option>
and <use>
top-level types in SSR ( #416 )
2023-01-30 20:10:07 -05:00
martin frances
ea0e2ce363
Escape <HTML> and <BODY> tokens in documentation markup. ( #410 )
2023-01-30 19:17:41 -05:00
martin frances
465cbc36be
Minor: Bump typed-builder from 0.11 to 0.12. ( #409 )
2023-01-30 19:17:09 -05:00
Greg Johnston
62061f90ea
Add <Html/>
and <Body/>
components in leptos_meta
( #407 )
...
Closes #376 .
2023-01-29 19:07:48 -05:00
Greg Johnston
9a231ddef0
Merge pull request #408 from leptos-rs/fix-boolean-attributes-ssr
...
Fix boolean attributes in `view` macro fast-path SSR
2023-01-29 18:43:21 -05:00
Greg Johnston
ce6a093f9f
oops
2023-01-29 17:11:02 -05:00
Greg Johnston
f07fa0e0be
escape attributes
2023-01-29 16:55:28 -05:00
Greg Johnston
43ad91512a
Fixes boolean attributes in SSR ( closes #405 )
2023-01-29 16:29:06 -05:00
Greg Johnston
116d23f2c3
Revert "fix: Fixes boolean attributes in HTML fast-path (closes issue #405 )"
...
This reverts commit 2ecb345a79
.
2023-01-29 16:27:28 -05:00
Greg Johnston
2ecb345a79
fix: Fixes boolean attributes in HTML fast-path (closes issue #405 )
2023-01-29 16:02:47 -05:00
Greg Johnston
f55f833426
Merge pull request #403 from leptos-rs/children-type-alias
...
Add `Children` type alias
2023-01-29 07:07:09 -05:00
Greg Johnston
7101a2f55e
Add Children
type alias
2023-01-28 22:32:00 -05:00
Greg Johnston
f8b76387ec
Fix labels in parent_child
README
2023-01-28 21:52:16 -05:00
Greg Johnston
11fc51577b
0.1.3
2023-01-28 12:12:09 -05:00
Greg Johnston
ae1ca969ef
Merge pull request #397 from leptos-rs/v0.1.2
...
`v0.1.2`
2023-01-28 11:17:30 -05:00
Greg Johnston
895f9d8487
Missing web-sys
types
2023-01-28 08:19:13 -05:00
Greg Johnston
1e45b182a0
Fix <ErrorBoundary/>
removal behavior
2023-01-28 08:14:32 -05:00
Greg Johnston
4c26dc597d
Docs for <Show/>
component
2023-01-28 08:07:23 -05:00
Greg Johnston
2863d49a1c
Docs for <ErrorBoundary/>
2023-01-28 07:54:13 -05:00
Greg Johnston
087eb18c8b
Merge pull request #396 from leptos-rs/hydration-fix-small-wasm
...
Fix hydration issue related to WASM size reduction
2023-01-28 07:16:23 -05:00
Greg Johnston
c7c672717c
Fix hydration issue related to WASM size reduction
2023-01-28 07:16:08 -05:00
Greg Johnston
c69cc02f30
Merge pull request #393 from leptos-rs/small-wasm
...
Reduce WASM binary sizes by 3-5%
2023-01-28 07:08:52 -05:00
Greg Johnston
9eb81f00f9
Merge pull request #395 from thomasqueirozb/main
...
Fix gtk example
2023-01-28 07:08:43 -05:00
Thomas Queiroz
72fe3d45f0
Fix gtk example
2023-01-28 01:14:02 -03:00
Greg Johnston
7802d941bd
cargo fmt
2023-01-27 17:04:34 -05:00
Greg Johnston
f10784f686
Merge pull request #391 from leptos-rs/remove-gloo-dependency
...
Remove `gloo` dependency in `leptos_dom`
2023-01-27 16:58:54 -05:00
Greg Johnston
35197691c0
Merge pull request #392 from martinfrances107/cargo_outdated
...
doc/book updated leptos version.
2023-01-27 16:58:41 -05:00
Greg Johnston
4afbef87f6
clippy stuff
2023-01-27 16:56:22 -05:00
Greg Johnston
218485e3be
Make helpers into concrete functions for WASM binary size purposes
2023-01-27 16:24:05 -05:00
Greg Johnston
8d60a191eb
Missing Storage
dependency (now that gloo
is gone)
2023-01-27 15:36:20 -05:00
Greg Johnston
1ba01a46af
Use a concrete helper function to generate elements
2023-01-27 15:33:28 -05:00
Martin
fdece25051
BugFix, ch03 properly construct the "input_element".
2023-01-27 20:04:29 +00:00
Greg Johnston
590056e047
Remove gloo
dependency in leptos_dom
2023-01-27 14:01:07 -05:00
Martin
817bb1628e
doc/book updated leptos version.
2023-01-27 19:00:31 +00:00
Greg Johnston
f911cdd56f
Merge pull request #390 from leptos-rs/action-form-clear-input
...
fix: Align `<ActionForm/>` behavior with `Action`
2023-01-27 13:53:31 -05:00
Greg Johnston
76a9c719a3
Fix missing docs error ( #389 )
2023-01-27 12:29:22 -05:00
Greg Johnston
395336a8c0
Correctly set pending
state with ActionForm
2023-01-27 12:19:20 -05:00
Greg Johnston
b84906e6dc
ActionForm
should clear input
as Action::dispatch()
does
2023-01-27 12:15:50 -05:00
Greg Johnston
1563d237d0
Check uniqueness of server function names at registration time ( #388 )
...
* Check uniqueness of server function names at registration time, and stop leaking src file path in release mode
* Fix missing dev-dependency
2023-01-27 06:57:32 -05:00
Greg Johnston
b861f84e40
Fix a large number of small issues in docs ( #386 )
...
* Fix example links in docs
* Restore missing CSR READMEs
* Document need to enable features on `leptos_router` and `leptos_meta`
* Add "Is it production ready?" to FAQs
* Document which types are provided as contexts in server integrations
* Fix broken links and other issues in docs
2023-01-26 21:44:01 -05:00
Greg Johnston
62812af5b2
Allow unused cx
in server fn arguments ( #385 )
...
* Suppress warning for unused `cx` in server function arguments
2023-01-26 21:43:39 -05:00
Greg Johnston
f300e7fd41
implements From<Signal<T>>
for MaybeSignal<T>
( #384 )
2023-01-26 21:43:21 -05:00
Greg Johnston
44974fcf69
Replace site-address
with site-addr
in cargo-leptos
example Cargo.toml
files
2023-01-26 19:52:47 -05:00