- Adds support for
<td data-tablesaw-no-labels>
(in addition to existing support on<table>
and<tr>
) from PR #341—thanks @dsabados! - Fix for table initialization after DOMContentLoaded event from PR #342—thanks @porcus!
- Fixes vestigial
refreshPriority
call on column toggle table #337 - Fixes accessibility issue with Stack table reading labels and content together as a single word. #347
- Allow passing a single
<table>
element toTablesaw.init()
#340 - Fix for regression with
colspan
on stack tables #344, #288 - Fixes
reverse
JavaScript error when using mode switcher to switch from Stack to Swipe to Stack again #350
Full issue list: https://github.com/filamentgroup/tablesaw/milestone/14?closed=1