v6.5.0
Textualize/textualv6.5.0Oct 31, 2025by willmcgugan
AI Summary
Adds a focus trapping mechanism and fixes an issue involving focus and scroll interactions.
Key Highlights
- Added `DOMNode.trap_focus` to control focus behavior.
- Fixed issue with focus + scroll.
New Features
- `DOMNode.trap_focus`
Full Release Notes
A small release; one fix, one bug. Mainly so I could release on Halloween. 🦇 ## [6.5.0] - 2025-10-31 ### Added - Added `DOMNode.trap_focus` https://github.com/Textualize/textual/pull/6202 ### Fixed - Fixed issue with focus + scroll https://github.com/Textualize/textual/pull/6203