mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 06:19:22 -05:00
v0.2.1
This commit is contained in:
parent
a86ec83106
commit
df57bca909
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue