mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-02 10:54:15 -05:00
updated changelog
This commit is contained in:
parent
7b5b5ee319
commit
90399ee313
1 changed files with 8 additions and 1 deletions
|
@ -66,6 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- The new `UseWebSocketOptions::on_message` takes a `&T`.
|
||||
- `UseWebSocketOptions::on_error` now takes a `UseWebSocketError` instead of a `web_sys::Event`.
|
||||
- `use_storage` now always saves the default value to storage if the key doesn't exist yet.
|
||||
- Renamed `BreakpointsSematic` to `BreakpointsSemantic` and `breakpoints_sematic` to `breakpoints_semantic`
|
||||
(note the `n`) (thanks to @mondeja).
|
||||
|
||||
### Fixes 🍕
|
||||
|
||||
|
@ -73,6 +75,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Fixed typo in compiler error messages in `use_cookie` (thanks to @SleeplessOne1917).
|
||||
- Fixed potential signal out of scope issue with `use_raf_fn`
|
||||
|
||||
### Other Changes 🔥
|
||||
|
||||
- Better links in docs that work both in the book and in rustdoc (thanks to @mondeja).
|
||||
- Better CI/CD (thanks to @EstebanBorai).
|
||||
|
||||
## [0.10.10] - 2024-05-10
|
||||
|
||||
### Change 🔥
|
||||
|
|
Loading…
Add table
Reference in a new issue