v0.2.0-alpha

This commit is contained in:
luoxiao 2024-02-01 23:38:10 +08:00 committed by luoxiaozero
parent 439361eb98
commit 2dd28c3cd5
2 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,19 @@
## [0.2.0-alpha](https://github.com/thaw-ui/thaw/compare/v0.1.10...v0.2.0-alpha) (2024-02-01)
### Breaking Changes
* Remove the default feature of csr.
* `ButtonVariant::Solid` is changed to `ButtonVariant::Outlined`.
* Change icondata to icondata_core.
* Rewrite `Code` component.
* Update leptos to v0.6.5.
### Features
* Change `RwSignal` to `Model`.
* Change `#[prop(optional)] T` to `#[prop(optional)] OptionalProp<T>`.
* `Checkbox` children can be empty.
## [0.1.10](https://github.com/thaw-ui/thaw/compare/v0.1.9...v0.1.10) (2024-01-31) ## [0.1.10](https://github.com/thaw-ui/thaw/compare/v0.1.9...v0.1.10) (2024-01-31)
### Features ### Features

View file

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