Skip to content

Latest commit

 

History

History
112 lines (53 loc) · 5.25 KB

CHANGELOG.md

File metadata and controls

112 lines (53 loc) · 5.25 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.0-beta (2021-08-03)

Bug Fixes

  • draggable plugin: correct the value of store.targetPath (21a5bf7)

3.0.3 (2021-04-16)

Bug Fixes

  • draggable plugin: fix node insert error after drop (04de941), closes #51

3.0.2 (2021-04-12)

Bug Fixes

  • draggable plugin: wrong result when move downwards in same level (9124ec1)

3.0.1 (2021-03-30)

Bug Fixes

  • draggable plugin: fix change even (72c1b08)

3.0.0 (2020-12-13)

Features

  • all: update for vue3 (fd2e1ac)
  • types: update types declaration for vue3 (175c0f2)

Bug Fixes

  • dist: use .js instead of .vue to fix 'render overrided issue' (5b2fcc3)

2.0.7-beta.3 (2020-12-13)

2.0.7-beta.2 (2020-12-13)

2.0.7-beta.1 (2020-12-13)

2.0.6 (2020-12-13)

Features

  • draggable plugin: add alias after-placeholder-created for event afterPlaceholderCreated (9c64bcc)
  • fold plugin: add alias node-folded-changed for event nodeFoldedChanged (b70fc80)

Bug Fixes

  • draggable plugin: update dependence draggable-helper (de98c11)

2.0.5 (2020-11-26)

2.0.5-beta.1 (2020-11-26)

2.0.4-beta2 (2020-09-29)

Features

  • draggable plugin: add prop: edgeScrollSpecifiedContainerX, edgeScrollSpecifiedContainerY (ae18703)

2.0.4-beta1 (2020-09-29)

Features

  • draggable plugin: add event after-move (b6aa068)

2.0.3 (2020-08-08)

Features

  • draggable plugin: up draggable-helper,add opt preventTextSelection fix about stacking context (9df8670)

Bug Fixes

  • draggable plugin: update dependence draggable-helper to 5.0.3 (7cc19de)

2.0.1 (2020-06-11)

2.0.0 (2020-06-11)

Features

  • base tree, draggable plugin: RTL support (bbdcba4), closes #17
  • draggable plugin: add option triggerBySelf (b0be699)
  • draggable plugin: edge scroll (843510e)

Bug Fixes

  • base tree, draggable plugin: update the usage of hp.binarySearch and hp.strRand (877afc3)
  • draggable plugin: add event before-drop, move drop event to correct position (2bad9f7)
  • draggable plugin: fix logic (3ca59ea)
  • type definition: update type definition for v2 (f66a38a)