From 76dd1d953b720c5018b6f14ecf8c14fb553c63bd Mon Sep 17 00:00:00 2001 From: BackRunner Date: Wed, 28 Feb 2024 17:43:19 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e4278..5a81d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.3.2](https://github.com/any-design/anyui/compare/v0.3.1...v0.3.2) (2024-02-28) + +### Bug Fixes + +* (layout) height property in header and footer now is responsive ([76f8e87](https://github.com/any-design/anyui/commit/76f8e8752d86bda1e23d18745c4e81e94fc396d8)) +* (virtual-list) prevent re-render when component activate and deactivate ([b96a15d](https://github.com/any-design/anyui/commit/b96a15d0095accf0d7285b0078a4fcc58efacdb9)) + ## [0.3.1](https://github.com/any-design/anyui/compare/v0.3.0...v0.3.1) (2024-02-18) ### Bug Fixes