Skip to content

v0.11.0: include column labels in`<thead>` element

Latest
Compare
Choose a tag to compare
@rich-iannone rich-iannone released this 30 Aug 18:11
· 41 commits to main since this release
11660a6

This release contains a breaking change in how HTML output tables are structured (through tag changes). There is also an important fix for saving tables via the .save() method using the Google Chrome webdriver.

Breaking Changes

  • We now ensure that the <thead> element encloses both title/subtitle and column labels by @rich-iannone in #421

Fixes

  • We now ensure that the <thead> element encloses both title/subtitle and column labels by @rich-iannone in #421
  • The .save method works with latest version of Google Chrome by @machow in #425

Docs

New Contributors

Full Changelog: v0.10.0...v0.11.0