Update dependency textual to ^0.48.0 #3
Merged
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.47.1
->^0.48.0
Release Notes
Textualize/textual (textual)
v0.48.1
Compare Source
Fixed
TextArea
uses CSS theme by default instead ofmonokai
https://github.com/Textualize/textual/pull/4091v0.48.0
Compare Source
Changed
TextArea.__init__
default values/behaviour https://github.com/Textualize/textual/pull/3933soft_wrap=True
- soft wrapping is now enabled by default.show_line_numbers=False
- line numbers are now disabled by default.tab_behaviour="focus"
- pressing the tab key now switches focus instead of indenting by default.TextArea
default theme changed to CSS, and default styling changed https://github.com/Textualize/textual/pull/4074DOMNode.has_pseudo_class
now accepts a single name only https://github.com/Textualize/textual/pull/3970textual.cache
(formerlytextual._cache
) public https://github.com/Textualize/textual/pull/3976Tab.label
can now be used to change the label of a tab https://github.com/Textualize/textual/pull/3979Added
DOMNode.has_pseudo_classes
https://github.com/Textualize/textual/pull/3970Widget.allow_focus
andWidget.allow_focus_children
https://github.com/Textualize/textual/pull/3989TextArea.soft_wrap
reactive attribute added https://github.com/Textualize/textual/pull/3933TextArea.tab_behaviour
reactive attribute added https://github.com/Textualize/textual/pull/3933TextArea.code_editor
classmethod/alternative constructor https://github.com/Textualize/textual/pull/3933TextArea.wrapped_document
attribute which can convert between wrapped visual coordinates and locations https://github.com/Textualize/textual/pull/3933show_line_numbers
toTextArea.__init__
https://github.com/Textualize/textual/pull/3933TextArea
to be styled using CSS https://github.com/Textualize/textual/pull/4074Query.blur
andQuery.focus
https://github.com/Textualize/textual/pull/4012MessagePump.message_queue_size
https://github.com/Textualize/textual/pull/4012TabbedContent.active_pane
https://github.com/Textualize/textual/pull/4012App.suspend
https://github.com/Textualize/textual/pull/4064App.action_suspend_process
https://github.com/Textualize/textual/pull/4064Fixed
animate
fromDataTable.move_cursor
was being ignored https://github.com/Textualize/textual/issues/3840DirectoryTree.show_root
was set before the DOM was fully available https://github.com/Textualize/textual/issues/2363SelectionList
option IDs are usable as soon as the widget is instantiated https://github.com/Textualize/textual/issues/3903Strip.crop
when crop window start aligned with strip end https://github.com/Textualize/textual/pull/3998TextArea
language was set but tree-sitter language binaries were not installed https://github.com/Textualize/textual/issues/4045TextArea.SelectionChanged
message only sends when the updated selection is different https://github.com/Textualize/textual/pull/3933Configuration
📅 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.