diff --git a/ CHANGELOG.md b/CHANGELOG.md similarity index 99% rename from CHANGELOG.md rename to CHANGELOG.md index 5d0c916..537274e 100644 --- a/ CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ ## [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.