Skip to content

Releases: godswearhats/jquery-ui-rotatable

Version 1.1.1

29 Nov 17:15
a0fd73a
Compare
Choose a tag to compare

Fixes some minor bugs.

Version 1.1

26 Apr 18:50
Compare
Choose a tag to compare

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

09 Jul 00:43
Compare
Choose a tag to compare

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

09 Jul 00:13
Compare
Choose a tag to compare

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.