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
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.72.0 to 0.73.0.
Release notes
Sourced from textual's releases.
Changelog
Sourced from textual's changelog.
Commits
22d0d42
feat(tree): enable add at location (#4772)35409c3
Merge pull request #4774 from Textualize/gradient-bar686fb9c
catch error44b1a54
defensive codeed1fba2
edge case and fix6bc4c31
remove duplicate setterf3a0b5c
snapshot281c3f2
changelog896b64f
gradients and testsfb6fc06
Merge pull request #4769 from Textualize/hide-send-allDependabot 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