Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 996 Bytes

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 996 Bytes

Changelog

v2.0.0

Max levels number has been implemented and opener background-image has been removed

v1.4.0

Support for mobile devices in jquery-sortable-lists-mobile.js

v1.3.1

Support for jquery >=1

v1.3.0

Added insertZonePlus option. Fixed bug with ol lists.

v1.2.0

Added opener.as option to opener. Now is possible to use opener.as html or class option.

v1.1.1

Fixed bug on target parameter of isAllowed callback.

v1.1.0

Callback onChange has been implemented.

v1.0.14

License have been changed to MIT.

v1.0.13

Fixed bug with empty ignoreClass value (as default). If condition checked target.hasClass( setting.ignoreClass ) and ignoreClass was "" it returned always true. This blocked startDragg() call.