v2.1.1
Textualize/textualv2.1.1Feb 22, 2025by willmcgugan
AI Summary
A maintenance release focusing on fixing bugs related to links, option lists, and tabbed content, alongside a UX improvement for scrolling behavior.
Key Highlights
- Fixed `Link` binding to open correctly
- Fixed IndexError in OptionList
- Fixed `clear_panes` breaking tabbed content
- Users can now interrupt auto-scroll by grabbing the scrollbar
Full Release Notes
Mostly fixes here. There is a small change to behavior around scroll_end. Changes below... ## [2.1.1] - 2025-02-22 ### Fixed - Fixed `Link` binding to open the link https://github.com/Textualize/textual/issues/5564 - Fixed IndexError in OptionList https://github.com/Textualize/textual/pull/5574 - Fixed issue with clear_panes breaking tabbed content https://github.com/Textualize/textual/pull/5573 ## Changed - The user can now interrupt a scroll to end by grabbing the scrollbar or scrolling in any other way. Press ++end++ or scroll to the end to restore default behavior. This is more intuitive that it may sound.