Skip to content

Commit 1676f78

Browse files
committed
v0.2.3
1 parent 9789d42 commit 1676f78

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.2.3](https://github.com/thaw-ui/thaw/compare/v0.2.2...v0.2.3) (2024-03-07)
2+
3+
### Features
4+
5+
* Update leptos to v0.6.7.
6+
* Open animation.
7+
* `Button` icon property supports the signal.
8+
9+
### Bug Fixs
10+
11+
* `Icon` returns the function's warning.
12+
113
## [0.2.2](https://github.com/thaw-ui/thaw/compare/v0.2.1...v0.2.2) (2024-02-29)
214

315
### Features

thaw/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thaw"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55
keywords = ["web", "leptos", "ui", "thaw", "component"]
66
readme = "../README.md"

0 commit comments

Comments
 (0)