mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
added 0.6.1 to CHANGELOG.md
This commit is contained in:
parent
fd03c47e8b
commit
a029dbe31f
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- The option `manual` has been renamed to `immediate` to make it more consistent with other functions.
|
- The option `manual` has been renamed to `immediate` to make it more consistent with other functions.
|
||||||
To port please note that `immediate` is the inverse of `manual` (`immediate` = `!manual`).
|
To port please note that `immediate` is the inverse of `manual` (`immediate` = `!manual`).
|
||||||
|
|
||||||
|
## [0.6.1] - 2023-08-03
|
||||||
|
|
||||||
|
### Fixes 🍕
|
||||||
|
|
||||||
|
- `use_storage` now uses `.get_untracked()` to avoid warnings.
|
||||||
|
|
||||||
## [0.6.0] - 2023-07-17
|
## [0.6.0] - 2023-07-17
|
||||||
|
|
||||||
### New Functions 🚀
|
### New Functions 🚀
|
||||||
|
|
Loading…
Add table
Reference in a new issue