Calling Screen.dismiss with no arguments will invoke the screen callback with None (previously the callback wasn't invoke at all). Textualize/textual#4795
The Taste the Rainbow Release
This is a rather large release. Lots of fixes and enhancements, including optimizations to the DataTable.
There's also a rather nifty addition to the ProgressBar widget. Checkout the gradient:
Widget.remove_children now accepts an iterable if widgets in addition to a selector Textualize/textual#4735
Raise ValueError with improved error message when number of cells inserted using DataTable.add_row doesn't match the number of columns in the table Textualize/textual#4742
Add Tree.move_cursor to programmatically move the cursor without selecting the node Textualize/textual#4753
Added Footer component style handling of padding for the key/description Textualize/textual#4651
Calling Screen.dismiss with no arguments will invoke the screen callback with None (previously the callback wasn't invoke at all). Textualize/textual#4795
Widget.remove_children now accepts an iterable if widgets in addition to a selector Textualize/textual#4735
Raise ValueError with improved error message when number of cells inserted using DataTable.add_row doesn't match the number of columns in the table Textualize/textual#4742
Add Tree.move_cursor to programmatically move the cursor without selecting the node Textualize/textual#4753
Added Footer component style handling of padding for the key/description Textualize/textual#4651
Fixed message handlers not working when message types are assigned as the value of class vars Textualize/textual#3940
Fixed CommandPalette not focusing the input when opened when App.AUTO_FOCUS doesn't match the input Textualize/textual#4763
SelectionList.SelectionToggled will now be sent for each option when a bulk toggle is performed (e.g. toggle_all). Previously no messages were sent at all. Textualize/textual#4759
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps textual from 0.70.0 to 0.74.0.
Release notes
Sourced from textual's releases.
... (truncated)
Changelog
Sourced from textual's changelog.
... (truncated)
Commits
262b3af
Merge pull request #4803 from Textualize/bump074015c78dc
bump5966bf3
Update snapshots (#4788)988c4b3
Merge pull request #4802 from Textualize/recompose-mount-fixf59e204
typing for snapshot315d0ed
snapshot0a6374c
snapshotd20c891
add test460249c
allow recompose before mount1d0474f
docDependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show