Vue Dndrop Versions Save

:herb: A vue library for drag and drop :sparkles:

1.2.0

2 years ago

1.1.2

2 years ago

1.1.2 is here 👍🏼

  • vue-dndrop features actions 🎉
  • solved some issues for best usage of the library

1.1.1

2 years ago

1.1.1 is here :tada:

  • vue-dndrop now supports vue 3.x with the tag next:
    • vue-dndrop@next < check out the changelog :heavy_check_mark:
  • updated documentation and fixed some typos for better understanding
    • minor docs enhancement
    • added an error prevention when dragging element fires @drop and @drop-ready

1.1.0

2 years ago

1.1.0 is here :tada:

  • vue-dndrop now supports vue 3.x with the tag next:
    • vue-dndrop@next :heavy_check_mark:
  • updated readme for better understanding
    • first enhancement completed :heavy_check_mark:
    • added a null prevention when the drag element gets a null value

1.0.3

2 years ago
  • Prevent:
    • Errors when a container gets a null value

1.0.2

2 years ago
  • new event:
  • @drop-not-allowed

Event

@drop not allowed for either being a no-drop zone or not suiting the validation rules at a specific state

Example

<Container @drop-not-allowed="dropNotAllowed">
dropNotAllowed ({ payload, container }) {
  return false
}

Parameters

  • payload : object : the payload object that is returned by get-child-payload. It will be undefined in case get-child-payload is not set.
  • container : object : return the container which the current payload was unable to be dropped.

1.0.1

2 years ago
  • Stable version with demo.

0.8.8

2 years ago
  • fix(build): gitignore

0.8.7

2 years ago