Skip to content

Releases: rhwilr/vue-nestable

2.6.0

Choose a tag to compare

@rhwilr rhwilr released this 26 Aug 16:39
0e04ba4

Changed

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

2.5.3

Choose a tag to compare

@rhwilr rhwilr released this 27 Mar 15:03

Fixed

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

2.5.2

Choose a tag to compare

@rhwilr rhwilr released this 27 Mar 15:03

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

Choose a tag to compare

@rhwilr rhwilr released this 31 Jan 20:44
59ce5ec

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

Choose a tag to compare

@rhwilr rhwilr released this 18 Dec 13:14

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

Choose a tag to compare

@rhwilr rhwilr released this 26 Sep 14:30

Fixed

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

2.4.4

Choose a tag to compare

@rhwilr rhwilr released this 15 Aug 14:29

This release updates many dependencies to the latest version.

2.4.3

Choose a tag to compare

@rhwilr rhwilr released this 12 Jun 06:23

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

2.4.2

Choose a tag to compare

@rhwilr rhwilr released this 24 May 08:42

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

Choose a tag to compare

@rhwilr rhwilr released this 06 May 08:23
0b4f535

Fixed

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