Skip to content

Releases: ragardner/tksheet

7.2.9

06 Jun 17:42
Compare
Choose a tag to compare

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

05 Jun 17:58
Compare
Choose a tag to compare

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

04 Jun 14:46
Compare
Choose a tag to compare

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

04 Jun 09:30
Compare
Choose a tag to compare

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

03 Jun 18:30
Compare
Choose a tag to compare

Version 7.2.5

Fixed:

  • StopIteration on drag and drop

Added:

  • gen_selected_cells() function
  • is_contiguous to tksheet namespace

7.2.4

29 May 14:24
Compare
Choose a tag to compare

Version 7.2.4

Added:

  • Progress bars

Fixed:

  • Fix resizing cursor appearing at start of header/index and causing issues if clicked

7.2.3

28 May 18:11
Compare
Choose a tag to compare

Version 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

27 May 15:50
Compare
Choose a tag to compare

Version 7.2.2

Added:

  • Add functions to address 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

22 May 17:24
Compare
Choose a tag to compare

Version 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

7.2.0

22 May 16:08
Compare
Choose a tag to compare

Version 7.2.0

Fixed:

  • Cells in index/header not having correct colors when columns/rows were selected
  • 226

Changed:

  • A somewhat major change which warranted a significant version bump - the minimum row height has increased slightly to better accodomate the pipe character |