From fe2c983cf70350b45a957b256d7ae160c8d0e42d Mon Sep 17 00:00:00 2001 From: Kimo Knowles Date: Sat, 20 Jul 2024 20:39:04 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa680a1e..495b031f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ #### Fixed - `dropdown` - Always drops down when not clipping. Before, this component would choose a body position closest to the vertical center of the viewport. Now, it chooses a position below the anchor, unless that would cause the body to clip. +- `simple-v-table` - Renamed `:row-export-fn` to `:on-export-row-label-fn`. ## 2.21.11 (2024-07-11)