mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
1.4 KiB
1.4 KiB
Changelog
v0.2.2
New Functions
whenever
0.2.1
New Functions
use_intersection_observer
use_element_visibility
0.2.0
Braking Changes
watch
doesn't acceptimmediate
as a direct argument anymore. This is only provided by the option variant.watch
has now variantwatch_with_options
which allows for debouncing and throttling.
New Functions
use_storage
use_local_storage
use_session_storage
watch_debounced
watch_throttled
watch_pausable
use_ceil
use_round
use_media_query
use_preferred_dark
use_preferred_contrast
use_favicon
use_breakpoints
Other Changes
- Function count badge in readme
0.1.8/9
- Fixed documentation and doc tests running for functions behind
#[cfg(web_sys_unstable_apis)]
0.1.7
New Function
use_element_size
0.1.6
- Fixed documentation so all feature are documented
0.1.5
New Functions
use_floor
use_max
use_min
Other Changes
- New feature:
math
that has to be activated in order to use the math functions.
0.1.4
New Functions
use_supported
use_resize_observer
watch
use_mouse
Other Changes
- Use the crate
default-struct-builder
to provide ergonimic function options.
0.1.3
New Functions
use_scroll
use_debounce_fn
Other Changes
- Better and more beautiful demo integration into the guide.