1
**** version 3.0.0 PR2 ***
3
Added bubbles config option to help with extending later.
4
Updated _checkRegion to perform Bottom, Top, Left, Right validation instead of Top, Bottom, Left, Right
6
**** version 3.0.0 PR1 ***
11
Proxy Drags with handles inside an element with overflow: hidden will not target properly.
14
Scrolling Module not available as of this release.
18
**** File Structure and Module Info ***
22
ddm-base.js ==> Base DragDrop Manager
23
ddm.js ==> Adds shim support
24
ddm-drop.js ==> Adds Drop support
25
drag.js ==> Main drag class
26
proxy.js ==> Adds proxy support to Drag
27
constrain.js ==> Adds constrain support to drag
28
drop.js ==> Drop Support
29
dd-plugin.js ==> Node plugin for Drag
30
dd-drop-plugin.js ==> Node plugin for Drop
34
dd-ddm-base ==> Base DragDrop Manager
35
dd-ddm ==> Adds shim support
36
dd-ddm-drop ==> Adds Drop support
37
dd-drag ==> Main drag class
38
dd-proxy ==> Adds proxy support to Drag
39
dd-constrain ==> Adds constrain support to drag
40
dd-drop ==> Drop Support
41
dd-plugin ==> Node plugin for Drag
42
dd-drop-plugin ==> Node plugin for Drop
43
dd ==> All Drag & Drop related code
46
dd-ddm-base.js ==> Base DragDrop Manager
47
dd-ddm.js ==> Adds shim support
48
dd-ddm-drop.js ==> Adds Drop support
49
dd-drag.js ==> Main drag class
50
dd-proxy.js ==> Adds proxy support to Drag
51
dd-constrain.js ==> Adds constrain support to drag
52
dd-drop.js ==> Drop Support
53
dd-plugin.js ==> Node plugin for Drag
54
dd-drop-plugin.js ==> Node plugin for Drop
58
dd.js ==> dd-ddm-base, dd-ddm, dd-ddm-drop, dd-drag, dd-proxy, dd-constrain, dd-drop, dd-plugin, dd-drop-plugin