Releases: lukasoppermann/html5sortable
Releases · lukasoppermann/html5sortable
Release list
New acceptFrom feature
Thanks to @mfriesen for adding the new acceptFrom option.
This option is a replacement for the soon to be deprecated connectWith option.
The benefit of this new implementation is, that sortables can have a one-way connection so that items can be move from sortable A to sortable B but not vice-versa.
Firefox bugfix
Serialization
- new serialization feature #270
maxItems
A new maxItems option is added #260, which allows you to specify how many items can be added to a connected sortable.
disabled fix
0.5.1
-
fix: sortable('.sortable', 'disable'); fails #243
-
bc break: deprecated dragImage options was removed
-
improving tests
Bugfix for js error when dragging disabled item
Add getChildren fn
Fixes performance issues with firefox
v0.4.4 0.4.4