This commit is contained in:
luoxiao 2023-12-19 16:49:46 +08:00
parent 7ac738fb2e
commit 1f074d4222
2 changed files with 11 additions and 2 deletions

View file

@ -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) ## [0.1.3](https://github.com/thaw-ui/thaw/compare/v0.1.2...v0.1.3) (2023-12-12)
### Features ### Features

View file

@ -1,8 +1,8 @@
[package] [package]
name = "thaw" name = "thaw"
version = "0.1.3" version = "0.1.4"
edition = "2021" edition = "2021"
keywords = ["web", "leptos", "ui", "thaw"] keywords = ["web", "leptos", "ui", "thaw", "component"]
authors = ["luoxiaozero"] authors = ["luoxiaozero"]
description = "An easy to use leptos component library" description = "An easy to use leptos component library"