mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
v0.1.7
This commit is contained in:
parent
1b1aed9aaa
commit
8dde51c4a5
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
## [0.1.7](https://github.com/thaw-ui/thaw/compare/v0.1.6...v0.1.7) (2024-01-09)
|
||||
|
||||
### Features
|
||||
|
||||
* `InputNumber` adds ComponentRef.
|
||||
* Adds `Drawer` component.
|
||||
* Adds `Collapse` component.
|
||||
|
||||
## [0.1.6](https://github.com/thaw-ui/thaw/compare/v0.1.5...v0.1.6) (2024-01-02)
|
||||
|
||||
### Features
|
||||
|
@ -9,7 +17,6 @@
|
|||
### Features
|
||||
|
||||
* Adds class param.
|
||||
* Adds `Popover` component.
|
||||
|
||||
## [0.1.4](https://github.com/thaw-ui/thaw/compare/v0.1.3...v0.1.4) (2023-12-19)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "thaw"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
edition = "2021"
|
||||
keywords = ["web", "leptos", "ui", "thaw", "component"]
|
||||
readme = "../README.md"
|
||||
|
|
Loading…
Add table
Reference in a new issue