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

Tablesaw 2.0.0: Hemlock

Compare
Choose a tag to compare
@zachleat zachleat released this 16 Oct 16:17
· 299 commits to master since this release

For easier inclusion with a component library, we’ve separated out the auto-init into a separate optional file. This breaks backwards compatibility in that you need to include two JavaScript files:

<script src="tablesaw.js"></script>
<script src="tablesaw-init.js"></script>

This is reflected on the newest documentation at https://github.com/filamentgroup/tablesaw