mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 06:19:22 -05:00
v0.1.8
This commit is contained in:
parent
90a01364f9
commit
9aa2835cd8
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
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)
|
## [0.1.7](https://github.com/thaw-ui/thaw/compare/v0.1.6...v0.1.7) (2024-01-09)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue