{/* 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/v3/3.43'
  parameters={{
    viewMode: 'docs',
    previewTabs: {
      canvas: { hidden: true },
    },
  }}
/>

{/* INSERT NEW UPDATE HERE */}

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

**26-APRIL-2024**

### 3.43.14

Replaced `Select` with `NewSelect` in all usages in the library. This effort came with type changes.

---

**23-APRIL-2024**

### 3.43.13

Removed `ProductImage` export from module.ts.

### 3.43.12

Renamed the `sidebarLinks` prop of `LeftNav` component to `leftNavLinks`

[LeftNav](/docs/components-leftnav--docs)

---

**22-APRIL-2024**

### 3.43.11

Renamed the `Sidebar` component to `LeftNav`

[LeftNav](/docs/components-leftnav--docs)

---

**17-APRIL-2024**

### 3.43.10

Added a new prop to Spreadsheet cell called `icon`, this will allow to add different icon on different scenario

[spreadsheetnew](/story/wip-spreadsheet-spreadsheetnew--custom-columns)

### 3.43.9

Added a new prop to StandardTable called `isDefaultCheckedAll` to ensure that all checkboxes on the list are checked upon the initial rendering

[StandardTable](/story/components-tables-standardtable--checked-all-checkbox-table)

---

**15-APRIL-2024**

### 3.43.8

Renamed the `ProductImage` component to `Image`

[Image](/docs/components-image-image--docs)

---

**12-APRIL-2024**

### 3.43.7

Removed `FormButtons` export from module.ts.

### 3.43.6

Removed `TimeframeFilterBody` export from module.ts.

---

**11-APRIL-2024**

### 3.43.5

Consolidated duplicated props for our table props `customColumnProps`.

---

**10-APRIL-2024**

### 3.43.4

Renamed the `TimeframeFilterBody` component to `Timeframe`

[Timeframe](/docs/components-timeframe-timeframe--docs)

---

**9-APRIL-2024**

### 3.43.3

Adding more type exports to module.ts.

---

**8-APRIL-2024**

### 3.43.2

Adding more type exports to module.ts.

### 3.43.1

Added an optional prop `tooltipProps` to the `MainBoxData` component and deprecated `tooltipData` prop.

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

---

**7-APRIL-2024**

### 3.43.0

Updated all components to have their prop types exported via module.ts. This will allow for better type checking and intellisense in IDEs and not rely on importing from node_modules in our projects.

---
