Update dependency textual to ^0.73.0 #291
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.72
->^0.73.0
Release Notes
Textualize/textual (textual)
v0.73.0
Compare Source
Added
TextArea.line_number_start
reactive attribute https://github.com/Textualize/textual/pull/4471TextArea.matching_bracket_location
property https://github.com/Textualize/textual/pull/4764DOMNode.mutate_reactive
https://github.com/Textualize/textual/pull/4731textual.color.Gradient
https://github.com/Textualize/textual/pull/4739textual.color.Gradient.get_rich_color
https://github.com/Textualize/textual/pull/4739Widget.remove_children
now accepts an iterable if widgets in addition to a selector https://github.com/Textualize/textual/issues/4735ValueError
with improved error message when number of cells inserted usingDataTable.add_row
doesn't match the number of columns in the table https://github.com/Textualize/textual/pull/4742Tree.move_cursor
to programmatically move the cursor without selecting the node https://github.com/Textualize/textual/pull/4753Footer
component style handling of padding for the key/description https://github.com/Textualize/textual/pull/4651StringKey
is now exported fromdata_table
https://github.com/Textualize/textual/pull/4760TreeNode.add
andTreeNode.add_leaf
now acceptsbefore
andafter
arguments to position a new node https://github.com/Textualize/textual/pull/4772gradient
parameter to theProgressBar
widget https://github.com/Textualize/textual/pull/4774Fixed
Tabs
where disabled tabs could still be activated by clicking the underline https://github.com/Textualize/textual/issues/4701DataTable
poor performance on startup and focus change when rows contain multi-line content https://github.com/Textualize/textual/pull/4748Tree
andDirectoryTree
horizontal scrolling off-by-2 https://github.com/Textualize/textual/pull/4744Tree.select_node
sendsNodeSelected
message https://github.com/Textualize/textual/pull/4753CommandPalette
not focusing the input when opened whenApp.AUTO_FOCUS
doesn't match the input https://github.com/Textualize/textual/pull/4763SelectionList.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. https://github.com/Textualize/textual/pull/4759Changed
TreeNodeSelected
messages are now posted beforeTreeNodeExpanded
messageswhen an expandable node is selechttps://github.com/Textualize/textual/pull/47534753
Markdown.LinkClicked.href
is now automatically unquoted https://github.com/Textualize/textual/pull/4749Tree
andDirectoryTree
will no longer linger after the mouse leaves the widget https://github.com/Textualize/textual/pull/4766Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.