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

{/* INSERT NEW UPDATE HERE */}

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

**19-July-2022**

### 3.11.10

Updated the `PopoverFormContainer` prop comments.

---

**18-July-2022**

### 3.11.9

Added `range` for the x-axis and y-axis of the `BubbleChart` component

---

**15-July-2022**

### 3.11.8

Updated the components that build `Breadcrumbs` to .tsx and added comments to the props.

---

**15-July-2022**

### 3.11.7

Updated `SideDrawer` prop comments, `InfoTooltip` props and comments, and `MainBoxData` props.

---

**13-July-2022**

### 3.11.6

Updated `Slider` props to handle tooltips better.

---

**13-July-2022**

### 3.11.5

Added comments to `Tooltip` props.

---

**13-July-2022**

### 3.11.4

Updated the `Slider` to have an optional tooltip when hover over the slider bar. The `Slider` also includes a `label` with an optional tooltip.

---

**13-July-2022**

### 3.11.3

Updated `SelectDisplay` component with optional props to show `tippy` on option value, updated SelectDisplay `story` with tippy change.

---

**13-July-2022**

### 3.11.2

Updated the `MenuButton` to include the `text-red` and `text-blue` types in MenuButtonBaseProps `styleType` param.

---

**12-July-2022**

### 3.11.1

Updated the `PrimaryActionButton` to include the `SingleCsv` component for CSV downloads.

---

**08-July-2022**

### 3.11.0

Created a `Pill` component. This component is meant to replace basic version of our old `Tag` component. Once those are replaced, `Tag` can be officially deprecated.

---
