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

{/* INSERT NEW UPDATE HERE */}

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

**26-July-2023**

### 3.32.3

Added the ability to display multi-levels of nested rows (up to 3 level deep). The `subRowDataKey`
needs to be added in the `nestedRowProps`. This key will refer to the object key where the array of
nested sub rows is stored. This will work for up to 4 levels of nested sub rows.

[StandardTable: Multi Nested Rows](/story/components-tables-standardtable--table-with-multi-nested-rows)

---

**25-July-2023**

### 3.32.2

Removed the `MobileHeader` component and instead added the code to the mobile version of `SidebarNew`. Along with this, we are adding the prop `mobileHeaderChildren` to `SidebarNew` to allow for custom children to be added to the mobile header.

Other refactoring changes are included as well. We no longer need the extra mobile props that we had previously.

[SidebarNew](/docs/components-sidebar-sidebarnew--docs)

---

**14-July-2023**

### 3.32.1

Added `disabled` prop to PopoverWithConfirmation. Also added `disabled` to FormButtons that use PopoverWithConfirmation.

[PopoverWithConfirmation](/docs/components-popover-popoverwithconfirmation--disabled)
[FormButtons](/docs/components-formcomponents-formbuttons--save-confirmation-single-disabled)

---

**11-July-2023**

### 3.32.0

Created the `SidebarNew` component. After replacing all instances of the old `Sidebar`, we will rename this component to `Sidebar`.

[SidebarNew](/docs/components-sidebar-sidebarnew--docs)
