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

{/* INSERT NEW UPDATE HERE */}

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

**22-Sep-2022**

### 3.15.7

Added optional `stringColumns` prop to `CheckboxTable` for sorting.

---

**21-Sep-2022**

### 3.15.6

Adding the optional `dark` prop to `Mdash`.

Link to Story: [Mdash](/docs/components-mdash-mdash--dark)

---

**20-Sep-2022**

### 3.15.5

Removing `SidebarLink` from the `module.ts` export.

---

**19-Sep-2022**

### 3.15.4

Removing `StatLoader` from the library.

---

**19-Sep-2022**

### 3.15.3

Added new `useIsMobileView` hook. It is used to determine if a page is a mobile
view. Utilizing this hook allows for consistent application of styles and logic
for mobile size pages.

---

**16-September-2022**

### 3.15.2

Updates to CheckboxTable to allow passing in JSX for bulk actions

---

**15-September-2022**

### 3.15.1

New svg for Vat icon added

---

**7-September-2022**

### 3.15.0

Created `useTableCheckboxes` hook for use in implementing `CheckboxTable`

---
