Releases: godswearhats/jquery-ui-rotatable
Version 1.1.1
Fixes some minor bugs.
Version 1.1
This release fixes a bunch of outstanding bugs, as well as adding some fixes to the API. It should be 100% compatible with the previous version, however a lot of the internals were changed and renamed which may break some installations if they were using any of the internals, so I upped the rev to 1.1.
Version 1.0.1
There were some minor bugs that I missed in my haste to release 1.0. The README and demo are now more up to date and should accurately reflect the complete set of features offered by the library.
In addition, the steps
option was renamed to step
as that seems to make more semantic sense.
Version 1.0
jquery-ui-rotatable is a plugin for jQuery UI that works in a similar way to jQuery UI's Draggable and Resizable. By default, it puts a small rotation icon in the bottom left of whatever element you want to make rotatable. The positioning can be customized, along with image used. You can also execute callbacks before, during and after rotation; snap to a certain number of degrees (rotate by step); use the scrollwheel to rotate; set the starting angle of rotation; and combine it with jQuery UI's Draggable and Resizable plugins.