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

{/* INSERT NEW UPDATE HERE */}

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

**03-Aug-2022**

### 3.12.14

Added a `showAllDates` boolean to the `SingleDatePicker` component which will
allow the date picker to display and select all date, past & future.

**02-August-2022**

### 3.12.13

Introduced a new prop called `noPadding` in `SideDrawer` component.

**02-August-2022**

### 3.12.12

`Stepper` component exported.

**29-July-2022**

### 3.12.11

Updated comments for `CustomTable` props.

---

**28-July-2022**

### 3.12.10

Bugfix on `cell` prop's `className` for `StandardTable`

---

**28-July-2022**

### 3.12.9

Added `customClearButton` to the `groups` prop for `StandardTable`

---

**26-July-2022**

### 3.12.8

Added `labelTooltip` prop for `TextInput`, along with a new story.

---

**25-July-2022**

### 3.12.6

Added `numBubbleNamesToDisplay` to the Bubble Chart to determine the number of bubble to have names
displayed in the chart directly. This value will replace the `bubbleSizeToDisplay` variable which was
more ambiguous to use.

### 3.12.5

Removed `SearchFilter`, `ReferenceLabel`, and `FirstMoverTooltip`.

---

**22-July-2022**

### 3.12.4

Converted `DownloadLoader` and `LineTooltip` to .tsx. Added prop comments to `SingleCsv`.

---

**22-July-2022**

### 3.12.3

Deleting `NoDataGraph` component.

---

**20-July-2022**

### 3.12.2

Prop comments updated for `ToastContent`, `AutoCompleteOption`, and `TwoLineDateLabel`

---

**20-July-2022**

### 3.12.1

Updated `SelectDisplay` component, added `children` prop for showing `options` on `Tippy`.

---

**19-July-2022**

### 3.12.0

`Stepper` component created. This will replace the current `ProgressBar`.

---
