This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
Releases: filamentgroup/tablesaw
Releases · filamentgroup/tablesaw
Tablesaw 1.0.5: Hickory
- Shoestring compatibility.
- Removes bower from development workflow, keeps bower.json for installation
- Closed GitHub issues
Tablesaw 1.0.4: Ironwood
Tablesaw 1.0.3: Red Mahogany
- Custom sort functions, instructions on README #86
- Fix for swipe threshold configuration, #79
- Adds
data-tablesaw-swipe-media="(max-width: 1280px)"
media query option to restrict swipe table fixed column widths to certain breakpoints, #84 - Swipe tables will measure against table width, not container width (important if you’ve set an explicit width on your table), #78
src/i18n.json
for easier build-time internationalization, #87
1.0.1 Bug Fix Release
1.0 Stable Release
Breaking change: All data attributes are now namespaced data-tablesaw
to prevent collisions with other plugins.
Fixes #18.
Adds Bare CSS file
Fixes:
- Issue with table toolbars not positioning correctly in relation to neighboring content.
- #37 Persistent columns taking too much space, preventing other columns from being shown
- #49 HTML stripped from stack labels
- #57 Separation of presentation styles and behavioral styles. A Bare CSS file was added that removes a lot of the presentation table CSS.
Easier packaging!
This release finally includes an easy-to-download zip file for easy consumption of tablesaw. We also moved from away from external images to full internal CSS iconography (removing dependencies, simplifying the implementation process). Simply include the CSS and JS files for tablesaw and its dependencies and you’re ready to go.