{/* ATTENTION */}

{/* When updating this file, please add the newest comments at the top of the file so they are displayed first */}

{/* Changes should include any functional changes made to the component and how that affects the component/function usage */}

{/* or changes made to the Types (and what effect that will have for the component/function) */}

import { Meta } from '@storybook/addon-docs/blocks'

<Meta
  title='ChangeLog/v4/4.1'
  parameters={{
    viewMode: 'docs',
    previewTabs: {
      canvas: { hidden: true },
    },
  }}
/>

{/* INSERT NEW UPDATE HERE */}

{/* Include date, version & the change and it's functional effects */}

**10-JUNE-2024**

### 4.1.9

Removed `tooltipData` prop from `MainBoxData` component.

[MainBoxData](/docs/deprecated-components-mainboxdata-mainboxdata--docs)

---

**06-JUNE-2024**

### 4.1.8

Cleaning up props for `Button` now that we have removed react router.

### 4.1.7

Support for Translation Tools

### 4.1.6

Removed `ActionList` component from the library. It has been replaced with the `Menu` component.

### 4.1.5

Added the `tabelHeaderProps` prop to the `CheckboxTable` component. This is the same prop used in `StandardTable` to display a table header.

_NOTE: `CheckboxTable` is in a deprecated state, but is still being used because the `StandardTable` component is not as comprehensive as the `CheckboxTable` component. Once the `StandardTable` component is updated to be more comprehensive, the `CheckboxTable` component will be removed._

---

**05-JUNE-2024**

### 4.1.4

Restructured `HeaderMetric` types to make the `routerComponent` and `routerProp` props required whenever the `productLink` prop is used.

### 4.1.3

Restructured `PrimaryTableCell` types to make the `routerComponent` and `routerProp` props required whenever the `productLink` prop is used.

### 4.1.2

Added the `isEdited` check to the `Spreadsheet` component. This is so that we can get know if the data in the spreadsheet has been updated or not. It works like a flag.

[Spreadsheet](/story/components-spreadsheet-editableAndNonEditableCells)

---

**04-JUNE-2024**

### 4.1.1

Translations helper functions and hooks

### 4.1.0

Releasing the `MediaViewer` component and the `Card` component.

[MediaViewer](/docs/components-mediaviewer--docs)

[Card](/docs/components-card--docs)
