From df57bca909bf95ac3733e383eac87beb11786682 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Sun, 25 Feb 2024 23:29:01 +0800 Subject: [PATCH] v0.2.1 --- CHANGELOG.md | 13 +++++++++++++ thaw/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f225e6a..89d88b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.2.1](https://github.com/thaw-ui/thaw/compare/v0.2.0...v0.2.1) (2024-02-25) + +### Features + +* Adds `RadioGroup` component. +* `AutoComplete` adds allow_free_input prop. + +### Bug Fixs + +* `Drawer` cannot be closed when the placement is changed. +* `Icon` support event. +* `Modal` nightly build problem. + ## [0.2.0](https://github.com/thaw-ui/thaw/compare/v0.2.0-beta...v0.2.0) (2024-02-21) ### Breaking Changes diff --git a/thaw/Cargo.toml b/thaw/Cargo.toml index 6214fc1..b827ff5 100644 --- a/thaw/Cargo.toml +++ b/thaw/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw" -version = "0.2.0" +version = "0.2.1" edition = "2021" keywords = ["web", "leptos", "ui", "thaw", "component"] readme = "../README.md"