Tksheet

Latest version: v7.3.0

Safety actively analyzes 688365 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 16

7.2.6

Fixed:
- Drag and drop incorrect drop index
- `set_all_cell_sizes_to_text()` incorrect widths

Changed:
- Functions that move rows/columns such as `move_rows()`/`move_columns()` have had their move to indexes changed slightly, you may need to check yours still work as intended if using these functions

7.2.5

Fixed:
- `StopIteration` on drag and drop

Added:
- `gen_selected_cells()` function
- `is_contiguous` to `tksheet` namespace

7.2.4

Added:
- Progress bars

Fixed:
- Fix resizing cursor appearing at start of header/index and causing issues if clicked

7.2.3

Fixed:
- Fix add columns/add rows not inserting at correct index when index is larger than row or data len
- Fix add columns/add rows not undoing/redoing added heights/widths respectively
- Fix add columns/add rows regression

7.2.2

Added:
- Add functions to address [227](https://github.com/ragardner/tksheet/issues/227):
- `get_column_text_width`
- `get_row_text_height`
- `visible_columns` - `property`
- `visible_rows` - `property`

Changed:
- Internal parameter names:
- `only_set_if_too_small` -> ` only_if_too_small`
- Internal functions:
- `get_visible_rows`, `get_visible_columns` -> `visible_text_rows`, `visible_text_columns`, also changed to properties `property`
- Internal function parameters:
- `set_col_width`
- `set_row_height`

7.2.1

Fixed:
- Regression since `7.2.0`: selection box borders not showing for rows/columns

Changed:
- Slightly reduced minimum row height since `7.2.0` change

Page 4 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.