mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
v0.2.0
This commit is contained in:
parent
ae0bbb1644
commit
3a9da44de0
3 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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)
|
||||
|
||||
### Breaking Changes
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
| Crate version | Compatible Leptos version |
|
||||
| ------------- | ------------------------- |
|
||||
| 0.1 | 0.5 |
|
||||
| 0.2.0-beta | 0.6 |
|
||||
| 0.2.0 | 0.6 |
|
||||
|
||||
## Resources
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "thaw"
|
||||
version = "0.2.0-beta"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
keywords = ["web", "leptos", "ui", "thaw", "component"]
|
||||
readme = "../README.md"
|
||||
|
|
Loading…
Add table
Reference in a new issue