This commit is contained in:
luoxiao 2024-02-25 23:29:01 +08:00
parent a86ec83106
commit df57bca909
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,16 @@
## [0.2.1](https://github.com/thaw-ui/thaw/compare/v0.2.0...v0.2.1) (2024-02-25)
### Features
* Adds `RadioGroup` component.
* `AutoComplete` adds allow_free_input prop.
### Bug Fixs
* `Drawer` cannot be closed when the placement is changed.
* `Icon` support event.
* `Modal` nightly build problem.
## [0.2.0](https://github.com/thaw-ui/thaw/compare/v0.2.0-beta...v0.2.0) (2024-02-21) ## [0.2.0](https://github.com/thaw-ui/thaw/compare/v0.2.0-beta...v0.2.0) (2024-02-21)
### Breaking Changes ### Breaking Changes

View file

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