From 406b24951d08bffdbb49eae6916cada05e069b12 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Mon, 4 Dec 2023 22:42:17 +0800 Subject: [PATCH] v0.1.2 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e7e67e..48c4e74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [0.1.2](https://github.com/thaw-ui/thaw/compare/v0.1.1...v0.1.2) (2023-12-04) + +### Features + +* **leptos:** Update leptos to v0.5.4 +* **auto complete:** Auto complete component add keyboard event +* **menu:** Menu item add line height +* **button:** Button add disabled style +* **disabled and invalid:** Add disabled and invalid statuses to input + +### Bug Fixs + +* **callback:** Nightly Callback conversion problem + ## [0.1.1](https://github.com/thaw-ui/thaw/compare/v0.1.0...v0.1.1) (2023-11-27) ### Features diff --git a/Cargo.toml b/Cargo.toml index 941f513..88bf70f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw" -version = "0.1.1" +version = "0.1.2" edition = "2021" keywords = ["web", "leptos", "ui", "thaw"]