Michael Scofield
|
661a84af24
|
Make use_derive_signal! public
|
2024-07-08 16:09:24 +02:00 |
|
Maccesch
|
4d42f7234a
|
use_websocket now uses codecs
|
2024-07-01 02:29:27 +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
|
ae019b4734
|
fixed websocket auto reconnect not working.
Also added ReconnetLimit enum to allow for infinite reconnects.
Fixes #115
|
2024-06-06 22:30:49 +02:00 |
|
SleeplessOne1917
|
2cfb62cd20
|
Fix typo in use_cookie compile errors.
|
2024-06-05 20:52:13 -04:00 |
|
Maccesch
|
a1f3ca0486
|
re-export cookie::SameSite
closes #106
|
2024-06-05 11:53:59 +02:00 |
|
Maccesch
|
1771d3ac07
|
added delay_during_hydration option to UseStorageOptions.
Fixes #108
|
2024-06-05 11:21:25 +02:00 |
|
blorbb
|
384ca082a2
|
add impls into web_sys::HtmlElement for ElementMaybeSignal
|
2024-05-28 11:47:10 +10:00 |
|
Maccesch
|
0e84a512cc
|
chore: clippy
|
2024-05-10 14:33:00 -05:00 |
|
Maccesch
|
5dee1c753b
|
removed broken link in docs
|
2024-05-10 14:22:51 -05:00 |
|
Maccesch
|
aebff60f4d
|
fixed use_infinity_scroll disposed signals bug
fixes #98
|
2024-04-27 16:52:24 +01:00 |
|
Maccesch
|
2cda3f8aca
|
fixed use_color_mode without cookies
fixes #100
|
2024-04-27 16:45:38 +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
|
039648c5b4
|
chore: rustfmt
|
2024-04-10 22:58:42 +01:00 |
|
Maccesch
|
98dbdf8f86
|
added cookie support to use_color_mode
|
2024-04-10 22:51:01 +01:00 |
|
Maccesch
|
ce2799c57d
|
fixed sync_signal with different types
|
2024-04-10 22:46:20 +01:00 |
|
Maccesch
|
f3fbf1bc28
|
added sync_signal
|
2024-04-10 00:21:08 +01:00 |
|
Stephen Brian King
|
e2c84523f2
|
fix document.set_cookie usage
|
2024-03-23 00:47:57 -06:00 |
|
司芳源
|
1a4683eb73
|
time unit of cookie's max-age is actually millisecond
Signed-off-by: 司芳源 <sify21@163.com>
|
2024-03-19 20:49:30 +08:00 |
|
Álvaro Mondéjar Rubio
|
681792b13e
|
Fixed SSR detection from an url query parameter for use_color_mode
|
2024-03-12 02:26:35 +01:00 |
|
Maccesch
|
d985ca6832
|
tiny docs fix
|
2024-03-06 22:30:26 +00:00 |
|
Maccesch
|
59da7d5d4a
|
cleanup docs
|
2024-03-06 09:24:17 +00:00 |
|
Maccesch
|
6bd92ca05a
|
cleanup
|
2024-03-05 20:59:31 +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
|
7216a3281c
|
wrapped callbacks in non-reactive zones to remove potential warnings
|
2024-02-27 00:02:37 +00:00 |
|
Maccesch
|
446b10b1cf
|
chore: latest rustfmt
|
2024-02-23 02:40:54 +00:00 |
|
Maccesch
|
76facdedaa
|
chore: latest clippy
|
2024-02-23 02:36:39 +00:00 |
|
Maccesch
|
f136be643c
|
added use_not, use_and, use_or
closes #84
|
2024-02-23 02:24:27 +00:00 |
|
Maccesch
|
4da91b4427
|
Removed signal warnings from use_websocket 's send... methods
|
2024-02-19 23:14:33 +00:00 |
|
Maccesch
|
072a7f12a2
|
updated changelog
|
2024-02-16 02:26:48 +00:00 |
|
Marc-Stefan Cassola
|
3ffe3da49d
|
Merge pull request #79 from mondeja/initial_value_from_url_param
Add options to discover initial color mode from URL param
|
2024-02-16 02:22:47 +00:00 |
|
Álvaro Mondéjar Rubio
|
3109a54f12
|
Rewrite implementation
|
2024-02-15 22:45:28 +01:00 |
|
Maccesch
|
318cf15c87
|
fixed use_clipboard usage example
|
2024-02-13 23:21:20 +00:00 |
|
Maccesch
|
90b954c654
|
fixed typo in docs
|
2024-02-12 19:36:37 +00:00 |
|
Maccesch
|
91278df889
|
marked potential improvement for the future
|
2024-02-11 12:23:12 +00:00 |
|
Álvaro Mondéjar Rubio
|
fd8a284a77
|
Fix .demo-source docs links
|
2024-02-11 02:05:51 +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
|
710419404c
|
removed storage feature from use_color_mode docs
|
2024-02-10 10:51:40 +00:00 |
|
Maccesch
|
a497969045
|
chore: rustfmt
|
2024-02-09 04:22:23 +00:00 |
|
Maccesch
|
b6529bcb3b
|
Merge remote-tracking branch 'origin/main'
# Conflicts:
# CHANGELOG.md
|
2024-02-09 03:20:20 +00:00 |
|
Maccesch
|
27f516898c
|
added use_clipboard, use_permission, use_timeout_fn
closes #72
|
2024-02-09 03:18:53 +00:00 |
|
Álvaro Mondéjar Rubio
|
16e67c2061
|
Use signals instead of memos with first unused argument when possible
|
2024-02-05 23:43:31 +01:00 |
|
Maccesch
|
0bc7d41953
|
Improved docs of use_storage
|
2024-02-05 19:09:15 +00:00 |
|
Maccesch
|
6c14a8e6be
|
release 0.10.0
|
2024-01-31 19:55:30 +00:00 |
|
Marc-Stefan Cassola
|
7c4d23a359
|
Merge pull request #74 from mondeja/use_device_orientation
Add `use_device_orientation`
|
2024-01-31 19:20:39 +00:00 |
|
Maccesch
|
ee62623950
|
finished use_cookie
|
2024-01-31 16:54:25 +00:00 |
|
Maccesch
|
c9381abe26
|
Merge remote-tracking branch 'origin/main'
|
2024-01-31 03:11:20 +00:00 |
|
Maccesch
|
675a7ff2c9
|
improve use_storage docs
fixes #71
|
2024-01-31 03:11:07 +00:00 |
|