mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-22 16:49:22 -05:00
updated changelog
This commit is contained in:
parent
16a65b100d
commit
d2e968249b
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- `use_locale` now uses `unic_langid::LanguageIdentifier` and proper locale matching (thanks to @mondeja).
|
- `use_locale` now uses `unic_langid::LanguageIdentifier` and proper locale matching (thanks to @mondeja).
|
||||||
- `use_preferred_dark` and `use_color_mode` now try to read the `Sec-CH-Prefers-Color-Scheme` header in SSR.
|
- `use_preferred_dark` and `use_color_mode` now try to read the `Sec-CH-Prefers-Color-Scheme` header in SSR.
|
||||||
|
|
||||||
|
### Fixes 🍕
|
||||||
|
|
||||||
|
- Fixed the codec chapter in the book to refer to crate `codee`.
|
||||||
|
|
||||||
## [0.11.4] - 2024-08-12
|
## [0.11.4] - 2024-08-12
|
||||||
|
|
||||||
### New Features 🚀
|
### New Features 🚀
|
||||||
|
|
Loading…
Add table
Reference in a new issue