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

{/* INSERT NEW UPDATE HERE */}

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

**13-Dec-2022**

### 3.23.5

Added small `Button` style type with disabled version.

[Small](/story/components-button--small)
[Small Disabled](/story/components-button--small-disabled)

---

**7-Dec-2022**

### 3.23.4

Rename `Switch` to `Toggle` component.

[Toggle](/story/components-toggle--basic)

---

**1-Dec-2022**

### 3.23.3

Removing `tippyPlacement` from `PopoverWithConfirmation` since the `tippyProps` and `menuButtonProps` handle placement already.

[PopoverWithConfirmation](/docs/components-popover-popoverwithconfirmation--menu-button-green)

---

**1-Dec-2022**

### 3.23.2

Added the `popoverWithConfirmationProps` option to the `saveButtonProps` prop in `FormButtons` to allow PopoverWithConfirmation.
Removed the `saveButtonConfirmationOptions` in favor of the new `popoverWithConfirmationProps` option.

[FormButtons](/story/components-formcomponents-formbuttons--save-confirmation-single)

---

**30-Nov-2022**

### 3.23.1

Added the `saveButtonConfirmationOptions` prop to `FormButtons` to optionally turn the "save" button into a `PoppoverWithConfirmation` component.

[FormButtons](/story/components-formcomponents-formbuttons--save-confirmation-single)

---

**29-Nov-2022**

### 3.23.0

Created the `FormButtons` component. This is to be used to handle the layout of buttons for our forms. A good use case for this will be in the `footerContent` prop for `SideDrawer` when we have forms in our drawers.

[FormButtons](/story/components-formcomponents-formbuttons--basic)

---
