* Feature: Add CommonTableFormatter builder to configuring table formatting * Bugfix: Fix striped background for table formatting * Deprecate Python 2.7, make Python 3.6 minimum required version
1.2.11
* Bugfix: Stop MultiIndex flattening columns from being rendered
1.2.10
* Bugfix: Pass only single row name into formatter from jinja table template
1.2.9
* Bugfix: Fix header positions when index is a MultiIndex * Bugfix: Fix MultiIndex styling * Feature: Add formatter for vertical-align
1.2.8
* Bugfix: Use colgroup tag for FmtHeader width specification * Bugfix: Do not merge MultiIndex cells if parent cells not merged * Bugfix: Pass actual header cell contents to formatter methods * Feature: Add ability to vertically merge MultiIndex labels
1.2.7
* Bugfix: Use require.js for Plotly and Highcharts inside Jupyter * Moved id_precision to user_config * Use tmp_html_dir everywhere