Skip to content

Commit

Permalink
v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiaozero committed Mar 2, 2025
1 parent 7a0b31f commit f310028
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.4.4](https://github.com/thaw-ui/thaw/compare/v0.4.3...v0.4.4) (2025-03-02)

### Features

* Add click imperative handle to `Button`, closes [#377](https://github.com/thaw-ui/thaw/pull/377).
* Added autocomplete to `Input`, closes [#379](https://github.com/thaw-ui/thaw/pull/379).
* Add value prop to `Switch`, closes [#381](https://github.com/thaw-ui/thaw/pull/381).
* Adds `Persona` component, closes [#386](https://github.com/thaw-ui/thaw/pull/386).

### Bug Fixs

* Signal tracking problem in use_binder, closes [#383](https://github.com/thaw-ui/thaw/pull/383).

## [0.4.3](https://github.com/thaw-ui/thaw/compare/v0.4.2...v0.4.3) (2025-02-15)

### Features
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ exclude = ["examples"]
rust-version = "1.79"

[workspace.dependencies]
thaw = { version = "0.4.3", path = "./thaw" }
thaw_components = { version = "0.3.0", path = "./thaw_components" }
thaw = { version = "0.4.4", path = "./thaw" }
thaw_components = { version = "0.3.1", path = "./thaw_components" }
thaw_macro = { version = "0.1.0", path = "./thaw_macro" }
thaw_utils = { version = "0.1.1", path = "./thaw_utils" }

Expand Down
2 changes: 1 addition & 1 deletion thaw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thaw"
version = "0.4.3"
version = "0.4.4"
edition = "2021"
keywords = ["web", "leptos", "ui", "thaw", "component"]
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion thaw_components/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thaw_components"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
keywords = ["leptos", "thaw", "components"]
readme = "../README.md"
Expand Down
1 change: 1 addition & 0 deletions version-site.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
main = https://thawui.vercel.app
0.4.3 = https://thaw-qw87aibc2-thaw.vercel.app
0.4.2 = https://thaw-gqp50wt0n-thaw.vercel.app
0.4.1 = https://thaw-lym7uqo2l-thaw.vercel.app
0.4.0 = https://thaw-dsc1blr5k-thaw.vercel.app
Expand Down

0 comments on commit f310028

Please sign in to comment.