You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* check if document is not equal, deduct offseY ([c27722e](https://github.com/CoCreate-app/CoCreate-dnd/commit/c27722ec3b9fecd1c1cd65f590ae3e250d671f3b))
* improved handling of cloneable-html element ([566c673](https://github.com/CoCreate-app/CoCreate-dnd/commit/566c6732cf6330b54584387facd29384857ef159))
11
+
* move elementValue handling in else condition ([64e2dcd](https://github.com/CoCreate-app/CoCreate-dnd/commit/64e2dcde1bba21a9a818c153be22f2916f331cf8))
12
+
* observer taget has been renamed to selector ([460f5da](https://github.com/CoCreate-app/CoCreate-dnd/commit/460f5da73a09fc457df5cd73359e56cf611c0e37))
13
+
* pretier.config.js and file formating ([7a7016b](https://github.com/CoCreate-app/CoCreate-dnd/commit/7a7016b29e71ca5b56dcb2a9bad6ac4d249a0d5f))
14
+
* remove draggable el if cloned ([8ae45dd](https://github.com/CoCreate-app/CoCreate-dnd/commit/8ae45dd512d667cfa0f512e2e1fbe4987228ab62))
15
+
* remove quill example ([045665e](https://github.com/CoCreate-app/CoCreate-dnd/commit/045665ec5fde145c4f3bb6e0fd7d7b3449c5849b))
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@cocreate/dnd",
3
-
"version": "0.31.4",
3
+
"version": "0.32.0",
4
4
"description": "A collaborative js drag and drop component with iframe support. Great for sorting, cloning etc. Customizable using HTML5 attributes and/or JavaScript API.",
0 commit comments