Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Releases: filamentgroup/tablesaw

Tablesaw 1.0.5: Hickory

09 Oct 17:33
Compare
Choose a tag to compare

Tablesaw 1.0.4: Ironwood

Tablesaw 1.0.3: Red Mahogany

27 Jan 23:06
Compare
Choose a tag to compare
  • 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

15 Dec 23:22
Compare
Choose a tag to compare

Fixes:

  • #65: Sort negative numbers
  • #66: Using the Mode switcher to move away from stack erased the table!
  • #67: Adjustments to swipe thresholds for swipe table, adds configuration options.
  • #70: Improved clarity in Kitchen Sink demo.

1.0 Stable Release

05 Dec 22:02
Compare
Choose a tag to compare

Breaking change: All data attributes are now namespaced data-tablesaw to prevent collisions with other plugins.

Fixes #18.

Adds Bare CSS file

05 Dec 20:55
Compare
Choose a tag to compare

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!

22 Oct 21:30
Compare
Choose a tag to compare

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.

Bug fix release.