Skip to content

Releases: HubSpot/sortable

Fix event bug

16 Sep 08:52
Compare
Choose a tag to compare
v0.8.0

Compiled, 0.8.0

v0.7.1

16 Sep 04:10
Compare
Choose a tag to compare
fix

Refactor for performance, new type support, installability, and more

16 Sep 04:08
Compare
Choose a tag to compare

Date type support, improved alpha and numeric sorting

20 Feb 19:32
Compare
Choose a tag to compare

Fix IE8 column click handling

03 Dec 19:20
Compare
Choose a tag to compare

sortable -> Sortable, Autoinit, and cleanup

03 Dec 04:09
Compare
Choose a tag to compare
  • This release renames the exported object from sortable to Sortable to make conflicts less likely.
  • The library will now automatically init any data-sortable tables which exist on the page when it is initially rendered. You must still call Sortable.init() if you add a table after the fact.

First public release

27 Nov 22:35
Compare
Choose a tag to compare
v0.4.1

Improvements to the docs and welcome page