BakerNet
|
c2413e0ed4
|
version instead of git
|
2024-09-01 11:32:47 -07:00 |
|
BakerNet
|
42dd4db46a
|
specify branch
|
2024-09-01 11:25:31 -07:00 |
|
Maccesch
|
b6a5d36df1
|
Merge branch 'main' into leptos-0.7
# Conflicts:
# Cargo.toml
# examples/use_broadcast_channel/Cargo.toml
# examples/use_cookie/Cargo.toml
# examples/use_websocket/Cargo.toml
# src/use_websocket.rs
|
2024-08-24 21:44:34 +01:00 |
|
Maccesch
|
2d3f513216
|
implemented different types support for sending and receiving using use_websocket
|
2024-08-23 19:59:59 +01:00 |
|
Maccesch
|
eb73bff3cd
|
merged changes from Baptiste
Closes #156
|
2024-08-22 17:47:06 +01:00 |
|
Maccesch
|
f44ef05466
|
merged main
|
2024-08-22 17:08:21 +01:00 |
|
Maccesch
|
52d3bf33f8
|
Merge branch 'main' into leptos-0.7
# Conflicts:
# Cargo.toml
# src/core/storage.rs
# src/lib.rs
# src/use_clipboard.rs
# src/use_cookie.rs
# src/use_mouse.rs
# src/use_mouse_in_element.rs
# src/use_preferred_dark.rs
# src/use_timeout_fn.rs
|
2024-08-22 13:45:56 +01:00 |
|
Maccesch
|
b07b6b7cfd
|
added features for every function.
fixes #152
|
2024-08-22 13:37:32 +01:00 |
|
Maccesch
|
8324c70742
|
release 0.12.0
|
2024-08-14 03:43:00 +01:00 |
|
Maccesch
|
26a2dc0e4b
|
added support for Sec-CH-Prefers-Color-Scheme header.
Fixes #101
Relates to #121
|
2024-08-13 16:19:19 +01:00 |
|
Maccesch
|
d4330c9fb1
|
use_local now uses LanguageIdentifier and proper matching.
Also removed a bunch of deprecated warnings.
Closes #144
|
2024-08-13 13:45:36 +01:00 |
|
Maccesch
|
294cbaf222
|
updated to latest version of web_sys
|
2024-08-13 02:10:35 +01:00 |
|
Maccesch
|
bca46e8256
|
updated leptos dependencies to master
|
2024-08-12 21:59:19 +01:00 |
|
Maccesch
|
cef0e68121
|
added assign_ltr and assign_rtl to sync_signal
|
2024-08-12 12:25:07 +01:00 |
|
Maccesch
|
c42605c1ad
|
removed a bunch of warnings and test compile errors
|
2024-08-04 21:13:30 +01:00 |
|
Maccesch
|
da56771900
|
fixed use_timeout_fn to be SSR safe
|
2024-07-31 01:15:20 +01:00 |
|
Maccesch
|
f0d60e5d49
|
release 0.11.2
|
2024-07-30 12:49:24 +01:00 |
|
Maccesch
|
1945e94da1
|
release 0.11.1
|
2024-07-28 20:46:28 +01:00 |
|
Maccesch
|
0a8cb7832e
|
updated to leptos 0.7 beta
|
2024-07-28 16:05:23 +01:00 |
|
Maccesch
|
904582f33d
|
Merge branch 'main' into leptos-0.7
# Conflicts:
# examples/use_broadcast_channel/src/main.rs
# src/storage/use_storage.rs
|
2024-07-27 22:22:06 +01:00 |
|
Maccesch
|
0103524d27
|
Release 0.11.0
|
2024-07-27 19:13:54 +01:00 |
|
Maccesch
|
ec6027c59e
|
Merge branch 'main' into leptos-0.7
# Conflicts:
# CHANGELOG.md
# Cargo.toml
# src/is_err.rs
# src/is_none.rs
# src/is_ok.rs
# src/is_some.rs
# src/storage/use_local_storage.rs
# src/storage/use_session_storage.rs
# src/storage/use_storage.rs
# src/use_broadcast_channel.rs
# src/use_cookie.rs
# src/use_device_pixel_ratio.rs
# src/use_event_source.rs
# src/use_to_string.rs
# src/use_websocket.rs
# src/utils/codecs/string/from_to_string.rs
# src/utils/codecs/string/json.rs
# src/utils/codecs/string/prost.rs
|
2024-07-22 23:12:46 +01:00 |
|
Corvus
|
c6914330b6
|
Partial update to 0.7.0-alpha
|
2024-07-19 20:22:27 -06:00 |
|
Hector Candelaria
|
bb017746b9
|
Feat: Add getUserMedia API implementation
Introduced `use_user_media` function and structure to create a reactive
streaming interface for media input devices.
|
2024-07-13 16:28:27 -04:00 |
|
Maccesch
|
e4ad9f11af
|
codecs extracted into crate codee
|
2024-07-08 17:10:29 +01:00 |
|
Maccesch
|
a8de6a96dd
|
refactored codecs and implemented msgpack and bincode as binary codecs. prost is now a binary codec as well and base64 is available as an adapter.
|
2024-06-07 02:19:07 +02:00 |
|
Maccesch
|
2523f17d20
|
stooopid: forgot to update version in cargo.toml
|
2024-05-10 14:46:11 -05:00 |
|
Maccesch
|
62754e0d1d
|
ssr + wasm compile warning
|
2024-05-10 14:15:59 -05:00 |
|
Maccesch
|
04942f432b
|
work to port to leptos 0.7
|
2024-05-07 13:24:14 +01:00 |
|
Maccesch
|
5f3f60ca6b
|
work to port to leptos 0.7
|
2024-05-07 12:41:44 +01:00 |
|
Maccesch
|
41c27c4d97
|
release 0.10.9
|
2024-04-27 17:10:27 +01:00 |
|
Maccesch
|
ae60e38db3
|
release 0.10.8
|
2024-04-19 14:54:37 +01:00 |
|
Javier E.
|
ac61e150a6
|
Add spin feature for use_cookie
|
2024-04-18 18:09:23 -03:00 |
|
Maccesch
|
98dbdf8f86
|
added cookie support to use_color_mode
|
2024-04-10 22:51:01 +01:00 |
|
Maccesch
|
db081cca07
|
another bugfix release
|
2024-04-02 11:18:39 +01:00 |
|
Maccesch
|
6d054cfe5a
|
bugfix release
|
2024-03-12 13:28:55 +00:00 |
|
Maccesch
|
fdb0ac856b
|
release
|
2024-03-05 20:45:33 +00:00 |
|
Maccesch
|
e9da41b6be
|
added use_event_source
closes #85
|
2024-03-05 17:28:01 +00:00 |
|
Maccesch
|
f136be643c
|
added use_not, use_and, use_or
closes #84
|
2024-02-23 02:24:27 +00:00 |
|
Álvaro Mondéjar Rubio
|
3109a54f12
|
Rewrite implementation
|
2024-02-15 22:45:28 +01:00 |
|
Álvaro Mondéjar Rubio
|
2c36bf0ff6
|
Add initial_value_from_url_param option to UseColorModeOptions
|
2024-02-11 01:03:12 +01:00 |
|
Maccesch
|
7be3946258
|
release
|
2024-02-09 03:35:04 +00:00 |
|
Maccesch
|
27f516898c
|
added use_clipboard, use_permission, use_timeout_fn
closes #72
|
2024-02-09 03:18:53 +00:00 |
|
Maccesch
|
72042af403
|
release 0.10.1
|
2024-01-31 21:23:49 +00:00 |
|
Maccesch
|
de2cdf6722
|
fixed docs.rs build
|
2024-01-31 21:15:38 +00:00 |
|
Maccesch
|
6c14a8e6be
|
release 0.10.0
|
2024-01-31 19:55:30 +00:00 |
|
Maccesch
|
ee62623950
|
finished use_cookie
|
2024-01-31 16:54:25 +00:00 |
|
Maccesch
|
07f0a13c9d
|
Merge branch 'main' into use_webtransport
# Conflicts:
# .idea/leptos-use.iml
# CHANGELOG.md
# Cargo.toml
|
2024-01-29 19:18:27 +00:00 |
|
Maccesch
|
e5e6eae9d1
|
started use_broadcast_channel
|
2024-01-29 19:15:18 +00:00 |
|
Rakshith Ravi
|
d44b9a292d
|
Fixed differing http versions
|
2024-01-27 03:29:14 +05:30 |
|