-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathChanges
More file actions
22 lines (16 loc) · 693 Bytes
/
Changes
File metadata and controls
22 lines (16 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Change log for jquery.udraggable plugin.
For full commit history see:
https://github.com/grantm/jquery-udraggable/commits/master
0.3.0 2015-03-10
* patch from Lukas Dietrich to allow normalisePosition() to be overridden
0.3.0 2014-01-23
* new methods: destroy, disable, enable
* throw an exception if unsupported method called
0.2.0 2013-09-06
* "parent" containment now refers to positioning parent - offsetParent()
* element position now normalised to top & left if right or bottom
* redraws now synced via requestAnimationFrame
* new "getStartPosition" and "positionElement" options
* new "handle" option
0.1.0 2013-08-29
* initial release