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

{/* INSERT NEW UPDATE HERE */}

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

**11-Aug-2023**

### 3.34.1

Added a `disabled` prop to `FormLabel` and a `disabled` prop to `MultipleSelection`.

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

[MultipleSelection](/story/components-formcomponents-multipleselection--disabled)

---

**10-Aug-2023**

### 3.34.0

Added new `SectionHeader` component for forms and side drawers.

[SectionHeader](/docs/components-formcomponents-sectionheader--docs)
