From 2ea5087273ddaef7943a52f647c5d5733248c5a0 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Tue, 12 Dec 2023 22:29:07 +0800 Subject: [PATCH] v0.1.3 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c4e74..c554f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [0.1.3](https://github.com/thaw-ui/thaw/compare/v0.1.2...v0.1.3) (2023-12-12) + +### Features + +* **button:** Add button group component +* **button:** Add size property +* **button:** Add circle property +* **calendar:** Add calendar component +* **time picker:** Add time picker component +* **class:** Add class param to first components +* **slider:** Add step property +* **slider:** Add slider label component + +### Bug Fixs + +* **button:** The round property shows the problem + ## [0.1.2](https://github.com/thaw-ui/thaw/compare/v0.1.1...v0.1.2) (2023-12-04) ### Features diff --git a/Cargo.toml b/Cargo.toml index b9640f1..14dec62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw" -version = "0.1.2" +version = "0.1.3" edition = "2021" keywords = ["web", "leptos", "ui", "thaw"]