Bump textual from 3.5.0 to 6.8.0
Bumps textual from 3.5.0 to 6.8.0.
Release notes
Sourced from textual's releases.
The grown up Release
A few fixes, and a very minor feature...
[6.8.0] - 2024-12-07
Added
- Added
Content.blankTextualize/textual#6264Fixed
- Fixed
Inputcursor color display in ANSI mode (ansi_color=True) Textualize/textual#6234- Fixed alt modifier on systems without extended Key Protocol Textualize/textual#6267
- Fixed an issue where alpha keys with modifiers weren't lower cased. If you have bound to something like
ctrl+A, then change toctrl+shift+aTextualize/textual#6267- Fixed exception when setting
loadingattribute before mount Textualize/textual#6268- Fixed issue with dim filter not using background (may cause snapshot failures) Textualize/textual#6269
The Fixed faster than superman on laundry day Release
Hotfix for
Content.foldfrom last release.[6.7.1] - 2025-12-1
Fixed
- Fixed
Content.foldTextualize/textual#6256The 6.7 - if you know, you know release
[6.7.0] - 2025-11-29
Added
- Added
GridLayout.max_column_widthTextualize/textual#6228- Added
Content.foldTextualize/textual#6238- Added
strip_control_codesto Content constructors Textualize/textual#6238Changed
- Added
Screen.get_loading_widgetwhich deferes toApp.get_loading_widgetTextualize/textual#6228Fixed
- Fixed
anchorwithScrollViewwidgets Textualize/textual#6228The mark of the Best release
A few minor updates and fixes.
Also a style change for the checkbox widget. Expect snapshot test files if you have used checkboxes.
Thanks to the contributors!
... (truncated)
Changelog
Sourced from textual's changelog.
[6.8.0] - 2024-12-07
Added
- Added
Content.blankTextualize/textual#6264Fixed
- Fixed
Inputcursor color display in ANSI mode (ansi_color=True) Textualize/textual#6234- Fixed alt modifier on systems without extended Key Protocol Textualize/textual#6267
- Fixed an issue where alpha keys with modifiers weren't lower cased. If you have bound to something like
ctrl+A, then change toctrl+shift+aTextualize/textual#6267- Fixed exception when setting
loadingattribute before mount Textualize/textual#6268- Fixed issue with dim filter not using background (may cause snapshot failures) Textualize/textual#6269
[6.7.1] - 2025-12-1
Fixed
- Fixed
Content.foldTextualize/textual#6256[6.7.0] - 2025-11-29
Added
- Added
GridLayout.max_column_widthTextualize/textual#6228- Added
Content.foldTextualize/textual#6238- Added
strip_control_codesto Content constructors Textualize/textual#6238Changed
- Added
Screen.get_loading_widgetwhich deferes toApp.get_loading_widgetTextualize/textual#6228Fixed
- Fixed
anchorwithScrollViewwidgets Textualize/textual#6228[6.6.0] - 2025-11-10
Fixed
- Fixed
TextAreacursor display on wrapped lines Textualize/textual#6196- Fixed
remove_childrennot refreshing layout Textualize/textual#6206- Fixed flicker with :hover pseudo class Textualize/textual#6214
- Fixed scrollbar not updating after textarea paste Textualize/textual#6219
Added
- Added
grid_sizeproperty toGridLayoutTextualize/textual#6210- Exposed
NoSelectionandBLANKviatextual.widgets.selectTextualize/textual#6214- Added
Widget.FOCUS_ON_CLICKclassvar amdWidget.focus_on_clickmethod Textualize/textual#6216
... (truncated)
Commits
8f3386cMerge pull request #6272 from Textualize/bump680ad18b4abumpe40c466Merge pull request #6265 from SYK17/main62f5e08Merge branch 'main' into mainfb88c07Merge pull request #6269 from Textualize/fix-dim5218806snapshitsf474a40changelog4dc485ffix dim6dbad4achangelogc360903Merge pull request #6268 from Textualize/early-loading- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Superseded by #615.