Skip to content

Commit

Permalink
Merge pull request #1906 from visualize-admin/feat/remove-beta-tag
Browse files Browse the repository at this point in the history
feat: removed beta tag
  • Loading branch information
noahonyejese authored Nov 25, 2024
2 parents bcf550c + f204945 commit 3ddc292
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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
Expand All @@ -48,8 +48,10 @@ 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
- Dual line Chart Tooltip indicators are now fixed for smaller screens


# [4.9.4] - 2024-11-06

- Features
Expand Down
6 changes: 0 additions & 6 deletions app/configurator/components/add-dataset-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ import {
isConfiguring,
useConfiguratorState,
} from "@/configurator";
import { BetaTag } from "@/configurator/components/beta-tag";
import {
Dimension,
isJoinByComponent,
Expand Down Expand Up @@ -871,11 +870,6 @@ export const DatasetDialog = ({
id: "chart.datasets.add-dataset-dialog.title",
message: "Select dataset with shared dimensions",
})}
<BetaTag
tagProps={{
sx: { ml: 2, position: "relative", top: "-1rem" },
}}
/>
</DialogTitle>
<DialogContent>
<Collapse in={isOpen}>
Expand Down
9 changes: 0 additions & 9 deletions app/configurator/components/dataset-control-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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,
Expand Down Expand Up @@ -230,14 +229,6 @@ export const DatasetsControlSection = () => {
<ControlSection collapse defaultExpanded={true}>
<SubsectionTitle titleId="controls-data" gutterBottom={false}>
<Trans id="controls.section.datasets.title">Datasets</Trans>{" "}
<BetaTag
tagProps={{
sx: {
ml: 2,
fontWeight: "normal",
},
}}
/>
<DatasetsBadge sx={{ ml: "auto", mr: 4 }} />
</SubsectionTitle>
<ControlSectionContent
Expand Down

0 comments on commit 3ddc292

Please sign in to comment.