mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -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/),
|
||||
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
|
||||
|
||||
### New Functions 🚀
|
||||
|
|
|
@ -353,7 +353,8 @@ where
|
|||
#[builder(into)]
|
||||
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`.
|
||||
initial_value_from_url_param_to_storage: bool,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue