Fixed: - Error when zooming or using `see()` with empty table - Add initialization option `zoom` which is an `int` representing a percentage of the font size, `100` being no change
Removed: - Some unnecessary internal variables
6.2.4
Added: - Zoom in/out bindings control + mousewheel - Zoom in bindings control + equals, control + plus - Zoom out binding control + minus
6.2.3
Fixed: - Bug with `format_row` using "all"
6.2.2
Fixed: - 2 pixel misalignment of index/header and table when scrolling - Undo cell edit not scrolling window
Added: - Functionality to scroll multiple Sheets when scrolling one particular Sheet
6.2.1
Fixed: - Editing header and overflowing text editor so text wraps while using `auto_resize_columns` causes text editor to be out of position - `insert_columns()` when using an `int` for number of blank columns creates incorrect list layout
6.2.0
Fixed: - Removed some type hinting that was only available to python versions >= 3.9