Skip to content

The Community Supported Release

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 01 Jun 14:02
· 33 commits to main since this release
31b4c45

The first community supported release.

Mostly fixes and a few helpful additions. See below for details...

[3.3.0] - 2025-06-01

Fixed

  • Fixed VERTICAL_BREAKPOINTS doesn't work #5785
  • Fixed Button allowing text selection #5770
  • Fixed running App.run after asyncio.run #5799
  • Fixed triggering a deprecation warning in py >= 3.10 #5799
  • Fixed Input invalid cursor position after updating the value #5811
  • Fixed DEFAULT_CLASSES when applied to App #5827
  • Fixed order of implicit content tag closing #5823

Added

  • Exposed CollapsibleTitle #5810
  • Added Color.hsv property and Color.from_hsv class method #5803
  • Added cursor_at_start and cursor_at_end properties to the Input widget #5830

Changed

  • Added a few features to python -m textual.markup playground #5823