From 9aa2835cd8626d76beac285f19ab5b94ffc11b23 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Wed, 17 Jan 2024 11:09:19 +0800 Subject: [PATCH] v0.1.8 --- CHANGELOG.md | 13 +++++++++++++ thaw/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30fcdbc..cdf2ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ### Features diff --git a/thaw/Cargo.toml b/thaw/Cargo.toml index 11dbc0d..d3f6559 100644 --- a/thaw/Cargo.toml +++ b/thaw/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw" -version = "0.1.7" +version = "0.1.8" edition = "2021" keywords = ["web", "leptos", "ui", "thaw", "component"] readme = "../README.md"