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

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

**11-NOVEMBER-2024**

### 4.10.9

- Removed the old `MediaViewer` component from library.
- Renamed `MediaViewerNew` to `MediaViewer`.

---

**09-NOVEMBER-2024**

### 4.10.8

- Adding a partial state for [Checkboxes](/docs/components-formcomponents-checkbox--docs)

  This partial state is designed so that the checkbox of a parent category can
  display a partially checked state is some but not all of the children are checked.
  The display of the partial state will be controlled by the consuming component.

[Partial Checkbox State](/story/components-formcomponents-checkbox--partial)

---

**08-NOVEMBER-2024**

### 4.10.7

- Adding new disabled items section below unselected items in `MultiSelect` dropdown. Currently all the disabled items in `MultiSelect` are displayed under unselected section, with this change these disabled items can be moved into new disabled section.

[MultiSelect](/docs/components-multiselect--disabled-items-section)

---

**07-NOVEMBER-2024**

### 4.10.6

- Added a `ScrollingContainer` to the `FileUploader` component. This will allow many files to be uploaded at once and not take too much space on the screen.

[FileUploader](/docs/components-fileuploader--docs)

### 4.10.5

- Fixed the checkbox column width issue in the empty state of nested rows in standard table.

---

**06-NOVEMBER-2024**

### 4.10.4

- Removed the deprecated `InfoTooltip` component and related types

---

**05-NOVEMBER-2024**

### 4.10.3

- Allowing a "controlled" prop to `FileUploader` so that it can be used with a controlled state. This will eventually become the default behavior, but for now, it is an opt-in feature until we update all instances of `FileUploader`.

[FileUploader](/docs/components-fileuploader--docs)

### 4.10.2

- Fixed the checkbox column width issue in nested rows of the standard table.

---

**30-OCTOBER-2024**

### 4.10.1

- Fixed `subText` on `ChartTooltip` not wrapping. Added a max width.

---

**29-OCTOBER-2024**

### 4.10.0

- Created an `AppLoader` component to be used when an application is loading.
- Added the `size` prop to `Spinner` to allow for a large variation.
