Releases: ragardner/tksheet
Releases · ragardner/tksheet
7.2.13
Version 7.2.13
Fixed:
Changed:
- Moved variable
default_index
to sheet options as default_row_index
- Moved variable
default_header
to sheet options
Improved:
7.2.12
Version 7.2.12
Pull Requests:
7.2.11
Version 7.2.11
Fixed:
- 235
- Error with
show_columns()
Pull Requests:
Changed:
- Resizing rows/columns with mouse button motion now does so during the motion also
7.2.10
Version 7.2.10
Fixed:
- Fix index width resizing regression
- Sheet no longer steals focus when using
set_sheet_data()
and similar functions, issue 233
Improved:
- Don't show row index resize cursor when unnecessary
7.2.9
Version 7.2.9
Fixed:
Addressed:
Changed:
- Dropdown box arrows changed back to lines as polygon triangles had issues with outlines
- Possible slight changes to logic of
display_rows()
/display_columns()
displayed_rows.setter
/displayed_columns.setter
now reset row/column positions
7.2.8
Version 7.2.8
Fixed:
- Minor flicker when selecting a row or column
- Top left rectangle sometimes not updating properly on change of dimensions
Improved:
- Dropdown triangle visuals
Changed:
- Top left rectangle colors
- Dropdown box outline in index/header
7.2.7
Version 7.2.7
Fixed:
- 230
- Incorrect rows/columns after move with hidden rows/columns
Changed:
- Event data for moving rows/columns with hidden rows/columns e.g. under
event.moved.rows.data
now returns not just the moved rows/columns but all new row/column indexes for the displayed rows/columns. e.g. Use event.moved.rows.displayed
with Sheet.data_r()
/Sheet.data_c()
to find only the originally moved rows/columns
- Moving rows/columns with hidden rows/columns will only modify these indexes if
move_data
parameter is True
, default is True
7.2.6
Version 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
Version 7.2.5
Fixed:
StopIteration
on drag and drop
Added:
gen_selected_cells()
function
is_contiguous
to tksheet
namespace
7.2.4
Version 7.2.4
Added:
Fixed:
- Fix resizing cursor appearing at start of header/index and causing issues if clicked