Skip to content

Latest commit

 

History

History
127 lines (38 loc) · 3.32 KB

CHANGELOG.md

File metadata and controls

127 lines (38 loc) · 3.32 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.8 (2021-12-29)

Bug Fixes

  • BaseTree: fix wrong display filter when virtualization list disabled (68b6049), closes #3

1.2.7 (2021-12-28)

Bug Fixes

  • draggable: $droppable set to false is still able to be dropped into (c920a63), closes #17

1.2.6 (2021-12-26)

Note: Version bump only for package @he-tree/vue3

1.2.5 (2021-12-26)

Bug Fixes

  • dependence: update tslib to 2 from 1 (1d14939)

1.2.4 (2021-11-03)

Bug Fixes

  • virtual list: remove extra 'padding-bottom' when virtual list disabled (3a7f369)

1.2.3 (2021-10-29)

Bug Fixes

1.2.2 (2021-10-18)

Bug Fixes

  • BaseTree: fix methods: addNode, moveNode (8632538)

1.2.1 (2021-09-30)

Bug Fixes

  • draggable: fix ondragend return false (6785ae0)

1.2.0 (2021-09-21)

Features

  • draggable: ondragend hook supports promise (371a8d6)

1.0.3 (2021-09-18)

Bug Fixes

  • BaseTree: fix parma error of querySelector (e80d61b)

1.0.2 (2021-09-17)

Note: Version bump only for package @he-tree/vue3

1.0.1 (2021-09-17)

Bug Fixes

  • draggable: fix drag by touch (c9b9ba7)
  • vue3: fix type error and build (536a01b)