Skip to content

Latest commit

 

History

History
138 lines (70 loc) · 7.73 KB

CHANGELOG.md

File metadata and controls

138 lines (70 loc) · 7.73 KB

1.9.4 (2024-06-14)

Bug Fixes

  • onEnd should be correct when items exist (#38) (e3a1bdc)

1.9.3 (2024-06-11)

Bug Fixes

  • scrollContainerOriginPosition should be corrected when effect return (#37) (49ba781)

1.9.2 (2024-06-11)

Bug Fixes

  • use getComputedStyle to get scrollContainer position (#36) (819a937)

1.9.1 (2024-06-07)

Bug Fixes

  • do not select text when selecting (#35) (427636f)

1.9.0 (2024-03-12)

Features

1.8.2 (2024-02-23)

Bug Fixes

  • isSelecting should be correct when starting box selection (#30) (9a6b90e)

1.8.1 (2024-02-19)

Bug Fixes

  • compareFn should be used when items exists (#28) (0902fbc)

1.8.0 (2024-02-01)

Features

  • automatically add position to scrollContainer during frame selection (#27) (b769781)

1.7.1 (2024-01-31)

Bug Fixes

  • add compareFn to Selectable、remove useSelectable compareFn (#26) (711acce)

1.7.0 (2024-01-31)

Features

  • value support any、add compareFn (#25) (548b38f)

1.6.0 (2024-01-26)

Features

1.5.0 (2024-01-26)

Features

  • add items to optimize virtual list (#23) (bbb929d)

1.4.0 (2024-01-24)

Features

1.3.0 (2024-01-18)

Features

  • support dragContainer、scrollContainer, deprecate getContainer (#19) (77f4acb)

1.2.0 (2023-11-23)

Features

  • support automatic scrolling and touch events (#17) (5e8fe62)

1.1.1 (2023-09-12)

Bug Fixes

1.1.0 (2023-09-04)

Features

  • support selectStartRange, remove selectFromInside (#14) (b7f845f)

1.0.5 (2023-09-03)

Bug Fixes

  • selectFromInside should be corrected when changed (#13) (d8a701f)

1.0.4 (2023-09-03)

Bug Fixes

  • fixed some boundary issues with disabled (#12) (4a0b4b6)

1.0.3 (2023-09-03)

Bug Fixes

  • remove mousemove listener in useEffect (#11) (45f7b58)

1.0.2 (2023-09-02)

Bug Fixes

  • box should not exceed the container (#10) (6732cd2)

1.0.1 (2023-08-18)

Bug Fixes

  • start box selection when the area exceeds 1 (#6) (220f7b7)

1.0.0 (2023-08-18)

Features