mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
v0.1.4
This commit is contained in:
parent
7ac738fb2e
commit
1f074d4222
2 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue