{/* 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 { Canvas, Meta, Story } from '@storybook/addon-docs/blocks'

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

{/* INSERT NEW UPDATE HERE */}

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

**20-Jan-2023**

### 3.24.15

Removing `characterLimit` prop from MobileBreadcrumbs

**19-Jan-2023**

### 3.24.14

Removing `className` prop for `Ellipsis`

---

**16-Jan-2023**

### 3.24.13

Refactor prop types of `TextInput`

---

**12-Jan-2023**

### 3.24.12

Clean up the unused types of the type prop of `TextInput`

---

**12-Jan-2023**

### 3.24.11

Reverted changes (3.24.7) of allow for timeframe filter to update automatically if valid aggregation options.

---

**10-Jan-2023**

### 3.24.10

Added a prop `secondaryInfo` to HeaderMetric component to support plain string as metric

[HeaderMetric](/story/components-headermetrics--custom-secondary-info)

---

**06-Jan-2023**

### 3.24.9

Added an optional prop `previousPageUrl` to Breadcrumbs component

---

**04-Jan-2023**

### 3.24.8

Add an optional placeholder value for new Datepicker single date input

### 3.24.7

Allow for timeframe filter to update automatically if valid aggregation options changes.

### 3.24.6

Modified the Timeframe for the global filter to allow for quarterly aggregation. In
order to utilize the quarterly aggregations they must be passed as custom aggregations.

---

**29-Dec-2022**

### 3.24.5

Revamp `PrimaryTableCell` to allow for both internal and external links, as
well as a style update. Removed `isExternalLink` and replaced with `externalLink`.
`externalLink` should be used for external links and `productLink` should continue
to be used for internal links. Also removed the `rank` prop. Any rank numbers
should be added adjacent to the table cell.

---

**27-Dec-2022**

### 3.24.4

Added a new component `MobileBreadcrumbs` to display breadcrumbs as per the new design for Mobile

---

**21-Dec-2022**

### 3.24.3

Fix `FormButtons` types to remove onClick if using `PopoverWithConfirmation`

---

**15-Dec-2022**

### 3.24.2

Replace `NoListData` component with `EmptyState` in StandardTable component

[No Data Table](/story/components-tables-standardtable--no-data-table)

---

**14-Dec-2022**

### 3.24.1

updated the `DatepickerNew` component to allow for manual inputs and to hide the component's native
clear Element

---

**13-Dec-2022**

### 3.24.0

\*\* Breaking Change \*\*

We updated react-router-dom to v6. This comes with breaking changes in regards to programatic
navigation. For example: `useHistory` is no longer a hook. We needed to replace that with
`useNavigate`. However, at the moment all of our apps do not support v6 so we had to extract any
`useHistory` and `useNavigation` logic to be handled by the consuming application. The leftover
`useNavigation` hooks are used in Storybook and work fine.

---
