From 1f074d4222bae06c3615d4f1ede7bb7480ad5034 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Tue, 19 Dec 2023 16:49:46 +0800 Subject: [PATCH] v0.1.4 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c554f96..54821e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.4](https://github.com/thaw-ui/thaw/compare/v0.1.3...v0.1.4) (2023-12-19) + +### Features + +* `Input` and `AutoComplete` adds ComponentRef. +* `AutoComplete` adds `AutoCompletePrefix` and `AutoCompleteSuffix` slot. +* Adds `Spinner` component. +* Adds `DatePicker` component. + ## [0.1.3](https://github.com/thaw-ui/thaw/compare/v0.1.2...v0.1.3) (2023-12-12) ### Features diff --git a/Cargo.toml b/Cargo.toml index 7051df6..3edeb00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "thaw" -version = "0.1.3" +version = "0.1.4" edition = "2021" -keywords = ["web", "leptos", "ui", "thaw"] +keywords = ["web", "leptos", "ui", "thaw", "component"] authors = ["luoxiaozero"] description = "An easy to use leptos component library"