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

{/* INSERT NEW UPDATE HERE */}

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

**14-MAY-2024**

### 3.45.10

Added a `currentPath` prop(string) in the `Timeframe` and `TimeframeFilter` components The `currentPath` prop takes the current pathname.

[Timeframe](/docs/components-timeframe-timeframe--docs)

---

**13-MAY-2024**

### 3.45.9

Extracting type exports into CommonTypes.models.ts in order to make module.ts more maintainable.

### 3.45.8

Removed `Sidebar` export from module.ts.

---

**8-MAY-2024**

### 3.45.7

Added a `currentPath` prop in the `RouterTabsBaseProps` and `MobileRouterTabsProps`.
The `currentPath` prop takes the current pathname.

[RouterTabs](/docs/components-tabs-routertabs--docs)

### 3.45.6

Added a optional `placement` prop in the `ActionProps` and `StandardButtonProps`. The `placement` prop determines the placement of the actions popover for the `ButtonGroup`.

[ButtonGroup](/story/components-buttons-buttongroup--actions-button)

---

**7-MAY-2024**

### 3.45.5

Officially removed old `sidebarLinks` prop from `LeftNav` component. This prop has been deprecated and is no longer needed.

[LeftNav](/docs/components-leftnav--docs)

---

**3-MAY-2024**

### 3.45.4

Added two more optional props in the `logo` prop for `LeftNav`. The `abbreviatedUrl` and isolatedUrl` are needed for the new logo rebranding.

[LeftNav](/docs/components-leftnav--docs)

### 3.45.3

Eliminated the optional operator and made it mandatory for TreeListBox's itemStates

[TreeListBox](/story/wip-treelistbox--with-search-bar)

---

**2-MAY-2024**

### 3.45.2

Added temporary optional operator for TreeListBox's itemStates to resolve the type-check failure in the build.

[TreeListBox](/story/wip-treelistbox--with-search-bar)

### 3.45.1

Incorporate the component state named itemStates into the consumer app and then pass it to the TreeListBox component as a prop.

[TreeListBox](/story/wip-treelistbox--with-search-bar)

---

**30-APRIL-2024**

### 3.45.0

Releasing the `PageHeader` component. This will allow for a more consistent header experience for our applications.

[PageHeader](/docs/components-pageheader--docs)

---
