Maccesch
16a65b100d
fixed the codecs chapter in the book to refer to crate codee
2024-08-13 18:32:50 +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
b1367a9f0b
chore: clippy
2024-08-13 13:56:13 +01:00
Maccesch
61c112c140
typo
2024-08-13 13:47:07 +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
1c9bbb6b08
clipboard is no longer behind unstable flags
2024-08-13 02:17:50 +01:00
Maccesch
294cbaf222
updated to latest version of web_sys
2024-08-13 02:10:35 +01:00
Marc-Stefan Cassola
5d1d8ad28f
Merge pull request #147 from Baptistemontan/fix_non_exhaustive
...
fixed an error for a match on a non exhaustive enum
2024-08-13 01:55:48 +01:00
Baptiste
6d0e946b5a
fixed a error for a match on a non exhaustive enum
2024-08-13 02:40:46 +02:00
Maccesch
cef0e68121
added assign_ltr and assign_rtl to sync_signal
2024-08-12 12:25:07 +01:00
Maccesch
d32d725731
updated changelog
2024-08-01 16:16:26 +01:00
Marc-Stefan Cassola
8d8169861c
Merge pull request #142 from hcandelaria/use_web_notification
...
Feat: Enhance `UseWebNotificationOptions` and `ShowOptions` with additional fields
2024-08-01 16:08:38 +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
f0d60e5d49
release 0.11.2
2024-07-30 12:49:24 +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
c64fb046f8
updated readme build batch
2024-07-27 19:45:42 +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
Marc-Stefan Cassola
24020805bc
Merge pull request #139 from mondeja/docs-105
...
Fix `web_sys_unstable_apis` not passed to rustdoc
2024-07-27 18:56:03 +01:00
Álvaro Mondéjar Rubio
0a9dbc4047
Run clippy
2024-07-27 19:46:02 +02:00
Álvaro Mondéjar Rubio
d648eaa2ad
Fix web_sys_unstable_apis
not passed to rustdoc
2024-07-27 19:41:48 +02:00
Marc-Stefan Cassola
1c8a23dda0
Merge pull request #138 from mondeja/patch-1
...
Fix Setup Rust toolchain step on ci.yml
2024-07-27 18:35:59 +01:00
Maccesch
b28f1b3e11
fixed examples
2024-07-27 18:35:19 +01:00
Álvaro Mondéjar Rubio
1e0a87909c
Fix Rust toolchain step on ci.yml
2024-07-27 19:34:01 +02:00
Maccesch
90399ee313
updated changelog
2024-07-27 18:07:00 +01:00
Marc-Stefan Cassola
7b5b5ee319
Merge pull request #137 from EstebanBorai/chore/ci-checks-on-stable
...
chore: integrity checks for nightly/stable
2024-07-27 17:51:51 +01:00
Marc-Stefan Cassola
017d86842d
Merge pull request #136 from mondeja/fix-docs-bare-urls
...
Make rustdoc links work with the book
2024-07-27 17:50:00 +01:00
Esteban Borai
a3015625e4
chore: integrity checks for nightly/stable
2024-07-27 12:43:05 -04: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
Marc-Stefan Cassola
37f16ad37b
Merge pull request #132 from hcandelaria/use-cookie-misaligned
...
Fix: use_cookie demo button misalignment
2024-07-18 22:35:20 +01:00
Hector Candelaria
2bc5372920
Docs: correct grammar in function comment
...
Updated comment to fix grammar.
2024-07-18 00:09:06 -04:00
Hector Candelaria
af2fcb188c
Fix: correct button misalignment
...
Replaced the CSS selector `~` with `+` to ensure proper spacing between adjacent buttons. This adjustment targets only the immediate sibling buttons.
2024-07-18 00:04:57 -04:00
Marc-Stefan Cassola
a5c67b4f7f
Update CHANGELOG.md
2024-07-16 20:14:05 +01: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