Releases: rhwilr/vue-nestable
Releases · rhwilr/vue-nestable
2.6.0
Changed
- Replaces deprecated
Event.srcElement
with Event.target
. #98 (by @punpunm)
- Upgraded dependencies.
2.5.3
Fixed
- Under some conditions, the wrong
pathTo
value would be passed to the
change
event.
2.5.2
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
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
2.5.0
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
2.4.5
Fixed
- Fixes a bug that caused the dragging item to be offset when the content was
in a scrollable container.
#17
2.4.4
This release updates many dependencies to the latest version.
2.4.3
This release updates many dependencies to the latest version.
There are no new features or changes in this release.
2.4.2
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
Fixed
- Fixed an issue that caused an items nesting level to be always increased on
the first interaction.
#24