Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps textual from 3.5.0 to 5.0.1.

Release notes

Sourced from textual's releases.

The appended release

A hotfix. See below for details.

[5.0.1] - 2025-07-25

Fixed

The Tabled release.

This is quite a large release! Fueled in part by my work on Toad

Markdown rendering has been improved, with full text selection, prettier code blocks and tables. Plus streaming support.

Plenty of other fixes and additions. Thats to everyone who contributed code and issues!

There are two breaking changes (see below). These are unlikely to affect anyone, but Semver requires bumping the major version number.

[5.0.0] - 2025-07-25

Added

Fixed

  • Fixed TextArea issue with the css theme, where the background color was stuck from the previous theme Textualize/textual#5964

Changed

  • Improved rendering of Markdown tables (replace Rich table with grid) which allows text selection Textualize/textual#5962
  • Change look of command palette, to drop accented borders Textualize/textual#5966
  • Some style tweaks to Markdown Textualize/textual@e84600c
  • Content markup can now accept component classes when preceded by a dot, e.g. "Hello [.my_custo_style]World[/]!" Textualize/textual#5981
  • Breaking change: Visual.render_strips has a new signature. If you aren't explicitly building Visuals then this won't effect you. Textualize/textual#5981
  • Breaking change: The component classes on Markdown have been moved to MarkdownBlock. This won't affect you unless you have customize the Markdown CSS Textualize/textual#5981
  • The textual-speedups library will now be imported automatically if it is installed. Set TEXTUAL_SPEEDUPS=0 to disable.

The Streaming Release

... (truncated)

Changelog

Sourced from textual's changelog.

[5.0.1] - 2025-07-25

Fixed

[5.0.0] - 2025-07-25

Added

Fixed

Changed

  • Improved rendering of Markdown tables (replace Rich table with grid) which allows text selection Textualize/textual#5962
  • Change look of command palette, to drop accented borders Textualize/textual#5966
  • Some style tweaks to Markdown Textualize/textual@e84600c
  • Content markup can now accept component classes when preceded by a dot, e.g. "Hello [.my_custo_style]World[/]!" Textualize/textual#5981
  • Breaking change: Visual.render_strips has a new signature. If you aren't explicitly building Visuals then this won't effect you. Textualize/textual#5981
  • Breaking change: The component classes on Markdown have been moved to MarkdownBlock. This won't affect you unless you have customize the Markdown CSS Textualize/textual#5981
  • The textual-speedups library will now be imported automatically if it is installed. Set TEXTUAL_SPEEDUPS=0 to disable.
  • Breaking change: Updated tree-sitter dependency for syntax extras now requires Python 3.10+ Textualize/textual#5977
  • Some TextArea syntax highlighting changes due to tree-sitter updates Textualize/textual#5977

Removed

  • Breaking change: Removed Markdown.code_dark_theme, Markdown.code_light_theme, Markdown.code_indent_guides which are no longer needed with the new code fence. Textualize/textual#5967
  • Removed focus style from Markdown, as it can be a little expensive Textualize/textual@e84600c

[4.0.0] - 2025-07-12

Fixed

... (truncated)

Commits

Dependabot compatibility score

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 <dependency name> 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](https://github.com/Textualize/textual) from 3.5.0 to 5.0.1.
- [Release notes](https://github.com/Textualize/textual/releases)
- [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md)
- [Commits](Textualize/textual@v3.5.0...v5.0.1)

---
updated-dependencies:
- dependency-name: textual
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 28, 2025
@sonarqubecloud
Copy link

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2025

Superseded by #594.

@dependabot dependabot bot closed this Jul 31, 2025
@dependabot dependabot bot deleted the dependabot/pip/textual-5.0.1 branch July 31, 2025 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants