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

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

**30-SEPTEMBER-2024**

### 4.8.3

Added a `disabled` prop to the `DrawerSelect` so that we allow the consuming components to manage the disabled state.

[DrawerSelect - Disabled](/story/components-drawerselect--disabled)

### 4.8.2

- Passed the disabled prop value to the `Picker` in the `FilterMenu` to enable the functionality of disabling the `Picker` in `Filter` component

---

### 4.8.1

Updates to the `DrawerSelect` component:

- Added an `isLoading` prop to handle the loading state.
- Added a gradient under the `SearchBar` to gracefully hide options when scrolling.

[DrawerSelect - Loading](/story/components-drawerselect--loading)

---

**24-SEPTEMBER-2024**

### 4.8.0

The `DrawerSelect` component is a `Button` UI that behaves like a `Select` component. Instead of a dropdown menu, it opens a `SideDrawer` component.

[DrawerSelect](/docs/components-drawerselect--docs)
