This commit is contained in:
luoxiao 2024-02-21 21:30:15 +08:00
parent ae0bbb1644
commit 3a9da44de0
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,13 @@
## [0.2.0](https://github.com/thaw-ui/thaw/compare/v0.2.0-beta...v0.2.0) (2024-02-21)
### Breaking Changes
* `Modal` will be closed when clicking on the mask.
### Features
* `Modal` adds mask_closeable, width and z_index prop.
## [0.2.0-beta](https://github.com/thaw-ui/thaw/compare/v0.2.0-alpha...v0.2.0-beta) (2024-02-07) ## [0.2.0-beta](https://github.com/thaw-ui/thaw/compare/v0.2.0-alpha...v0.2.0-beta) (2024-02-07)
### Breaking Changes ### Breaking Changes

View file

@ -13,7 +13,7 @@
| Crate version | Compatible Leptos version | | Crate version | Compatible Leptos version |
| ------------- | ------------------------- | | ------------- | ------------------------- |
| 0.1 | 0.5 | | 0.1 | 0.5 |
| 0.2.0-beta | 0.6 | | 0.2.0 | 0.6 |
## Resources ## Resources

View file

@ -1,6 +1,6 @@
[package] [package]
name = "thaw" name = "thaw"
version = "0.2.0-beta" version = "0.2.0"
edition = "2021" edition = "2021"
keywords = ["web", "leptos", "ui", "thaw", "component"] keywords = ["web", "leptos", "ui", "thaw", "component"]
readme = "../README.md" readme = "../README.md"