Skip to content

The mark of the Best release

Latest

Choose a tag to compare

@willmcgugan willmcgugan released this 10 Nov 17:54
· 8 commits to main since this release

A few minor updates and fixes.

Also a style change for the checkbox widget. Expect snapshot test files if you have used checkboxes.

Thanks to the contributors!

[6.6.0] - 2025-11-10

Fixed

  • Fixed TextArea cursor display on wrapped lines #6196
  • Fixed remove_children not refreshing layout #6206
  • Fixed flicker with :hover pseudo class #6214
  • Fixed scrollbar not updating after textarea paste #6219

Added

  • Added grid_size property to GridLayout #6210
  • Exposed NoSelection and BLANK via textual.widgets.select #6214
  • Added Widget.FOCUS_ON_CLICK classvar amd Widget.focus_on_click method #6216
  • Added support for the kitty keyboard protocol on Windows #6207
  • Added Widget.mount_compose #6216

Changed

  • Change highlight style of Select to only highlight the border, not the label #6214