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

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

**29-AUGUST-2024**

### 4.5.9

- Fixing `Filter` bug where clicking outside was calling the `resetCallout` function instead of the `cancelCallout` function.

### 4.5.8

- Introduced a new prop called `refreshRouterTabs` in `RouterTabs` component to refresh router tab animation.

---

**28-AUGUST-2024**

### 4.5.7

- Removed `Modal` from `MediaViewer` component.

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

### 4.5.6

- Added support for already existing `showAllDates` prop to `FilterMenu` to enable the future dates in filters.

[Dates Filter](/docs/components-filter--date-range-with-future-dates-enabled)

---

**21-AUGUST-2024**

### 4.5.5

- Adds `changeValueDecimalScale` prop to `HeaderMetric`
- Adds `changeValueFormatType` prop to `HeaderMetric`

[HeaderMetric](/story/components-headermetrics-headermetric--change-value-format-metric)

---

**19-AUGUST-2024**

### 4.5.4

- Fixing `MediaViewer` UI bug with image sizes that were skewed.

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

### 4.5.3

- Adding deprecated warnings to `LineTooltip` and `InfoTooltip` components.
- Added Figma links to `CustomTable` and `RouterTabs` components.

### 4.5.2

- Adding optional `debounce` prop to `Slider`

[Slider](/story/components-formcomponents-slider--docs)

---

**16-AUGUST-2024**

### 4.5.1

- Moving ChangeLog location
- Removing SingleCsv stories and module export
- Fixing CSS bug for Pagination

---

**09-AUGUST-2024**

### 4.5.0

- Adds `separators` prop to `TagInput`
- Release of `TagInput` component

[TagInput](/story/components-formcomponents-taginput--docs)
