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

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

**09-AUGUST-2024**

### 4.4.12

Adding the optional `events` prop to `ChartTooltip` to support the Events variation.

[ChartTooltip](/story/components-charts-charttooltip--events)

### 4.4.11

- Adding the `hideMobileButtonText` prop to `Filter` component to hide button text on mobile and display only icon.

[Filter](/story/components-filter--mobile-filter-without-button-text)

---

**08-AUGUST-2024**

### 4.4.10

- Adding Figma links to Storybook component Docs. We will be gradually updating components
- Removing redundant "deprecated" Alert messages to stories in the [DEPRECATED] section
- We are keeping the replacementComponent Alert if a deprecated component needs to be replaced with another component.
- Removing redundant "wip" Alert messages to stories in the [WIP] section
- Also added Figma and Storybook icons

### 4.4.9

Allowing `FileUploader` to handle multiple files.

[FileUploader](/story/components-fileuploader--multiple-files)

### 4.4.8

Adding the `isColumnsReorderable` prop to `CustomizeTableColumns` to allow the user to reorder the table columns using drag and drop feature to better interpret data.

[StandardTable](/story/components-tables-standardtable--reorderable-columns)

### 4.4.7

Added new properties called 'hideCloseIcon' and 'disabledCloseClick' to hide the close icon and disable closing the modal when clicking outside of it.

[Modal](/story/components-modal--basic-hide-close-icon)

---

**06-AUGUST-2024**

### 4.4.6

Adding the `hideMobileDivider` prop to `PageHeader` to allow the user to hide the right section divider when viewing mobile.

[PageHeader](/docs/components-pageheader--docs)

### 4.4.5

Created links between all Storybook instances for our applications.

[Pattern Docs](/docs/general-pattern-docs--docs)

---

**30-JULY-2024**

### 4.4.4

Fixes `acceptedFileTypes` bug in `FileUploader`.

[FileUploader](/docs/components-fileuploader--docs)

### 4.4.3

Removing deprecated `CsvUploader` component.

### 4.4.2

Adding an optional `acceptedFileTypes` prop to `FileUploader` to restrict the types of files that can be uploaded.

[FileUploader - Accepted File Types](/story/components-fileuploader--with-accepted-file-types)

### 4.4.1

We are in the process of replacing `CsvUploader` with `FileUploader`. This change includes the following:

- More generic name
- Remove restriction of only allowing a csv to be uploader
- Add a deprecated tag to CsvUploader

[FileUploader](/docs/components-fileuploader--docs)

### 4.4.0

- `MultiSelect` added `DraggableList` functionality to re-order the selected items.
- Example of a use case would be for tables where the user would like to re-order the columns to better interpret the data.
- `isReorderable` props has been added to enable this functionality.
- Added a new Higher Order Component `DraggableList` to help build drag and drop features wrapping other components in future.

[MultiSelect](/story/components-formcomponents-multiselect-exposed--reorderable-multi-select)

[DraggableList](/story/components-draggablelist--basic)
