This commit is contained in:
luoxiao 2024-03-07 20:43:05 +08:00
parent 9789d4281f
commit 1676f7863b
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,15 @@
## [0.2.3](https://github.com/thaw-ui/thaw/compare/v0.2.2...v0.2.3) (2024-03-07)
### Features
* Update leptos to v0.6.7.
* Open animation.
* `Button` icon property supports the signal.
### Bug Fixs
* `Icon` returns the function's warning.
## [0.2.2](https://github.com/thaw-ui/thaw/compare/v0.2.1...v0.2.2) (2024-02-29)
### Features

View file

@ -1,6 +1,6 @@
[package]
name = "thaw"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
keywords = ["web", "leptos", "ui", "thaw", "component"]
readme = "../README.md"