Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

55 lines (32 loc) · 1.63 KB

1.4.1

2024-04-07

  • Fixed radio style error. #23

1.4.0

2024-03-22

  • Support new mode single select. #22

1.3.2

2024-03-07

1.3.0

2023-08-30

  • Support controlled expandedIds. #19
  • Fixed parent nodes with no children can be selected. #18

1.2.2

2023-08-23

  • Fixed error while switching multiple components. #14

1.2.0

2023-05-15

  • Support async request failure retry. #9
  • Fixed directories without subsets can be selected. #7
  • Fixed the first column hasMore is incorrect. #11

1.1.0

2023-04-27

  • Support new props showSelectAll. #3
  • Fixed the loading state lost. #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.