Skip to content

The Absolute Unit of a Release

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 24 Nov 12:19
· 304 commits to main since this release
de9897b

This version adds support for position:absolute in the CSS.

Also in this release is a game added to the demo.
Play the game by running the following command:

python -m textual.demo.game
Screenshot 2024-11-24 at 12 18 10

[0.87.0] - 2024-11-24

Added

  • Added Styles.has_any_rules #5264
  • Added position CSS rule. #5278
  • Added Widget.set_scroll #5278
  • Added Select.selection #5278

Fixed

  • Fixed offset applied to docked widgets #5264
  • Fixed loading widgets responding to input #5267