mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
v0.3.0
This commit is contained in:
parent
b4446aba98
commit
95abde2b9d
4 changed files with 13 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
||||||
|
## [0.3.0](https://github.com/thaw-ui/thaw/compare/v0.3.0-beta...v0.3.0) (2024-04-14)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* `Popover` adds tooltip prop.
|
||||||
|
|
||||||
|
### Bug Fixs
|
||||||
|
|
||||||
|
* ssr mode `Input` default value.
|
||||||
|
|
||||||
## [0.3.0-beta](https://github.com/thaw-ui/thaw/compare/v0.3.0-alpha...v0.3.0-beta) (2024-04-10)
|
## [0.3.0-beta](https://github.com/thaw-ui/thaw/compare/v0.3.0-alpha...v0.3.0-beta) (2024-04-10)
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
|
@ -4,6 +4,6 @@ members = ["thaw", "thaw_components", "thaw_utils", "demo", "demo_markdown"]
|
||||||
exclude = ["examples"]
|
exclude = ["examples"]
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
thaw = { version = "0.3.0-beta", path = "./thaw" }
|
thaw = { version = "0.3.0", path = "./thaw" }
|
||||||
thaw_components = { version = "0.1.0", path = "./thaw_components" }
|
thaw_components = { version = "0.1.0", path = "./thaw_components" }
|
||||||
thaw_utils = { version = "0.0.2", path = "./thaw_utils" }
|
thaw_utils = { version = "0.0.2", path = "./thaw_utils" }
|
||||||
|
|
|
@ -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.6 |
|
| 0.2 / 0.3 | 0.6 |
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "thaw"
|
name = "thaw"
|
||||||
version = "0.3.0-beta"
|
version = "0.3.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
keywords = ["web", "leptos", "ui", "thaw", "component"]
|
keywords = ["web", "leptos", "ui", "thaw", "component"]
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
|
Loading…
Add table
Reference in a new issue