From 79bff09e593341b48fde09c4a1bdc043e00ea40d Mon Sep 17 00:00:00 2001 From: Arild Matsson Date: Mon, 3 Mar 2025 10:14:11 +0100 Subject: [PATCH] changelog addition --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f4fb373..f1855f581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ ### Changed - Load corpus timespan data in parallel when loading app [#437](https://github.com/spraakbanken/korp-frontend/issues/437) + - Instead of `settings.time_data`, use `import { timeData } from "./timedata"` + - Await `getTimeData()` before using `timeData` or `corpus.time`/`corpus.non_time`. The function is memoized, so repeated calls will not affect performance - More space in word picture tables [#102](https://github.com/spraakbanken/korp-frontend/issues/102) ### Fixed