From a4a0499a227b46104f6821b217ca85f1e2e6f148 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Mon, 2 Sep 2024 20:45:58 +0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7645a41..2de3e59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -## [0.4.0-beta2](https://github.com/thaw-ui/thaw/compare/v0.3.2...v0.3.3) (2024-07-15) +## [0.4.0-beta2](https://github.com/thaw-ui/thaw/compare/v0.4.0-beta...v0.4.0-beta2) (2024-09-02) ### Features * Font add ui-* and system-ui. +* Add id, name and rules to the input class component. * `Calendar` adds children prop. * `Button` adds button_type prop. * Adds `Field` component.