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

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

**29-OCTOBER-2024**

### 4.9.13

- Removed `callout` from `MultiSelectStatePropType` type definition.

---

**26-OCTOBER-2024**

### 4.9.12

- Add ErrorPage Component to Display Error Message When Environment is Down

[ErrorPage](/story/components-errorpage--docs)

---

**24-OCTOBER-2024**

### 4.9.11

Removing the `BackToTop` and `InfiniteScroll` components.

### 4.9.10

Bug fix for `MultiSelect` when there are no options.

[MultiSelect](/story/components-formcomponents-multiselect--no-options)

---

**22-OCTOBER-2024**

### 4.9.9

Added `MultiSelect` component to the `FilterMenu` component.

[Filter](/docs/components-filter--docs)

---

**16-OCTOBER-2024**

### 4.9.8

- Update group headers to not be able to show `nestedRowProps` data, to avoid duplicate nested data.
- Removing `SellerInfoTooltip` from our module exports.

[StandardTable](/story/components-tables-standardtable--docs)

---

**15-OCTOBER-2024**

### 4.9.7

Updated the Button style that appears in the Banner component. It is a white, text-only button.

[Banner - with Button](/story/components-banner--with-button)

---

**11-OCTOBER-2024**

### 4.9.6

Added optional `options` prop in `StandardTable` component to allow showing Menu options for `StandardTable` checkbox.

[StandardTable](/story/components-tables-standardtable--checkbox-table-with-menu-options)

---

**8-OCTOBER-2024**

### 4.9.5

- Added a `confirmation` prop to the `Modal` component. Now we have the ability to use the `ConfirmationPopoverContent` component as the content of the `Modal` in order to display a "confirmation" version of the `Modal`.
- Changed `cancelCallout` in `FormFooter` to be optional. This allows the `Modal` confirmation footer to only use a single button if needed.

[Modal - Confirmation](/story/components-modal--confirmation)

---

**7-OCTOBER-2024**

### 4.9.4

Adjusted the logic for the `TextUnderline` component for the `Breadcrumbs`. The `textUnderlineCharacterLimit` will also be considered for the "underlined" text as well now. Mobile will not show the full text anywhere, but desktop will allow the full text to be shown on hover.

[Breadcrumbs](/story/components-breadcrumbs--text-underline-character-limit)

---

**4-OCTOBER-2024**

### 4.9.3

Added the `textUnderlineCharacterLimit` prop to `Breadcrumbs`. This will allow the `TextUnderline` text to be truncated. Both the mobile and desktop versions of the component will be affected.

[Breadcrumbs](/story/components-breadcrumbs--text-underline-character-limit)

---

**1-OCTOBER-2024**

### 4.9.2

Fixed disabled tooltip showing up on hover when a Menu item is not disabled.

[Menu](/story/components-popover-menu--not-disabled-options-with-tooltip)

---

**30-SEPTEMBER-2024**

### 4.9.1

Added `BannerProps` to our component type exports.

### 4.9.0

Moved the `Banner` component over from Predict. This component is used to display important messages to the user.

[Banner](/docs/components-banner--docs)
