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

{/* INSERT NEW UPDATE HERE */}

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

**28-Sep-2022**

### 3.16.4

Add `refreshData` prop to `CheckboxTable`, along with some fixes for Check All behavior

---

### 3.16.3

Extended DataItem props in order to fix a lint error in ‘DesktopTable’ and ‘MobileTable’

---

**26-Sep-2022**

### 3.16.2

Added `usePrevious` hook
Story Link: [usePrevious](/docs/hooks-useprevious--example)

---

**26-Sep-2022**

### 3.16.1

Updated `Filter` props

---

**26-Sep-2022**

### 3.16.0

Added `MultipleSelection` to module. Still a WIP.
Story Link: [MultipleSelection](/story/wip-multipleselection--basic)

---
