Releases: Astray-git/vue-dragula
Releases · Astray-git/vue-dragula
Release 2.0.0-alpha.1
🚧 This is not a stable version, API may change in future versions.
- rename plugin to Vue.dragula #6
- install plugin to instance, vm.$dragula #7 #11
- options set no longer limited in
created
hook
- flowing one-way data flow, model update need to be done manually via eventBus
Release 1.3.0
New
- #19 Vuejs 2.0 support ( #22 by @amcsi )
- expose
removeIndex
on removeModel
Release 1.2.0
New
- #13 expose dropIndex on
dropModel
Fixed
- #16 refactored how models are tied to containers ( #17 by @Feasul)
- #14 transition workaround
Release 1.1.0
new
fixed
- fixed umd build with deps
Release 0.0.3
- expose
options
api: Vue.vueDragula.options
- fix scss