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 |
|
Hector Candelaria
|
2443c695e9
|
Chore: Apply cargo fmt to ensure code formatting
- Reformatted the code for `watch_debounced` & `watch_throttled` to pass `cargo fmt --check`
|
2024-08-22 23:24:26 -04:00 |
|
Maccesch
|
3fbe9c66d2
|
added features for every function.
fixes #152
|
2024-08-22 23:06:55 -04: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
|
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 |
|
Maccesch
|
5f3f60ca6b
|
work to port to leptos 0.7
|
2024-05-07 12:41:44 +01:00 |
|
Maccesch
|
752cf1f832
|
Throttled or debounced callbacks (in watch_* or *_fn) no longer are called after the containing scope was cleaned up.
Closes #63
|
2024-01-10 23:50:52 +00:00 |
|
Maccesch
|
e31709ba84
|
updated to leptos 0.5.0-rc1
fixes #29
|
2023-09-12 15:24:50 +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
|
55f0ea836a
|
added use_breakpoints
|
2023-06-10 19:15:41 +01:00 |
|
Maccesch
|
0a5eb5e895
|
added macro for simple math functions
|
2023-06-09 23:10:33 +01:00 |
|
Maccesch
|
cb7120c49b
|
added watch_debounced and watch_throttled
|
2023-06-08 23:52:14 +01:00 |
|