Skip to content

Commit 9aa2835

Browse files
committed
v0.1.8
1 parent 90a0136 commit 9aa2835

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [0.1.8](https://github.com/thaw-ui/thaw/compare/v0.1.7...v0.1.8) (2024-01-17)
2+
3+
### Features
4+
5+
* `CollapseItem` add animation.
6+
* Adds `TextArea` component.
7+
* `NavBar` adds `NavBarLeft` and `NavBarRight` slot.
8+
* Update leptos to v0.5.6
9+
10+
### Bug Fixs
11+
12+
* `CheckboxItem` adds tracking value changes.
13+
114
## [0.1.7](https://github.com/thaw-ui/thaw/compare/v0.1.6...v0.1.7) (2024-01-09)
215

316
### Features

thaw/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thaw"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2021"
55
keywords = ["web", "leptos", "ui", "thaw", "component"]
66
readme = "../README.md"

0 commit comments

Comments
 (0)