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

{/* INSERT NEW UPDATE HERE */}

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

**27-Jan-2023**

### 3.26.2

Added a prop `topChildren` to the Filter component to optionally render children above other elements rather than below.

[Filter](/story/components-filter--basic)

**25-Jan-2023**

### 3.26.1

Added a prop `disabled` to the Filter component and a bug-fix which was reseting filters on clicking cancel button.

[Filter](/story/components-filter--basic)

**25-Jan-2023**

### 3.26.0

New `SearchBar` component to be used for tables, dropdowns, etc. This will clean up a lot of copy / pasted code throughout our apps and have a consistent experience.

[SearchBar](/story/components-searchbar--basic)

---
