v0.1.0-beta4

This commit is contained in:
luoxiao 2023-11-16 20:33:53 +08:00
parent bbb40ed8df
commit 02e56c0f25
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
## [0.1.0-beta4](https://github.com/thaw-ui/thaw/compare/v0.1.0-beta3...v0.1.0-beta4) (2023-11-16)
* **input:** Input component add prefix slot.
* **progress:** The variant property of the progress component is changed to color.
## [0.1.0-beta3](https://github.com/thaw-ui/thaw/compare/v0.1.0-beta2...v0.1.0-beta3) (2023-11-15)
**rewrite:** Rewrite the progress component.

View file

@ -1,6 +1,6 @@
[package]
name = "thaw"
version = "0.1.0-beta3"
version = "0.1.0-beta4"
edition = "2021"
keywords = ["web", "leptos", "ui", "thaw"]