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

{/* INSERT NEW UPDATE HERE */}

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

**22-Jun-2022**

### 3.8.9

- Created new Storybook template for Toast component and updated the comments description for props

---

**21-Jun-2022**

### 3.8.8

- Simplified TagNew types

---

**20-Jun-2022**

### 3.8.7

- Updated TagNew component (removed `solid` prop)
- Fixing some import bugs from a previous PR

---

**20-Jun-2022**

### 3.8.6

- Refined DocsTemplate component for Storybook template display
- Converted some helper functions to .ts

---

**20-Jun-2022**

### 3.8.5

- Created new Storybook templates to help with Helper Functions
- Updating existing DocsTemplate component to include a Code Example

---

**17-Jun-2022**

### 3.8.2

Added Select story with prop descriptions from JS file. (Since Select will soon be deprecated, will not be converted to TS)

---

**13-Jun-2022**

### 3.8.1

Added a few props to the SortColumn component to provide the ability to clear filters and allow the sort changes to persist when filters are updated.

Props added: `filter.secondarySortProp`, `filter.closeCallout` and `filter.onSortChange`

---

**10-Jun-2022**

### 3.8.0

Added a new helper function `snakeCaseToTitle` that converts a string such as `'campaign_types_report'` to `'Campaign Types Report'`

Example: [SnakeCaseToTitle Helper Function](/story/helper-functions-snakecasetotitle--page)
