Skip to content

Releases: amendx/vue-dndrop

1.3.1

13 Dec 15:04
3abf44a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.1

1.2.0

04 Jan 17:06
Compare
Choose a tag to compare
update(version): deploy

1.1.2

04 Jan 16:06
Compare
Choose a tag to compare
1.1.2 Pre-release
Pre-release

1.1.2 is here 👍🏼

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

1.1.1

01 Dec 18:04
Compare
Choose a tag to compare

1.1.1 is here 🎉

  • vue-dndrop now supports vue 3.x with the tag next:
    • vue-dndrop@next < check out the changelog ✔️
  • 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

01 Oct 12:46
Compare
Choose a tag to compare

1.1.0 is here 🎉

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

1.0.3

28 Sep 14:39
Compare
Choose a tag to compare
1.0.3 Pre-release
Pre-release
  • Prevent:
    • Errors when a container gets a null value

1.0.2

02 Sep 18:43
Compare
Choose a tag to compare
  • 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

17 Aug 11:41
Compare
Choose a tag to compare
  • Stable version with demo.

0.8.8

10 Aug 21:51
Compare
Choose a tag to compare
0.8.8 Pre-release
Pre-release
  • fix(build): gitignore

0.8.7

10 Aug 21:46
Compare
Choose a tag to compare
0.8.7 Pre-release
Pre-release
fix(build): update tests | fix failed tests rootDir