Update dependency textual to ^0.87.0 #524
Open
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.85.0
->^0.87.0
Release Notes
Textualize/textual (textual)
v0.87.1
Compare Source
v0.87.0
Compare Source
Added
position
CSS rule. https://github.com/Textualize/textual/pull/5278Widget.set_scroll
https://github.com/Textualize/textual/pull/5278Select.selection
https://github.com/Textualize/textual/pull/5278Fixed
v0.86.3
Compare Source
Changed
Fixed
a
to add stopwatches in the tutorial app https://github.com/Textualize/textual/pull/5257v0.86.2
Compare Source
Fixed
v0.86.1
Compare Source
Fixed
v0.86.0
Compare Source
Fixed
TextArea
mouse selection with tab characters https://github.com/Textualize/textual/issues/5212Tabs
not updating the highlighting after removing a tab https://github.com/Textualize/textual/issues/5218Added
App.theme
reactive attribute https://github.com/Textualize/textual/pull/5087variant
parameter toLabel
widget for quick access to common styles https://github.com/Textualize/textual/pull/5087App.get_theme
which returns a theme by name https://github.com/Textualize/textual/pull/5087App.register_theme
andApp.unregister_theme
https://github.com/Textualize/textual/pull/5087App.theme_changed_signal
https://github.com/Textualize/textual/pull/5087App.available_themes
property which returns a mapping of theme names toTheme
instances https://github.com/Textualize/textual/pull/5087App.current_theme
property which returns the currently active theme object https://github.com/Textualize/textual/pull/5087App.get_theme_variable_defaults
which returns a mapping of theme variables to their default values https://github.com/Textualize/textual/pull/5087App.search
which allows bringing up a fuzzy search list of commands on-demand https://github.com/Textualize/textual/pull/5087App.search_themes
which allows bringing up a fuzzy search list of themes on-demand https://github.com/Textualize/textual/pull/5087textual.theme.ThemeProvider
, a command palette provider which returns all registered themes https://github.com/Textualize/textual/pull/5087Widget.is_scrolling
https://github.com/Textualize/textual/pull/5238Tree.add_json
https://github.com/Textualize/textual/pull/5238Changed
Driver.process_event
is nowDriver.process_message
https://github.com/Textualize/textual/pull/5217Driver.send_event
is nowDriver.send_message
https://github.com/Textualize/textual/pull/5217can_focus
andcan_focus_children
parameters to scrollable container types. https://github.com/Textualize/textual/pull/5226textual.lazy.Reveal
https://github.com/Textualize/textual/pull/5226Screen.action_blur
https://github.com/Textualize/textual/pull/5226Click
events can now be used with the on decorator to match the originally clicked widget https://github.com/Textualize/textual/pull/5238App.dark
reactive attribute https://github.com/Textualize/textual/pull/5087Removed
App.HOVER_EFFECTS_SCROLL_PAUSE
https://github.com/Textualize/textual/pull/5238Configuration
📅 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.