From f86407d28a864652937e95cafbd721014af5d11e Mon Sep 17 00:00:00 2001 From: Sakari Malkki Date: Mon, 10 Nov 2025 10:08:09 +0200 Subject: [PATCH 1/2] Update changelog to reflect recent changes --- Changelog.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 59d79f3..a2c54c0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,2 +1,9 @@ v1.3.0 (24 September 2025): -- component optional property 'showTableTitles' renamed to 'showTitles' as it now applies to both chart and table titles. Default value is true. \ No newline at end of file +- Chart component optional property 'showTableTitles' renamed to 'showTitles' as it now applies to both chart and table titles. Default value is true. + +v1.4.0 (10 November 2025): +- Chart component's optional properties' default values updated: + - 'showTitles' default changed to true. + - 'showSources' default changed to true. + - NEW: showLastUpdated deafaults to false. +- Chart component's new optional property 'showLastUpdated' (boolean) added to control the visibility of the last updated information above the source information. \ No newline at end of file From f0fd4facf52d323560f6e4832b8f721feac59978 Mon Sep 17 00:00:00 2001 From: sakari-malkki <47064229+sakari-malkki@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:09:37 +0200 Subject: [PATCH 2/2] Update Changelog.md Fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index a2c54c0..81946af 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,5 +5,5 @@ v1.4.0 (10 November 2025): - Chart component's optional properties' default values updated: - 'showTitles' default changed to true. - 'showSources' default changed to true. - - NEW: showLastUpdated deafaults to false. + - NEW: showLastUpdated defaults to false. - Chart component's new optional property 'showLastUpdated' (boolean) added to control the visibility of the last updated information above the source information. \ No newline at end of file