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

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

**30-APRIL-2026**

### 5.0.6

- react-ui: Remove unused swiper dependency from package.json (#14208)

### 5.0.5

- Update Select `disabledTooltip` type from `string` to `ReactNode`

---

**29-APRIL-2026**

### 5.0.4

- Begin multipack work in Carton Receive, + Translate component from i18n (#14032)
- Show an icon with a tooltip for a disabled option in the Select Component(#14107)

---

**23-OCTOBER-2025**

### 5.0.3

- react-ui: add `tailwind-merge` as dep to package.json (#8622)
- Convert more Fulfillment components to Tailwind (#8559)
- update the rest of the devDependencies (#8546)
- Add Badge support for ScoreCard component (#8528)

---

**17-OCTOBER-2025**

### 5.0.2

- Add indicators for primary display file and hero image in `Card`, update `Card` to support decorators, and include these enhancements in Storybook.
- Update `TextInput` to improve test ID consistency for better QA and testing reliability

---

**19-AUGUST-2025**

### 5.0.1

- Added confirmation dialog support to `FloatingActionBar` actions
- Fix `TagInput` placeholder display by expanding input field to use full available width
- Updated the `Alert`, `FormLabel`, `Badge`, `EmptyState`, `Ellipsis`, and `SideDrawer` components with improved styling using Tailwind CSS and removed problematic tests to prevent UI issues.

---

**05-AUGUST-2025**

### 5.0.0

#### BREAKING CHANGES

- Tailwind 4 has been introduced! Applications must support Tailwind 4 to be compliant with the library.

#### OTHER CHANGES

- Updated React and related dependencies to v19.1.1 for improved compatibility and stability
- Refactored the `LargeTextInput` component for better type safety and maintainability
- Added a new `ArrowDown` icon
- Fix font loading issues in `google-fonts.css`
- Removed non-`pat-` prefixed CSS utility classes from `react-ui`
- Added pagination and customizable empty state support to `ExposedMultiSelectFilter`
- Fixed remaining `pat-` prefix issues affecting delay animations in `LeftNavLink` and `ListLoading`
- Remove feature toggles from `react-ui` components to simplify usage and improve stability
