v0.2.0-beta

This commit is contained in:
luoxiao 2024-02-07 22:49:09 +08:00 committed by luoxiaozero
parent 6697225ded
commit 5e2a385446
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
## [0.2.0-beta](https://github.com/thaw-ui/thaw/compare/v0.2.0-alpha...v0.2.0-beta) (2024-02-07)
### Breaking Changes
* `ColorPicker` changes the value type to Color.
* Remove re-export of chrono.
### Features
* `Drawer` adds z_index and mount prop.
## [0.2.0-alpha](https://github.com/thaw-ui/thaw/compare/v0.1.10...v0.2.0-alpha) (2024-02-01)
### Breaking Changes

View file

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