mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
0.2.6
This commit is contained in:
parent
a7f873ad29
commit
c0599acbe9
5 changed files with 17 additions and 5 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
|||
## [0.2.6](https://github.com/thaw-ui/thaw/compare/v0.2.5...v0.2.6) (2024-03-31)
|
||||
|
||||
### Features
|
||||
|
||||
* Optimize `Switch` styles.
|
||||
* `Message` adds animation.
|
||||
* thaw_components: `CSSTransition` adds appear, on_before_enter, on_before_leave and on_leave prop.
|
||||
|
||||
### Bug Fixs
|
||||
|
||||
* `Button` wave flicker problem.
|
||||
|
||||
## [0.2.5](https://github.com/thaw-ui/thaw/compare/v0.2.3...v0.2.5) (2024-03-20)
|
||||
|
||||
### Features
|
||||
|
|
|
@ -4,6 +4,6 @@ members = ["thaw", "thaw_components", "thaw_utils", "demo", "demo_markdown"]
|
|||
exclude = ["examples"]
|
||||
|
||||
[workspace.dependencies]
|
||||
thaw = { version = "0.2.5", path = "./thaw" }
|
||||
thaw_components = { version = "0.0.1", path = "./thaw_components" }
|
||||
thaw = { version = "0.2.6", path = "./thaw" }
|
||||
thaw_components = { version = "0.0.2", path = "./thaw_components" }
|
||||
thaw_utils = { version = "0.0.1", path = "./thaw_utils" }
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
| Crate version | Compatible Leptos version |
|
||||
| ------------- | ------------------------- |
|
||||
| 0.1 | 0.5 |
|
||||
| 0.2.0 | 0.6 |
|
||||
| 0.2 | 0.6 |
|
||||
|
||||
## Resources
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "thaw"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
edition = "2021"
|
||||
keywords = ["web", "leptos", "ui", "thaw", "component"]
|
||||
readme = "../README.md"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "thaw_components"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
edition = "2021"
|
||||
keywords = ["leptos", "thaw", "components"]
|
||||
readme = "../README.md"
|
||||
|
|
Loading…
Add table
Reference in a new issue