mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
v0.1.2
This commit is contained in:
parent
00e42b94a6
commit
406b24951d
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
|||
## [0.1.2](https://github.com/thaw-ui/thaw/compare/v0.1.1...v0.1.2) (2023-12-04)
|
||||
|
||||
### Features
|
||||
|
||||
* **leptos:** Update leptos to v0.5.4
|
||||
* **auto complete:** Auto complete component add keyboard event
|
||||
* **menu:** Menu item add line height
|
||||
* **button:** Button add disabled style
|
||||
* **disabled and invalid:** Add disabled and invalid statuses to input
|
||||
|
||||
### Bug Fixs
|
||||
|
||||
* **callback:** Nightly Callback conversion problem
|
||||
|
||||
## [0.1.1](https://github.com/thaw-ui/thaw/compare/v0.1.0...v0.1.1) (2023-11-27)
|
||||
|
||||
### Features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "thaw"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2021"
|
||||
keywords = ["web", "leptos", "ui", "thaw"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue