mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 06:19:22 -05:00
v0.1.3
This commit is contained in:
parent
5fa0929cbf
commit
2ea5087273
2 changed files with 18 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,3 +1,20 @@
|
||||||
|
## [0.1.3](https://github.com/thaw-ui/thaw/compare/v0.1.2...v0.1.3) (2023-12-12)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **button:** Add button group component
|
||||||
|
* **button:** Add size property
|
||||||
|
* **button:** Add circle property
|
||||||
|
* **calendar:** Add calendar component
|
||||||
|
* **time picker:** Add time picker component
|
||||||
|
* **class:** Add class param to first components
|
||||||
|
* **slider:** Add step property
|
||||||
|
* **slider:** Add slider label component
|
||||||
|
|
||||||
|
### Bug Fixs
|
||||||
|
|
||||||
|
* **button:** The round property shows the problem
|
||||||
|
|
||||||
## [0.1.2](https://github.com/thaw-ui/thaw/compare/v0.1.1...v0.1.2) (2023-12-04)
|
## [0.1.2](https://github.com/thaw-ui/thaw/compare/v0.1.1...v0.1.2) (2023-12-04)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "thaw"
|
name = "thaw"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
keywords = ["web", "leptos", "ui", "thaw"]
|
keywords = ["web", "leptos", "ui", "thaw"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue