Commit graph

528 commits

Author SHA1 Message Date
Maccesch
022c770287 added geolocation 2023-09-12 23:53:43 +01:00
Maccesch
d28beb1b5e fixed example 2023-09-12 15:29:09 +01:00
Maccesch
e31709ba84 updated to leptos 0.5.0-rc1
fixes #29
2023-09-12 15:24:50 +01:00
Maccesch
6aff4b5ca7 added a bunch of docs as well as stream state 2023-09-12 15:09:57 +01:00
Maccesch
d2a91b4d6d client opened bidir streams work 2023-08-31 20:12:48 +01:00
Maccesch
9493b690ff example cleanup 2023-08-31 18:46:43 +01:00
Maccesch
162432cbfd example cleanup 2023-08-31 18:40:03 +01:00
Maccesch
fb9dfc7b76 datagrams work! 2023-08-31 18:26:03 +01:00
Maccesch
6370694044 Merge branch 'main' into use_webtransport 2023-08-31 17:23:14 +01:00
Maccesch
fb1ac55ac7 update to book getting started 2023-08-31 17:22:19 +01:00
Marc-Stefan Cassola
09b8b22ff6
Merge pull request #27 from janos-r/main
Stable Rust docs
2023-08-31 17:18:23 +01:00
Radim
d450676055 Stable Rust docs 2023-08-31 14:22:54 +09:00
Maccesch
58e6759a76 Merge remote-tracking branch 'origin/main' into use_webtransport
# Conflicts:
#	src/use_scroll.rs
2023-08-31 04:49:54 +01:00
Maccesch
84e99dbb9e updated to leptos 0.5.0-beta2 2023-08-31 04:46:46 +01:00
Maccesch
660e115b0d updated to leptos 0.5.0-beta2 2023-08-31 04:42:51 +01:00
Maccesch
5ac69356a4 use_webtransport compiles 2023-08-31 04:42:01 +01:00
Maccesch
720af1423e updated to leptos 0.5.0-beta2 2023-08-31 04:41:42 +01:00
Maccesch
25590582e3 reliable streams 2023-08-22 14:34:04 +01:00
Maccesch
ecfe9b6a71 made use_scroll usable on the server 2023-08-16 17:07:00 +01:00
Maccesch
cd34a9f3e6 made use_scroll usable on the server 2023-08-16 16:23:29 +01:00
Maccesch
036fe98c34 increased version to beta 2023-08-15 17:04:32 +01:00
Maccesch
4b306ce4bd increased version to beta 2023-08-15 17:00:06 +01:00
Maccesch
717f596e0a added discord to readme 2023-08-15 16:59:56 +01:00
Maccesch
82cfc387aa moved some stored values in use_raf_fn to Cells to avoid potential loss of context errors 2023-08-15 12:31:25 +01:00
Maccesch
b80553751b ported internal callbacks to Rc RefCells 2023-08-15 12:15:58 +01:00
Maccesch
3cd1728134 Merge remote-tracking branch 'origin/main' into use_webtransport
# Conflicts:
#	CHANGELOG.md
#	src/use_websocket.rs
2023-08-12 23:21:47 +01:00
Maccesch
84fd425f48 fixed websocket unmount panic 2023-08-12 22:43:30 +01:00
Maccesch
f2f926b76c added datagrams rc signal and tx closure 2023-08-11 13:48:53 +01:00
Maccesch
40c9b7b92c started working on use_webtransport (#9) 2023-08-10 22:51:13 +01:00
Maccesch
c8aab2eda7 udpated changelog 2023-08-10 22:50:13 +01:00
Maccesch
1d674c714a chore: clippy 2023-08-10 22:50:13 +01:00
Maccesch
fb2103f314 fixed intersection observer reporting non-intersection erroneously 2023-08-10 22:50:13 +01:00
Danik Vitek
270b153e61 Update leptos to v0.5.0-beta. Fix tests. Apply cargo clippy 2023-08-10 22:50:13 +01:00
Maccesch
8303a66707 fixed use_storage. This fixes #19 2023-08-10 22:50:13 +01:00
Maccesch
d73dbdbc5e migrated to leptos 0.5.0-alpha2 2023-08-10 22:50:13 +01:00
Maccesch
09dee407c7 migrated away from CloneableFn... traits 2023-08-10 22:50:13 +01:00
Maccesch
1e896a0778 removed use_raf_fn Clone from callback 2023-08-10 22:50:13 +01:00
Maccesch
5c79bf349e fixed use_websocket example 2023-08-10 22:50:13 +01:00
Maccesch
938028c99d added 0.6.2 to CHANGELOG.md 2023-08-10 22:50:13 +01:00
Maccesch
a029dbe31f added 0.6.1 to CHANGELOG.md 2023-08-10 22:50:13 +01:00
Maccesch
fd03c47e8b fixed get untracked warning in use_storage 2023-08-10 22:50:13 +01:00
Maccesch
7f1ddd23ea fixing book logo hack to not partially cover the search button 2023-08-10 22:50:12 +01:00
Maccesch
fa47bab2cd fixed use_event_listener removing of listener with non default options 2023-08-10 22:50:12 +01:00
Maccesch
5499306626 udpated changelog 2023-08-10 22:49:36 +01:00
Maccesch
413a6f933e more work on use_webtransport 2023-08-10 21:39:32 +01:00
Maccesch
2a27141dcc chore: clippy 2023-08-10 21:38:32 +01:00
Maccesch
4b2b0956fa fixed intersection observer reporting non-intersection erroneously 2023-08-10 21:36:12 +01:00
Maccesch
e5cfef7018 put webtransport behind experimental web flag 2023-08-10 21:34:12 +01:00
Marc-Stefan Cassola
37f8bfc6fd
Merge pull request #21 from DanikVitek/main
Update leptos to v0.5.0-beta. Fix tests. Apply `cargo clippy`
2023-08-08 12:01:29 +01:00
Danik Vitek
4bb899126b Update leptos to v0.5.0-beta. Fix tests. Apply cargo clippy 2023-08-08 12:49:48 +03:00