From d7ee0e2d265d4b45768a8a4583251a0826e18380 Mon Sep 17 00:00:00 2001 From: Noah Onyejese <129368606+noahonyejese@users.noreply.github.com> Date: Thu, 21 Nov 2024 08:43:22 +0100 Subject: [PATCH 1/3] feat: removed beta tag --- app/configurator/components/dataset-control-section.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/configurator/components/dataset-control-section.tsx b/app/configurator/components/dataset-control-section.tsx index 20c08c30e..2763fdce1 100644 --- a/app/configurator/components/dataset-control-section.tsx +++ b/app/configurator/components/dataset-control-section.tsx @@ -21,7 +21,6 @@ import useDisclosure from "@/components/use-disclosure"; import { getChartConfig } from "@/configurator"; import { DatasetDialog } from "@/configurator/components/add-dataset-dialog"; import { DatasetsBadge } from "@/configurator/components/badges"; -import { BetaTag } from "@/configurator/components/beta-tag"; import { ControlSection, ControlSectionContent, @@ -235,14 +234,6 @@ export const DatasetsControlSection = () => { Datasets{" "} - Date: Fri, 22 Nov 2024 08:04:51 +0100 Subject: [PATCH 2/3] chore: Updated the CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c302da0..d4ce0288d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ You can also check the - Added a way to do local visual regression testing of charts between different branches -# [4.9.5] - 2024-11-18 +# [4.9.5] - 2024-11-22 - Features - Added Newsletter, Bug Report and Feature Request sections to the home page @@ -39,6 +39,7 @@ You can also check the - visualize.admin.ch links are now again visible in chart footnotes - Improved chart tooltips on small screens - % mode toggle no longer overlaps with the Y axis title + - Merging of cubes beta tag has been removed # [4.9.4] - 2024-11-06 From 741741e80b5fa4b805bf0dae3c45cb8763e62267 Mon Sep 17 00:00:00 2001 From: Noah Onyejese <129368606+noahonyejese@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:42:40 +0100 Subject: [PATCH 3/3] fix: removed all Betatags regarding datasets --- app/configurator/components/add-dataset-dialog.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/configurator/components/add-dataset-dialog.tsx b/app/configurator/components/add-dataset-dialog.tsx index b53ebdd09..7cf93d43d 100644 --- a/app/configurator/components/add-dataset-dialog.tsx +++ b/app/configurator/components/add-dataset-dialog.tsx @@ -63,7 +63,6 @@ import { isConfiguring, useConfiguratorState, } from "@/configurator"; -import { BetaTag } from "@/configurator/components/beta-tag"; import { Dimension, isJoinByComponent, @@ -865,11 +864,6 @@ export const DatasetDialog = ({ id: "chart.datasets.add-dataset-dialog.title", message: "Select dataset with shared dimensions", })} -