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

{/* INSERT NEW UPDATE HERE */}

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

**29-Jun-2022**

### 3.9.3

Updated props for `BubbleChart`. Includes fix for `loading` (now optional) and `showEmptyChart` (now optional) for show loading animation and no data chart.

---

**28-Jun-2022**

### 3.9.2

Updated props for `Slider`. Includes fix for `className` (now optional) and removed `100px` default for `width`.

---

**27-Jun-2022**

### 3.9.1

Updated props types for `SortColumn` in order to use those prop types for other definitions

---

**22-Jun-2022**

### 3.9.0

Converted Autocomplete to TypeScript and added comments for incorporation into Storybook
