This commit is contained in:
luoxiao 2024-01-17 11:09:19 +08:00
parent 90a01364f9
commit 9aa2835cd8
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,16 @@
## [0.1.8](https://github.com/thaw-ui/thaw/compare/v0.1.7...v0.1.8) (2024-01-17)
### Features
* `CollapseItem` add animation.
* Adds `TextArea` component.
* `NavBar` adds `NavBarLeft` and `NavBarRight` slot.
* Update leptos to v0.5.6
### Bug Fixs
* `CheckboxItem` adds tracking value changes.
## [0.1.7](https://github.com/thaw-ui/thaw/compare/v0.1.6...v0.1.7) (2024-01-09) ## [0.1.7](https://github.com/thaw-ui/thaw/compare/v0.1.6...v0.1.7) (2024-01-09)
### Features ### Features

View file

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