Skip to content

Releases: rhwilr/vue-nestable

2.6.0

26 Aug 16:39
0e04ba4
Compare
Choose a tag to compare

Changed

  • Replaces deprecated Event.srcElement with Event.target. #98 (by @punpunm)
  • Upgraded dependencies.

2.5.3

27 Mar 15:03
Compare
Choose a tag to compare

Fixed

  • Under some conditions, the wrong pathTo value would be passed to the
    change event.

2.5.2

27 Mar 15:03
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where under some conditions the .nestable-drag-layer element
    would not render until the next frame, therefore calculating its size would
    throw an error.

2.5.1

31 Jan 20:44
59ce5ec
Compare
Choose a tag to compare

Fixed

  • When moving the mouse slowly, the ghost item would appear in the top left corner until the next mousemove event triggerd. This is now fixed. #87

Changed

  • Upgraded dependencies.

2.5.0

18 Dec 13:14
Compare
Choose a tag to compare

Added

  • RTL support. Check out the example for details. #83 (by @RoOhi-E)

Fixed

  • Using keyprop to render NestablItems in v-for. #85 (by @passi246)

Changed

  • Upgraded dependencies.

2.4.5

26 Sep 14:30
Compare
Choose a tag to compare

Fixed

  • Fixes a bug that caused the dragging item to be offset when the content was
    in a scrollable container.
    #17

2.4.4

15 Aug 14:29
Compare
Choose a tag to compare

This release updates many dependencies to the latest version.

2.4.3

12 Jun 06:23
Compare
Choose a tag to compare

This release updates many dependencies to the latest version.
There are no new features or changes in this release.

2.4.2

24 May 08:42
Compare
Choose a tag to compare

There are no new features or changes in this release.

Changed

  • Upgraded many internal dev-dependencies as well as our build tools.

2.4.1

06 May 08:23
0b4f535
Compare
Choose a tag to compare

Fixed

  • Fixed an issue that caused an items nesting level to be always increased on
    the first interaction.
    #24