Skip to content

Commit c0599ac

Browse files
committed
0.2.6
1 parent a7f873a commit c0599ac

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.2.6](https://github.com/thaw-ui/thaw/compare/v0.2.5...v0.2.6) (2024-03-31)
2+
3+
### Features
4+
5+
* Optimize `Switch` styles.
6+
* `Message` adds animation.
7+
* thaw_components: `CSSTransition` adds appear, on_before_enter, on_before_leave and on_leave prop.
8+
9+
### Bug Fixs
10+
11+
* `Button` wave flicker problem.
12+
113
## [0.2.5](https://github.com/thaw-ui/thaw/compare/v0.2.3...v0.2.5) (2024-03-20)
214

315
### Features

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ members = ["thaw", "thaw_components", "thaw_utils", "demo", "demo_markdown"]
44
exclude = ["examples"]
55

66
[workspace.dependencies]
7-
thaw = { version = "0.2.5", path = "./thaw" }
8-
thaw_components = { version = "0.0.1", path = "./thaw_components" }
7+
thaw = { version = "0.2.6", path = "./thaw" }
8+
thaw_components = { version = "0.0.2", path = "./thaw_components" }
99
thaw_utils = { version = "0.0.1", path = "./thaw_utils" }

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| Crate version | Compatible Leptos version |
1414
| ------------- | ------------------------- |
1515
| 0.1 | 0.5 |
16-
| 0.2.0 | 0.6 |
16+
| 0.2 | 0.6 |
1717

1818
## Resources
1919

thaw/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thaw"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
edition = "2021"
55
keywords = ["web", "leptos", "ui", "thaw", "component"]
66
readme = "../README.md"

thaw_components/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thaw_components"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2021"
55
keywords = ["leptos", "thaw", "components"]
66
readme = "../README.md"

0 commit comments

Comments
 (0)