mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
udpated changelog
This commit is contained in:
parent
68116b8791
commit
a3dc18064f
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- `use_infinite_scroll` no longer calls the callback twice for the same event
|
- `use_infinite_scroll` no longer calls the callback twice for the same event
|
||||||
- `use_scroll` now uses `try_get_untracked` in the debounced callback to avoid panics if the context has been destroyed
|
- `use_scroll` now uses `try_get_untracked` in the debounced callback to avoid panics if the context has been destroyed
|
||||||
while the callback was waiting to be called.
|
while the callback was waiting to be called.
|
||||||
|
- `use_idle` works properly now (no more idles too early).
|
||||||
|
|
||||||
## [0.8.2] - 2023-11-09
|
## [0.8.2] - 2023-11-09
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue