Skip to content

Commit 95abde2

Browse files
committed
v0.3.0
1 parent b4446ab commit 95abde2

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.3.0](https://github.com/thaw-ui/thaw/compare/v0.3.0-beta...v0.3.0) (2024-04-14)
2+
3+
### Features
4+
5+
* `Popover` adds tooltip prop.
6+
7+
### Bug Fixs
8+
9+
* ssr mode `Input` default value.
10+
111
## [0.3.0-beta](https://github.com/thaw-ui/thaw/compare/v0.3.0-alpha...v0.3.0-beta) (2024-04-10)
212

313
### Breaking Changes

Cargo.toml

+1-1
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.3.0-beta", path = "./thaw" }
7+
thaw = { version = "0.3.0", path = "./thaw" }
88
thaw_components = { version = "0.1.0", path = "./thaw_components" }
99
thaw_utils = { version = "0.0.2", 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.6 |
16+
| 0.2 / 0.3 | 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.3.0-beta"
3+
version = "0.3.0"
44
edition = "2021"
55
keywords = ["web", "leptos", "ui", "thaw", "component"]
66
readme = "../README.md"

0 commit comments

Comments
 (0)