mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
v0.2.0-alpha
This commit is contained in:
parent
439361eb98
commit
2dd28c3cd5
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -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)
|
||||
|
||||
### Features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "thaw"
|
||||
version = "0.1.10"
|
||||
version = "0.2.0-alpha"
|
||||
edition = "2021"
|
||||
keywords = ["web", "leptos", "ui", "thaw", "component"]
|
||||
readme = "../README.md"
|
||||
|
|
Loading…
Add table
Reference in a new issue