From 69ab81f82de29c2e5eddef528e3fd6ed52b9ce85 Mon Sep 17 00:00:00 2001 From: Bartosz Prusinowski Date: Tue, 26 Nov 2024 10:31:54 +0100 Subject: [PATCH] v5.0.1 --- CHANGELOG.md | 13 ++++++++++--- package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1082e13b1..1d0b12056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,15 @@ You can also check the Nothing yet. +# [5.0.1] - 2024-11-26 + +- Features + - Improved formatting of confidence intervals in tooltips + (`, [-lower bound], [+upper bound]`) +- Fixes + - Ensured undefined / unavailable data is represented as "-" for downloaded + data files + # [5.0.0] - 2024-11-25 Bumped to a new major version to celebrate all the improvements and new features @@ -59,9 +68,7 @@ introduced since v4.0.0 🎉 - % mode toggle no longer overlaps with the Y axis title - Merging of cubes beta tag has been removed - Dual line Chart Tooltip indicators are now fixed for smaller screens - - Fixes Tooltip position for Pie Charts for smaller screens - - Ensures undefined / unavailable data is represent as "-" for exported Data - files + - Fixed tooltip position for pie charts for smaller screens # [4.9.4] - 2024-11-06 diff --git a/package.json b/package.json index 61107956a..dbe3385ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@visualize-admin/visualization-tool", - "version": "5.0.0", + "version": "5.0.1", "repository": { "type": "git", "url": "git+https://github.com/visualize-admin/visualization-tool.git"