v0.86.2

Textualize/textualv0.86.2Nov 18, 2024by willmcgugan

AI Summary

A maintenance release fixing visibility glitches for offset widgets and ensuring theme variables are accessible immediately upon code execution.

Key Highlights

  • Fixed visibility glitch for widgets with an offset
  • Fixed theme variables being unavailable until refresh_css was called

Full Release Notes

A couple of hot-fixes.

## [0.86.2] - 2024-11-18

### Fixed

- Fixed visibility glitch for widgets with an offset https://github.com/Textualize/textual/pull/5253
- Fixed theme variables being unavailable in code until refresh_css was called https://github.com/Textualize/textual/pull/5254