## 1.4.1

`2024-04-07`

- Fixed radio style error. [#23](https://github.com/mints-components/miller-columns/pull/23)

## 1.4.0

`2024-03-22`

- Support new mode single select. [#22](https://github.com/mints-components/miller-columns/pull/22)

## 1.3.2

`2024-03-07`

- Fixed check child loaded conditional judgment error. [external issue](https://github.com/apache/incubator-devlake/issues/6211)

## 1.3.0

`2023-08-30`

- Support controlled expandedIds. [#19](https://github.com/mintsweet/miller-columns-select/issues/19)
- Fixed parent nodes with no children can be selected. [#18](https://github.com/mintsweet/miller-columns-select/issues/18)

## 1.2.2

`2023-08-23`

- Fixed error while switching multiple components. [#14](https://github.com/mintsweet/miller-columns-select/issues/14)

## 1.2.0

`2023-05-15`

- Support async request failure retry. [#9](https://github.com/mintsweet/miller-columns-select/issues/9)
- Fixed directories without subsets can be selected. [#7](https://github.com/mintsweet/miller-columns-select/issues/7)
- Fixed the first column hasMore is incorrect. [#11](https://github.com/mintsweet/miller-columns-select/issues/11)

## 1.1.0

`2023-04-27`

- Support new props `showSelectAll`. [#3](https://github.com/mintsweet/miller-columns-select/issues/3)
- Fixed the loading state lost. [#4](https://github.com/mintsweet/miller-columns-select/issues/4)

## 1.0.0

`2023-04-12`

- A flat data structure makes usage simple.
- Support for loading data asynchronously.
- Implement scrolling loading data on a column by **react-infinite-scroll-component**.
- The complete example helps you easily implement a demo.
- Good **TypeScript** support.
