mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
Update CHANGELOG.md
This commit is contained in:
parent
e192eff406
commit
a5c67b4f7f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
the DOM controlled by a value from storage. This leads to hydration errors which can be fixed by setting this new
|
the DOM controlled by a value from storage. This leads to hydration errors which can be fixed by setting this new
|
||||||
option to `true`.
|
option to `true`.
|
||||||
- `cookie::SameSite` is now re-exported
|
- `cookie::SameSite` is now re-exported
|
||||||
|
- Changing the signal returned by `use_cookie` now tries and changes the headers during SSR.
|
||||||
- New book chapter about codecs
|
- New book chapter about codecs
|
||||||
- The macro `use_derive_signal!` is now exported (thanks to @mscofield0).
|
- The macro `use_derive_signal!` is now exported (thanks to @mscofield0).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue