This commit is contained in:
luoxiao 2024-01-09 23:30:09 +08:00
parent 1b1aed9aaa
commit 8dde51c4a5
2 changed files with 9 additions and 2 deletions

View file

@ -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) ## [0.1.6](https://github.com/thaw-ui/thaw/compare/v0.1.5...v0.1.6) (2024-01-02)
### Features ### Features
@ -9,7 +17,6 @@
### Features ### Features
* Adds class param. * 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) ## [0.1.4](https://github.com/thaw-ui/thaw/compare/v0.1.3...v0.1.4) (2023-12-19)

View file

@ -1,6 +1,6 @@
[package] [package]
name = "thaw" name = "thaw"
version = "0.1.6" version = "0.1.7"
edition = "2021" edition = "2021"
keywords = ["web", "leptos", "ui", "thaw", "component"] keywords = ["web", "leptos", "ui", "thaw", "component"]
readme = "../README.md" readme = "../README.md"