We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3cf8d commit 26dce95Copy full SHA for 26dce95
CHANGELOG.md
@@ -3,13 +3,16 @@
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
6
-## [Unreleased]
+## [0.15.2] - 2025-01-03
7
8
### Fixes 🍕
9
10
- Fixed path of `use_color_mode` cookie
11
- `ElementMaybeSignal` and `ElementsMaybeSignal` are now properly `Clone` and `Copy`
12
13
+### Special thanks to our sponsor
14
+- @spencewenski
15
+
16
## [0.15.1] - 2024-12-31
17
18
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "leptos-use"
-version = "0.15.1"
+version = "0.15.2"
edition = "2021"
authors = ["Marc-Stefan Cassola"]
categories = ["gui", "web-programming", "wasm"]
0 commit comments