Releases: HubSpot/sortable
Releases · HubSpot/sortable
Fix event bug
v0.8.0 Compiled, 0.8.0
v0.7.1
fix
Refactor for performance, new type support, installability, and more
Major changes found in cab1613
Date type support, improved alpha and numeric sorting
v0.6.0 v0.6.0
Fix IE8 column click handling
sortable -> Sortable, Autoinit, and cleanup
- This release renames the exported object from
sortable
toSortable
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 callSortable.init()
if you add a table after the fact.
First public release
v0.4.1 Improvements to the docs and welcome page