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

{/* INSERT NEW UPDATE HERE */}

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

**09-Nov-2022**

### 3.19.6

Some prop type updates for `CheckboxTable` along with some bug fixes

---

### 3.19.5

Replacing a Datepicker.js with DatepickerNew.tsx component

[Datepicker](/story/components-datepicker-datepicker--basic)

---

**03-Nov-2022**

### 3.19.4

Adding a standard SparkLine graph components

[SparkLine](/story/wip-sparkline--default)

[SparkLineWithTooltip](/story/components-charts-sparkline-with-tooltip--default)

---

**27-Oct-2022**

### 3.19.3

Adding a `loading` prop to `Pill`.

[Pill](/story/components-pill--basic)

---

**24-Oct-2022**

### 3.19.2

Add `labelTooltip` to `Select`.

[Select](/story/components-formcomponents-select--with-label)

---

**24-Oct-2022**

### 3.19.1

Adding `FormLabel` to `TextInput`, `Select`, `MultipleSelection`, `ToggleOptions`, and `Slider`

[MultipleSelection](/story/components-formcomponents-multiselect-multipleselection--basic)
[Select](/story/components-formcomponents-select--with-label)
[Slider](/story/components-formcomponents-slider--slider-component)
[TextInput](/story/components-formcomponents-textinput--basic)
[ToggleOptions](/story/components-formcomponents-toggleoptions--basic)

---

**24-Oct-2022**

### 3.19.0

New `FormLabel` component. This is to be used with all form components (`TextInput`, `Select`, `MultipleSelection`, etc).

[FormLabel](/story/components-formcomponents-formlabel--basic)

---
