Skip to content

Refactored dev tools

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 03 Jul 14:45
· 2288 commits to main since this release
65e81c5

https://textual.textualize.io/blog/2023/07/03/textual-0290-refactors-dev-tools/

[0.29.0] - 2023-07-03

Changed

  • Factored dev tools (textual command) in to external lib (textual-dev).

Added

  • Added can-focus pseudo-class to target widgets that may receive focus
  • Make Markdown.update optionally awaitable #2838
  • Added default parameter to DataTable.add_column for populating existing rows #2836
  • Added can-focus pseudo-class to target widgets that may receive focus

Fixed

  • Fixed crash when columns were added to populated DataTable #2836
  • Fixed issues with opacity on Screens #2616
  • Fixed style problem with selected selections in a non-focused selection list #2768