From b927a1ec2fb36f0e173365a44eea9e3f7ddb851a Mon Sep 17 00:00:00 2001 From: luoxiao Date: Tue, 14 Nov 2023 21:39:38 +0800 Subject: [PATCH] v0.1.0-beta2 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/ CHANGELOG.md b/ CHANGELOG.md new file mode 100644 index 0000000..5d0c916 --- /dev/null +++ b/ CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index 0a185df..079b702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw" -version = "0.1.0-beta" +version = "0.1.0-beta2" edition = "2021" keywords = ["web", "leptos", "ui", "thaw"]