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

{/* INSERT NEW UPDATE HERE */}

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

**24-Oct-2022**

### 3.18.3

Removed MonthYearPicker

---

**24-Oct-2022**

### 3.18.2

Refactoring `toast` and `ToastContent` to allow the `buttons` prop so that `toast` can be consistent with `Alert`.

[Toast](/story/components-alerts--success-with-buttons)

---

**20-Oct-2022**

### 3.18.1

Allowing a disabled button to have a tooltip with the `tooltip` prop.

[Disabled button with tooltip props](/story/components-button--disabled-button-with-tooltip)

---

**18-Oct-2022**

### 3.18.0

The new component, `MultipleSelection`, is available for production use. This is the new standard for multi select dropdowns.

[MenuButton with new mainButtonTooltip prop](/story/components-multiselect-multipleselection--basic)

---
