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
|
294cbaf222
|
updated to latest version of web_sys
|
2024-08-13 02:10:35 +01:00 |
|
CorvusPrudens
|
08884d75e0
|
Merge remote-tracking branch 'upstream/leptos-0.7' into leptos-0.7
|
2024-08-03 23:41:08 -06:00 |
|
CorvusPrudens
|
feb585362e
|
Removed all trivial SendWrappers
|
2024-08-03 23:28:09 -06: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 |
|
Álvaro Mondéjar Rubio
|
e21ed8ec31
|
Make rustdocs links work with the book
|
2024-07-27 18:10:38 +02:00 |
|
CorvusPrudens
|
c414022b23
|
Completed MVP port
|
2024-07-23 21:33:14 -06:00 |
|
Maccesch
|
b4a0efcc06
|
post merge cleanup
|
2024-07-22 23:20:35 +01: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
|
7216a3281c
|
wrapped callbacks in non-reactive zones to remove potential warnings
|
2024-02-27 00:02:37 +00:00 |
|
Maccesch
|
27f516898c
|
added use_clipboard, use_permission, use_timeout_fn
closes #72
|
2024-02-09 03:18:53 +00:00 |
|
Maccesch
|
58395be22b
|
some more ElementMaybeSignal conversions and some minor code improvements
|
2024-01-21 18:33:54 +00:00 |
|
Joshua McQuistan
|
40b369d36a
|
Remove use of --cfg=web_sys_unstable_apis
|
2023-11-07 10:13:55 +00:00 |
|
Maccesch
|
7084b91c0a
|
made ElementMaybeSignal's from string conversion SSR safe.
Fixes #41
|
2023-10-28 16:18:29 -05:00 |
|
Maccesch
|
dfa30e4aef
|
all functions are callable on the server
Fixes #31 and #24
|
2023-09-13 19:39:56 +01:00 |
|
Maccesch
|
2e08874db0
|
ported to leptos 0.5 alpha
|
2023-07-27 18:06:36 +01:00 |
|
Maccesch
|
bc94577ec6
|
added SSR feature
|
2023-07-14 22:43:19 +01:00 |
|
Lukas Potthast
|
b5ddeeda97
|
Allow users to use the stable toolchain
|
2023-06-21 13:09:00 +02:00 |
|
Maccesch
|
ef98c8f16e
|
chore: rustfmt
|
2023-06-13 17:50:39 +01:00 |
|
Maccesch
|
3ae4c14ca5
|
added on_click_outside
|
2023-06-13 17:48:32 +01:00 |
|
Maccesch
|
a6e94af982
|
added use_mutation_observer
|
2023-06-13 09:57:47 +01:00 |
|
Maccesch
|
5e04455640
|
clippy CI and all warnings fixed
|
2023-06-10 19:43:51 +01:00 |
|
Maccesch
|
4b8641fef0
|
refactored filters so now filter options are possible.
watch implements them
|
2023-06-08 01:19:36 +01:00 |
|
Maccesch
|
fbf5c5a0d3
|
fixed docs and tests for unstable web apis
|
2023-06-05 03:06:26 +01:00 |
|
Maccesch
|
5e076b1c9d
|
added use_element_size
|
2023-06-05 00:02:13 +01:00 |
|
Maccesch
|
469aa4b31e
|
added use_mouse
|
2023-06-02 13:38:45 +01:00 |
|
Maccesch
|
849e7503ab
|
finished use_resize_observer
|
2023-05-31 05:56:32 +01:00 |
|
Maccesch
|
715f858ea2
|
added watch and use_supported
|
2023-05-29 01:52:03 +01:00 |
|