leptos-use/src
司芳源 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
..
core Fixed SSR detection from an url query parameter for use_color_mode 2024-03-12 02:26:35 +01:00
docs release 0.7 2023-09-30 18:24:06 +01:00
math added use_not, use_and, use_or 2024-02-23 02:24:27 +00:00
storage Merge pull request #79 from mondeja/initial_value_from_url_param 2024-02-16 02:22:47 +00:00
utils wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
is_err.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
is_none.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
is_ok.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
is_some.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
lib.rs release 2024-03-05 20:45:33 +00:00
on_click_outside.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
signal_debounced.rs Update leptos to v0.5.0-beta. Fix tests. Apply cargo clippy 2023-08-10 22:50:13 +01:00
signal_throttled.rs Update leptos to v0.5.0-beta. Fix tests. Apply cargo clippy 2023-08-10 22:50:13 +01:00
use_active_element.rs fixed some SSR issues with not using use_window() in some functions 2023-10-21 15:21:11 -05:00
use_breakpoints.rs Use signals instead of memos with first unused argument when possible 2024-02-05 23:43:31 +01:00
use_broadcast_channel.rs added use_clipboard, use_permission, use_timeout_fn 2024-02-09 03:18:53 +00:00
use_clipboard.rs fixed use_clipboard usage example 2024-02-13 23:21:20 +00:00
use_color_mode.rs updated changelog 2024-02-16 02:26:48 +00:00
use_cookie.rs time unit of cookie's max-age is actually millisecond 2024-03-19 20:49:30 +08:00
use_css_var.rs made ElementMaybeSignal's from string conversion SSR safe. 2023-10-28 16:18:29 -05:00
use_cycle_list.rs Use signals instead of memos with first unused argument when possible 2024-02-05 23:43:31 +01:00
use_debounce_fn.rs fixed typo in docs 2024-02-12 19:36:37 +00:00
use_device_orientation.rs added use_clipboard, use_permission, use_timeout_fn 2024-02-09 03:18:53 +00:00
use_device_pixel_ratio.rs added ssr to use_element_bounding 2024-01-03 21:11:28 +00:00
use_display_media.rs added use_clipboard, use_permission, use_timeout_fn 2024-02-09 03:18:53 +00:00
use_document.rs The document returned from use_document now supports the methods query_selector and query_selector_all 2024-01-21 18:35:20 +00:00
use_document_visibility.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
use_draggable.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_drop_zone.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_element_bounding.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_element_hover.rs all functions are callable on the server 2023-09-13 19:39:56 +01:00
use_element_size.rs cleanup 2024-03-05 20:59:31 +00:00
use_element_visibility.rs all functions are callable on the server 2023-09-13 19:39:56 +01:00
use_event_listener.rs added use_event_source 2024-03-05 17:28:01 +00:00
use_event_source.rs tiny docs fix 2024-03-06 22:30:26 +00:00
use_favicon.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
use_geolocation.rs fixed use_geolocation SSR 2024-01-16 11:24:52 +00:00
use_idle.rs fixes #57 (use_idle) 2023-12-05 23:32:51 +00:00
use_infinite_scroll.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_intersection_observer.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_interval.rs migrated away from CloneableFn... traits 2023-08-10 22:50:13 +01:00
use_interval_fn.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_intl_number_format.rs added use_clipboard, use_permission, use_timeout_fn 2024-02-09 03:18:53 +00:00
use_media_query.rs migrated away from CloneableFn... traits 2023-08-10 22:50:13 +01:00
use_mouse.rs added use_mouse_in_element 2024-01-03 22:52:59 +00:00
use_mouse_in_element.rs added use_mouse_in_element 2024-01-03 22:52:59 +00:00
use_mutation_observer.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_permission.rs added use_clipboard, use_permission, use_timeout_fn 2024-02-09 03:18:53 +00:00
use_preferred_contrast.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
use_preferred_dark.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
use_raf_fn.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_resize_observer.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_scroll.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_service_worker.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_sorted.rs Use signals instead of memos with first unused argument when possible 2024-02-05 23:43:31 +01:00
use_supported.rs added use_clipboard, use_permission, use_timeout_fn 2024-02-09 03:18:53 +00:00
use_throttle_fn.rs fixed typo in docs 2024-02-12 19:36:37 +00:00
use_timeout_fn.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_timestamp.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_to_string.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
use_web_notification.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_websocket.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_webtransport.rs added use_clipboard, use_permission, use_timeout_fn 2024-02-09 03:18:53 +00:00
use_window.rs fixed some SSR issues with not using use_window() in some functions 2023-10-21 15:21:11 -05:00
use_window_focus.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
use_window_scroll.rs all functions are callable on the server 2023-09-13 19:39:56 +01:00
watch_debounced.rs Throttled or debounced callbacks (in watch_* or *_fn) no longer are called after the containing scope was cleaned up. 2024-01-10 23:50:52 +00:00
watch_pausable.rs updated to leptos 0.5.0-rc1 2023-09-12 15:24:50 +01:00
watch_throttled.rs Throttled or debounced callbacks (in watch_* or *_fn) no longer are called after the containing scope was cleaned up. 2024-01-10 23:50:52 +00:00
watch_with_options.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
whenever.rs updated to leptos 0.5.0-rc1 2023-09-12 15:24:50 +01:00