mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
v0.1.0-beta2
This commit is contained in:
parent
e3c4011ed7
commit
b927a1ec2f
2 changed files with 8 additions and 1 deletions
7
CHANGELOG.md
Normal file
7
CHANGELOG.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
## [0.1.0-beta2](https://github.com/thaw-ui/thaw/compare/v0.1.0-beta...v0.1.0-beta2) (2023-11-14)
|
||||
|
||||
**private**: AlertVariant, ButtonColor, TagVariant theme related methods cancel pub.
|
||||
**avatar**: The name of circle is changed to round and the type of size is changed to u16.
|
||||
**badge**: The name of color is changed to variant, and max_value is changed to max.
|
||||
**button**: The type of children is changed to Children.
|
||||
**grid**: Change the type x_gap, y_gap, offset to u16.
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "thaw"
|
||||
version = "0.1.0-beta"
|
||||
version = "0.1.0-beta2"
|
||||
edition = "2021"
|
||||
keywords = ["web", "leptos", "ui", "thaw"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue