# TribePlatform's React UI-Kit Changelog

## [v3.1.1](https://gitlab.com/tribeplatform/tribe-neo/tags/react-ui-kit-3.1.1) <sub>/ 2022-04-28</sub>

### Fixed (1 change)

- [fix: Multiselect.disabled can delete selected items](https://gitlab.com/tribeplatform/tribe-neo/commit/ccf38c4ed6f67e4e6178a0ea48e2e4747c0ccb0c)


## [v3.1.0](https://gitlab.com/tribeplatform/tribe-neo/tags/react-ui-kit-3.1.0) <sub>/ 2022-04-13</sub>

### New Features (5 changes)

- [add CardHeader.size parameter](https://gitlab.com/tribeplatform/tribe-neo/commit/1a5da98e53fb971c12f7258c47647bf1b06bd321)
- [add Accordion variant](https://gitlab.com/tribeplatform/tribe-neo/commit/81c90d7ac7764f434f43c88845dd84155bb2d912)
- [Improve UX for pasting text in Multiselect creatable](https://gitlab.com/tribeplatform/tribe-neo/commit/c4ef80fb0cab92b5625fd7eb1719a32331dd4eda)
- [add Sidebar 'withBorder' and 'size' props](https://gitlab.com/tribeplatform/tribe-neo/commit/089bc2ebca8287e77dfd58b342104160c686cc20)
- [add Form.Multiselect](https://gitlab.com/tribeplatform/tribe-neo/commit/f5b5a03940ce9345dc6acd8170c82e52f07d026d)

### Fixed (6 changes)

- [fix: change Dropdown.Item default from 'a' to 'button'](https://gitlab.com/tribeplatform/tribe-neo/commit/ba52cfec5b941fadb3ead11fdaae63a149b2502e)
- [fix extra scroll in Table](https://gitlab.com/tribeplatform/tribe-neo/commit/9077d5261aad9de8f2ddfbaa046cd3b54cdb84ee)
- [fix radio group background color on dark themes](https://gitlab.com/tribeplatform/tribe-neo/commit/ec656c974a21a5c2449299bbf98c93705b61d63d)
- [fix toggle background color on dark themes](https://gitlab.com/tribeplatform/tribe-neo/commit/ce2036f2f86565474ac3b314f81def4c1947b34c)
- [Wrap react-player to fix ESM build issues](https://gitlab.com/tribeplatform/tribe-neo/merge_requests/464)
- [more consistent text size](https://gitlab.com/tribeplatform/tribe-neo/commit/dc77101a80c49b2a5338d6515299ddc0acd10d37)

### change (2 changes)

- [move RadioGroup helper text to top](https://gitlab.com/tribeplatform/tribe-neo/merge_requests/513)
- [move RadioGroup helper text to top](https://gitlab.com/tribeplatform/tribe-neo/merge_requests/544)

### refactor (1 change)

- [refactor: more consistent input placeholders & focus states](https://gitlab.com/tribeplatform/tribe-neo/commit/6123d672a849ee8189de4d764129ace2add5616e)


## [v3.0.0](https://gitlab.com/tribeplatform/tribe-neo/tags/react-ui-kit-3.0.0) <sub>/ 2022-02-20</sub>

### Breaking Changes (1 change)

- [Migrate react-ui-kit to ESM with CJS wrapper](https://gitlab.com/tribeplatform/tribe-neo/merge_requests/440)

### Fixed (3 changes)

- [fix modal scroll on mobile](https://gitlab.com/tribeplatform/tribe-neo/commit/f41486e6114747b9ad86c25474fac755d6e84dec)
- [fix list dividers position](https://gitlab.com/tribeplatform/tribe-neo/commit/c7be55202ec87ae147d409debbe67abb1eb6ef09)
- [Add min-width to Select items](https://gitlab.com/tribeplatform/tribe-neo/commit/e98fb5fae3656d1060f85a6534a297e1f2f6e71c)

### Changed (2 changes)

- [Create ESM wrapper for react-ui-kit during rebundle](https://gitlab.com/tribeplatform/tribe-neo/merge_requests/432)
- [Change styles export from 'styles.css' to 'styles'](https://gitlab.com/tribeplatform/tribe-neo/commit/90c475f7227db25f855e972285c82c82237275b9)


## [v2.1.1](https://gitlab.com/tribeplatform/tribe-neo/tags/react-ui-kit-2.1.1) <sub>/ 2022-02-02</sub>

*No changes were mentioned for this release.*


## [v2.1.0](https://gitlab.com/tribeplatform/tribe-neo/tags/react-ui-kit-2.1.0) <sub>/ 2022-02-01</sub>

### New Features (1 change)

- [add NavVertical 'size' and 'collapsed' props](https://gitlab.com/tribeplatform/tribe-neo/commit/471736efd477f8a00748a1b086c45f0c9d17a426)

### Other (1 change)

- [Rebundle react-ui-kit before publishing](https://gitlab.com/tribeplatform/tribe-neo/merge_requests/357)


## [2.0.1](https://gitlab.com/tribeplatform/tribe-neo/tags/react-ui-kit-2.0.1) <sub>/ 2021-12-19</sub>

*No changes were mentioned for this release.*

## [2.0.0](https://gitlab.com/tribeplatform/tribe-neo/tags/5.0.0) <sub>/ 2021-12-10</sub>

### Changed

- `major` Changed the package name from `@tribeplatform/components` to `@tribeplatform/react-ui-kit`.

## [1.0.1](https://gitlab.com/tribeplatform/tribe-neo/tags/1.3.0) <sub>/ 2021-11-18</sub>

### Changed

- `patch` fix Badge component when using `<Badge>` with `<Icon>`
- `patch` add Select.invalid field
