Skip to content

Commit 3a9da44

Browse files
committed
v0.2.0
1 parent ae0bbb1 commit 3a9da44

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.2.0](https://github.com/thaw-ui/thaw/compare/v0.2.0-beta...v0.2.0) (2024-02-21)
2+
3+
### Breaking Changes
4+
5+
* `Modal` will be closed when clicking on the mask.
6+
7+
### Features
8+
9+
* `Modal` adds mask_closeable, width and z_index prop.
10+
111
## [0.2.0-beta](https://github.com/thaw-ui/thaw/compare/v0.2.0-alpha...v0.2.0-beta) (2024-02-07)
212

313
### Breaking Changes

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-beta | 0.6 |
16+
| 0.2.0 | 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.0-beta"
3+
version = "0.2.0"
44
edition = "2021"
55
keywords = ["web", "leptos", "ui", "thaw", "component"]
66
readme = "../README.md"

0 commit comments

Comments
 (0)