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

{/* INSERT NEW UPDATE HERE */}

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

**15-September-2022**

### 3.14.8

Added accordion feature on standard table groups

---

**2-September-2022**

### 3.14.7

Fix type issues in MobileTableRow, CheckboxTable, and CheckboxTable's story

---

**29-August-2022**

### 3.14.6

Add noArrowKeyNumberChange prop to MonthYearPicker and TextInput to prevent
changing values on arrow key scrolling for components with lots of inputs.

---

**26-August-2022**

### 3.14.5

Removed the `closeOnOutsideClick` prop. SideDrawer will now close on an outside
click as the default behavior. No additional prop is needed and the `closeCallout`
method is required.

### 3.14.4

Added checkbox props to MobileTableRow, add mobile checkboxes to CheckboxTable

---

**25-August-2022**

### 3.14.3

Made the totalRowKey prop optional on MobileTableRow, started
adding mobile compatibility to CheckboxTable

---

### 3.14.2

Added an optional prop to disable incrementing / decrementing numbers with mouse
wheel in MonthYearPicker component

---

### 3.14.1

Added an optional prop to disable incrementing / decrementing numbers with mouse
wheel in TextInput component

---

**24-August-2022**

### 3.14.0

Added CheckboxTable as a new component. It is still a WIP, but we are going to
implement it in Predict for further testing. CheckboxTable is meant to replace
and improve on StandardTable's checkbox functionality.

Link to Story: [CheckboxTable](/story/wip-checkboxtable--default)

---
