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
3ffe3da49d
commit
072a7f12a2
2 changed files with 9 additions and 1 deletions
|
@ -3,6 +3,13 @@
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased] -
|
||||||
|
|
||||||
|
### Changes 🔥
|
||||||
|
|
||||||
|
- `use_color_mode` now supports detection from an url query parameter. (thanks to @mondeja)
|
||||||
|
|
||||||
|
|
||||||
## [0.10.2] - 2024-02-09
|
## [0.10.2] - 2024-02-09
|
||||||
|
|
||||||
### New Functions 🚀
|
### New Functions 🚀
|
||||||
|
|
|
@ -353,7 +353,8 @@ where
|
||||||
#[builder(into)]
|
#[builder(into)]
|
||||||
initial_value_from_url_param: Option<String>,
|
initial_value_from_url_param: Option<String>,
|
||||||
|
|
||||||
/// Update the initial value of the discovered color mode from URL parameter into storage.
|
/// Write the initial value of the discovered color mode from URL parameter to storage.
|
||||||
|
/// This only has an effect if `initial_value_from_url_param` is specified.
|
||||||
/// Defaults to `false`.
|
/// Defaults to `false`.
|
||||||
initial_value_from_url_param_to_storage: bool,
|
initial_value_from_url_param_to_storage: bool,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue