{/* 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 { Meta } from '@storybook/addon-docs/blocks'

<Meta
  title='ChangeLog/v3/3.38'
  parameters={{
    viewMode: 'docs',
    previewTabs: {
      canvas: { hidden: true },
    },
  }}
/>

{/* INSERT NEW UPDATE HERE */}

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

**03-JAN-2024**

### 3.38.2

Adding an optional `onBlur` prop for the `NewSelect` component.

[NewSelect - On Blur](/story/components-formcomponents-newselect--on-blur)

### 3.38.1

Making `labelProps` optional for the `NewSelect` component.

[NewSelect - No Label](/story/components-formcomponents-newselect--no-label)

---

**27-DEC-2023**

### 3.38.0

`Spreadsheet` is officially released!

[Spreadsheet](/story/components-spreadsheet-spreadsheet--editable-and-non-editable-cells)

[SpreadsheetContainer](/story/components-spreadsheet-spreadsheetcontainer--custom-columns)

Extended the functionality of the `Skeleton` component to include a `HeaderMetric` component layout. This is meant to be used with `HeaderMetric`, but could possibly be used with other components if needed.

[Skeleton - HeaderMetric](/story/components-skeleton--header-metric-skeleton)

---
