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

{/* INSERT NEW UPDATE HERE */}

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

**18-Oct-2022**

### 3.17.9

Added mainButtonTooltip props to MenuButton. This will allow us to show tooltip when main button is disabled.

[MenuButton with new mainButtonTooltip prop](/story/components-menubutton--disabled-main-button-with-tooltip)

---

**14-Oct-2022**

### 3.17.8

Removing the `children` prop from `Alert`.

[Alert storyp](/story/components-alerts--success)

---

**11-Oct-2022**

### 3.17.7

Updating the `buttons` prop for `Alert` to make the 2nd button optional.

[Alert storyp](/story/components-alerts--success)

---

**10-Oct-2022**

### 3.17.6

Adding the prop `customSecondaryValue` to `HeaderMetric`. This will allow us to override displaying the default percentage metrics.

[Header Metric with new customSecondaryValue prop](/story/components-headermetrics--custom-secondary-metric)

---

**10-Oct-2022**

### 3.17.5

Deprecating `dark` prop from Alert.

[Alert storyp](/story/components-alerts--success)

---

**10-Oct-2022**

### 3.17.4

Adding `buttons` as a prop to `Alert`. This will allow us to have up to 2 buttons inside of an `Alert`. Also added the ability to have a close button for an `Alert`.

[Alert storyp](/story/components-alerts--success)

---

**05-Oct-2022**

### 3.17.3

Remove `SortColumn` from module.ts and storybook

---

### 3.17.2

Remove UnsortedColumn from module.ts and storybook

---

**04-Oct-2022**

### 3.17.1

Move HeatMap component to Predict App

---

**03-Oct-2022**

### 3.17.0

Added `ToggleProvider` and `useToggle` for consuming Toggle toggles

---
