From 9adcb4ee07c8cfbfee49e08c8a6618386ebced86 Mon Sep 17 00:00:00 2001 From: bonkalol Date: Fri, 9 Feb 2024 10:41:50 +0300 Subject: [PATCH] :art: --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3334de3916..debbd8b6b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ * Spy and mock `tests/helpers/mock`; * Component.createComponentInDummy `tests/helpers/component`. + #### :bug: Bug Fix + +* Fixed the problem that the `lifecycleDone` event could fire before `renderDone` `components/base/b-virtual-scroll-new` + #### :house: Internal * Added tests for `b-virtual-scroll-new` from v4 branch