v0.84.0
Textualize/textualv0.84.0Oct 22, 2024by willmcgugan
AI Summary
Hotfix for an infinite loop in TextArea plus new CSS styling and pseudo-class support.
Key Highlights
- Fixed RadioSet scrollability
- Fixed infinite loop in TextArea
- New `background-tint` CSS rule
New Features
- background-tint CSS rule
- :first-of-type, :last-of-type, :odd, and :even pseudo classes
Full Release Notes
This was mainly a hotfix for a potential infinite loop in the TextArea, although there are a few fun additions: see below ## [0.84.0] - 2024-10-22 ### Fixed - Fixed `RadioSet` not being scrollable https://github.com/Textualize/textual/issues/5100 - Fixed infinite loop in TextArea https://github.com/Textualize/textual/pull/5154 ### Added - Added `background-tint` CSS rule https://github.com/Textualize/textual/pull/5117 - Added `:first-of-type`, `:last-of-type`, `:odd`, and `:even` pseudo classes https://github.com/Textualize/textual/pull/5139