Commit graph

391 commits

Author SHA1 Message Date
Maccesch
cef0e68121 added assign_ltr and assign_rtl to sync_signal 2024-08-12 12:25:07 +01:00
Hector Candelaria
2a8a2b81e4 Doc: fixed typo 2024-08-01 01:15:37 -04:00
Hector Candelaria
18021ad942 Merge branch 'main' into use_web_notification 2024-08-01 00:31:08 -04:00
Hector Candelaria
f37f28cfff Feat: Add image field to UseWebNotificationOptions and ShowOptions
Added the `image` field to the `UseWebNotificationOptions` and `ShowOptions` structures.
This field allows specifying an image URL to be displayed in the notification.
2024-07-31 23:11:33 -04:00
Hector Candelaria
88af0e735d Feat: Add silent field to UseWebNotificationOptions and ShowOptions
Introduced the `silent` field to the `UseWebNotificationOptions` and `ShowOptions` structures,
allowing notifications to be displayed in silent.
2024-07-31 22:18:58 -04:00
Hector Candelaria
0b6903fccc Feat: Add renotify field to UseWebNotificationOptions and ShowOptions
Uncommented the existing `renotify` code.
2024-07-31 21:47:38 -04:00
Maccesch
da56771900 fixed use_timeout_fn to be SSR safe 2024-07-31 01:15:20 +01:00
Maccesch
5b8cfd4449 fixed tests 2024-07-29 01:09:24 +01:00
Maccesch
709757996e locale now does matching against supported 2024-07-29 01:06:00 +01:00
Maccesch
1945e94da1 release 0.11.1 2024-07-28 20:46:28 +01:00
Maccesch
7aa580ace4 added use_locale 2024-07-28 20:34:38 +01:00
Maccesch
49bb88768c added use_locales 2024-07-28 20:02:12 +01:00
Maccesch
4ec66ecbc8 added function header and made use_cookie use it 2024-07-28 17:41:16 +01:00
Maccesch
c674b45635 fixed tests 2024-07-27 19:25:31 +01:00
Maccesch
2fe13f9540 chore: rustfmt 2024-07-27 19:17:37 +01:00
Maccesch
0103524d27 Release 0.11.0 2024-07-27 19:13:54 +01:00
Álvaro Mondéjar Rubio
0a9dbc4047 Run clippy 2024-07-27 19:46:02 +02:00
Maccesch
b28f1b3e11 fixed examples 2024-07-27 18:35:19 +01:00
Álvaro Mondéjar Rubio
6001a93142 Run cargo clippy 2024-07-27 18:35:59 +02:00
Álvaro Mondéjar Rubio
60d43f6317 Run cargo fmt 2024-07-27 18:23:28 +02:00
Álvaro Mondéjar Rubio
e21ed8ec31 Make rustdocs links work with the book 2024-07-27 18:10:38 +02:00
Maccesch
17cfb8a23b clarified read option docs for use_clipboard.
Closes #119
2024-07-26 10:56:39 +01:00
Maccesch
ffd4f0a6fe fixed compile error with use_storage 2024-07-26 10:36:39 +01:00
Maccesch
c6005079e1 fixed signal out of scope issue with use_raf_fn.
Fixes #135
2024-07-26 10:18:09 +01:00
Hector Candelaria
2bc5372920 Docs: correct grammar in function comment
Updated comment to fix grammar.
2024-07-18 00:09:06 -04:00
Marc-Stefan Cassola
e192eff406
use_cookie signal tries to change cookie headers during SSR
Closes #124
2024-07-16 20:12:09 +01:00
Marc-Stefan Cassola
c26a96d8a6
use_storage now always writes the default value to storage if the key doesn’t exist 2024-07-16 19:57:30 +01:00
Marc-Stefan Cassola
85376f8165
Merge pull request #131 from bicarlsen/feat/track_caller 2024-07-15 15:03:13 +01:00
Brian Carlsen
6918314bff
Uses caller tracking for filtered signals for better warning reporting. 2024-07-15 02:43:48 +02: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
9c035d50d8 added docs and changelog 2024-07-08 17:16:54 +01:00
Maccesch
e4ad9f11af codecs extracted into crate codee 2024-07-08 17:10:29 +01:00
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