Releases: tofsjonas/sortable
Releases · tofsjonas/sortable
Sortable 4.0.0
Sortable 3.2.3
Develop (#74) * package update * unary(+) instead of Number and parseInt * package update * flat eslint * too many badges * fixes due to package update
Sortable 3.2.2
correct path to src/sortable.scss
Sortable 3.2.1
style and sass fields in package.json
Sortable 3.2.0
Dev (#69) * more tests * enhanceSortableAccessibility can hopefully be imported better * main and module fields in package.json + version bump
Sortable 3.1.0
Rollup instead of tsc, focus listener (#67) * Rollup instead of tsc, focus listener
Sortable 3.0.0
A11y (#64) * class="dir-d|u"->aria-sort="ascending|descending" resolves #62
Sortable 2.4.0
basic accessibility added
Sortable 2.3.2
Number() instead of parseFloat() in compare (#58) * Number() instead of parseFloat() in compare Fixes #57
Sortable 2.3.1
Fix/data sort ignored if empty (#56) * data-sort/+alt no longer ignored if empty fixes #54