Skip to content

Releases: lukasoppermann/html5sortable

IE FIX

02 Sep 15:04
Compare
Choose a tag to compare
v0.4.2

update it v0.4.2

Mozilla Fix

16 Aug 11:17
Compare
Choose a tag to compare

Remove jQuery dependancy

23 Jun 15:42
Compare
Choose a tag to compare

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

31 Dec 10:45
Compare
Choose a tag to compare

Add hoverClass

07 Aug 09:29
Compare
Choose a tag to compare
  • 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

20 Jun 09:29
Compare
Choose a tag to compare
v0.2.9

bump to version v0.2.9

Update sortupdate api

28 May 20:29
Compare
Choose a tag to compare
  • 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

27 May 14:18
Compare
Choose a tag to compare
v0.2.7

bump to version v0.2.7

Ghost fix & reload options fix

12 May 16:04
Compare
Choose a tag to compare

Fix NPM package

27 Apr 16:40
Compare
Choose a tag to compare
v0.2.4

hotfix