Greg Johnston
1a7da39fb7
work on async demo
2024-08-01 19:40:23 -04:00
Greg Johnston
201adb7406
clone values for Futures
2024-08-01 19:40:23 -04:00
Greg Johnston
4df42cbc60
make guard types more nestable/flexible so that we can implement render traits on any of them
2024-08-01 19:40:23 -04:00
Greg Johnston
44a0a0a93a
work on async demo
2024-08-01 19:40:23 -04:00
Greg Johnston
66e1e6d7a1
work on async demo
2024-08-01 19:40:23 -04:00
Greg Johnston
8252c4a977
feat: create generic any_spawner
crate to share between reactive system and renderer
2024-08-01 19:40:23 -04:00
Greg Johnston
6a2eafcbc6
add other methods on Stored
2024-08-01 19:40:23 -04:00
Greg Johnston
b49a13f8c1
work on async demo
2024-08-01 19:40:23 -04:00
Greg Johnston
0d5c67408f
stash: working on jsfb
2024-08-01 19:40:23 -04:00
Greg Johnston
1eddd5a5f1
chore: remove unnecessary log
2024-08-01 19:40:23 -04:00
Greg Johnston
ca1e62c0b9
fix: correct owner for rows of For, correct cleanup of arenas
2024-08-01 19:40:23 -04:00
Greg Johnston
043cd7dc61
fix: close memory leak in tasks waiting on channels
2024-08-01 19:40:23 -04:00
Greg Johnston
68486cfb72
feat: typed event targets
2024-08-01 19:40:23 -04:00
Greg Johnston
eea971b9fe
working on examples
2024-08-01 19:40:23 -04:00
Greg Johnston
d726b56b71
begin migrating to leptos
and leptos_dom
packages
2024-08-01 19:40:23 -04:00
Greg Johnston
0fddfb4823
stash
2024-08-01 19:40:23 -04:00
Greg Johnston
17732a6e6a
stash
2024-08-01 19:40:23 -04:00
Greg Johnston
c8441f0f00
chore: remove leptos_reactive
and add reactive_graph
2024-08-01 19:40:23 -04:00
Greg Johnston
ff4cde0764
feat: improved ergonomics of read guards
2024-08-01 19:40:23 -04:00
Greg Johnston
1d38439bd8
feat: add Readable
implementation for all types
2024-08-01 19:40:23 -04:00
Greg Johnston
9ca1cba504
feat: add no_std
support in appropriate crates
2024-08-01 19:40:23 -04:00
Greg Johnston
63dacdcc95
feat: tachys
2024-08-01 19:40:23 -04:00
Greg Johnston
61f5294f67
feat: add Fn traits
2024-08-01 19:40:23 -04:00
Greg Johnston
0149632a4c
docs: note re: execution order (see #2261 and #2262 )
2024-08-01 19:40:23 -04:00
Greg Johnston
96384ed116
feat: modular SharedContext
for hydration
2024-08-01 19:40:23 -04:00
Greg Johnston
f56023bb25
chore: split OrPoisoned
trait into its own crate for reuse
2024-08-01 19:40:23 -04:00
Greg Johnston
6bb5d58369
feat: modular, trait-based, Send
/Sync
reactive system
2024-08-01 19:40:23 -04:00
Saber Haj Rabiee
d50012f8d4
chore: update gloo-net and reqwest to http 1.0 ( closes #2688 ) (leptos 0.6) ( #2751 )
2024-08-01 19:39:54 -04:00
Greg Johnston
c9d4ea9307
Merge pull request #2755 from leptos-rs/nightly-july24
...
chore(ci): update nightly
2024-08-01 15:30:22 -04:00
Greg Johnston
77c74bccbb
chore: cargo fmt
2024-08-01 14:53:24 -04:00
Greg Johnston
528d1eae65
chore(ci): update nightly
2024-08-01 14:48:52 -04:00
martin frances
5809c8f699
As of rust1.80: cargo clippy now reports doc indentation issues. ( #2728 )
2024-07-30 09:25:53 -07:00
renshuncui
b9c620d4cd
chore: fix some comments ( #2712 )
...
Signed-off-by: renshuncui <renshun@111.com>
2024-07-29 09:30:50 -04:00
Greg Johnston
8c9dfd9c9d
fix: untrack children in Portal to avoid re-triggering it accidentally ( closes #2693 ) ( #2713 )
2024-07-29 09:29:18 -04:00
Greg Johnston
8848eb8b87
0.6.13
2024-07-24 08:00:11 -04:00
Ar4ys
7e75801f7c
fix: move lint rules outside of quote_spanned ( closes #2527 ) ( #2709 )
2024-07-24 07:54:46 -04:00
Dreo
0763a81cf1
fix: remove unnecessary 'static lifetime from argument in function Style::as_value_string() ( #2683 )
2024-07-12 11:53:48 -04:00
Dreo
3d37f08539
add impl IntoStyle for Style ( #2682 )
2024-07-12 11:13:29 -04:00
Oleg Shatov
b3db094618
chore: remove cfg
-related warnings ( #2654 )
2024-07-03 06:49:32 -04:00
Oleg Shatov
0c817d51fe
fix: accurately update number of pending action dispatches ( closes #2652 ) ( #2653 )
2024-07-03 06:48:02 -04:00
Chris
fb5d8513ff
docs: generate link to definition ( #2656 )
2024-07-03 06:46:02 -04:00
David Karrick
c53fc67d38
feat: Add Compression to Hacker News w/ Islands Example ( #2613 )
...
* Add task for cargo leptos w/ precompression
* Update makefile
* Update deps
* Serve precompressed assets
Code was taken from https://github.com/leptos-rs/cargo-leptos/pull/165#issuecomment-1647843037
Co-authored-by: Sebastian Dobe <sebastiandobe@mailbox.org>
* Dynamically compress html
* Update README
* Refactor: Format for ci
* Refactor: Replace use of format!
* Chore: Remove old build file
* Feat: Hash files
This will prevent users from using an old cached file after updates are made
* Fix: Prevent chicken & egg problem with target/site
* Refactor: Use normal cargo-leptos
---------
Co-authored-by: Sebastian Dobe <sebastiandobe@mailbox.org>
2024-06-28 15:01:05 -04:00
Greg Johnston
ff0c8252b0
fix: do not unescape / and other route characters when following a link ( #2651 )
2024-06-28 14:29:05 -04:00
Evan Almloff
551f9b0a04
feat: add a StreamingJson encoding ( #2623 )
2024-06-28 11:49:26 -04:00
Greg Johnston
44cd3272f9
Merge pull request #2639 from Giovanni-Tably/dispose-fix
...
fix: ensure everything is disposed of consistently
2024-06-28 11:30:31 -04:00
Vasily Zorin
73a9797ef9
book_ru: SUMMARY.md ( #2648 )
...
* book_ru: SUMMARY.md
* book_ru: SUMMARY.md
* book_ru: SUMMARY.md
2024-06-27 06:46:36 -07:00
Spencer Ferris
57a00a33a3
docs: Add docs for ToChildren
( #2643 )
...
* docs: Add docs for `ToChildren`
As discussed in https://github.com/leptos-rs/leptos/discussions/2640 ,
the `ToChildren` trait is useful to consumers who want to use the
builder syntax. However, because it is currently annotated with
`#[docs(hidden)]`, it's not visible in docs and also not included in
Jetbrains's auto-complete.
Add a doc comment for the `ToChildren` trait, including doc tests that
demonstrate how to use the trait and how it compares to directly
creating children.
* docs: Fix incorrect examples in `ToChildren` docs
Some examples were added to `ToChildren` that don't compile. This
wasn't caught earlier because no errors were seen in the IDE when
writing the examples. The issue was correctly caught by CI, however.
2024-06-26 14:57:40 -07:00
Adrian
5f445cdfbf
Translating titles of sections in SUMMARY ( #2542 )
2024-06-26 14:56:59 -07:00
Hamir Mahal
c9d0ef5033
chore: simplify string interpolation ( #2626 )
2024-06-21 07:51:38 -04:00
Giovanni
af85623a22
test: add regression tests
2024-06-20 19:37:08 +01:00