mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
v0.2.0-beta
This commit is contained in:
parent
6697225ded
commit
5e2a385446
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue