mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
v0.1.6
This commit is contained in:
parent
e929ade762
commit
c40d1006c9
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
## [0.1.6](https://github.com/thaw-ui/thaw/compare/v0.1.5...v0.1.6) (2024-01-02)
|
||||
|
||||
### Features
|
||||
|
||||
* `AutoComplete`, `DatePicker`, `Input`, `InputNumber` and `TimePicker` adds attrs prop.
|
||||
|
||||
## [0.1.5](https://github.com/thaw-ui/thaw/compare/v0.1.4...v0.1.5) (2023-12-26)
|
||||
|
||||
### Features
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[package]
|
||||
name = "thaw"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
edition = "2021"
|
||||
keywords = ["web", "leptos", "ui", "thaw", "component"]
|
||||
|
||||
readme = "../README.md"
|
||||
authors = ["luoxiaozero"]
|
||||
description = "An easy to use leptos component library"
|
||||
homepage = "https://github.com/thaw-ui/thaw"
|
||||
|
|
Loading…
Add table
Reference in a new issue