Releases: lukasoppermann/html5sortable
Releases · lukasoppermann/html5sortable
IE FIX
v0.4.2 update it v0.4.2
Mozilla Fix
Remove jQuery dependancy
Breaking changes
This release comes with breaking changes, as jQuery is completely removed. With this the support is adjusted to now only include IE10+ and all major browsers. (This means IE9 support has been removed).
Update with care!
Add support for data-ng attributes
v0.3.1 bump 0.3.1
Add hoverClass
- users can now specify
hoverClass
to a valid css class string e.g.sortable-over
which will be added to elements on hover
Fix Angular Controller
v0.2.9 bump to version v0.2.9
Update sortupdate api
- sortupdate api now has the old & new index of of the dragged item in relation to other sortable items as well as in relation to all other elements within the sortable
- a semicolon is added before the not minimised files to avoid errors when concatenating with other functions which are not correctly formatted
Adding Sortstop
v0.2.7 bump to version v0.2.7
Ghost fix & reload options fix
v0.2.6 update
Fix NPM package
v0.2.4 hotfix