v0.72.0

Textualize/textualv0.72.0Jul 9, 2024by willmcgugan

AI Summary

A stability-focused release that refactors the logic for removing widgets to ensure more predictable DOM removals and fixes specific UI glitches in OptionList.

Key Highlights

  • More predictable DOM removals logic.
  • Fixed clicking separator in OptionList moving the cursor.
  • Fixed scrolling issue in OptionList.

New Features

  • DOM removal refactor
  • OptionList click and scroll fixes

Full Release Notes

A fixes release. The largest of which is a refactor to the logic of removing widgets, which should resolve some instability on shutdown in particular.

## [0.72.0] - 2024-07-09

### Changed

- More predictable DOM removals. https://github.com/Textualize/textual/pull/4708

### Fixed

- Fixed clicking separator in OptionList moving cursor https://github.com/Textualize/textual/issues/4710
- Fixed scrolling issue in OptionList https://github.com/Textualize/textual/pull/4709