Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pip prod(deps): bump textual from 0.77.0 to 0.78.0 (#3105)
Bumps [textual](https://github.com/Textualize/textual) from 0.77.0 to 0.78.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Textualize/textual/releases">textual's releases</a>.</em></p> <blockquote> <h2>The Push it to the Max Release</h2> <p>This release adds a new <a href="https://textual.textualize.io/api/screen/#textual.screen.Screen.maximize"><code>maximize</code></a> method, which you can use to temporarily full the screen with any given widget. This can be great for allowing the user to focus on a particular view.</p> <p>You can maximize via the command palette, or you can bind a key with the action <code>screen.maximize</code>.</p> <p>Here are some screenshots of this feature in action:</p> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <h2>[0.78.0] - 2024-08-27</h2> <h3>Added</h3> <ul> <li>Added Maximize and Minimize system commands. <a href="https://redirect.github.com/Textualize/textual/pull/4931">Textualize/textual#4931</a></li> <li>Added <code>Screen.maximize</code>, <code>Screen.minimize</code>, <code>Screen.action_maximize</code>, <code>Screen.action_minimize</code>, <code>Widget.is_maximized</code>, <code>Widget.allow_maximize</code>. <a href="https://redirect.github.com/Textualize/textual/pull/4931">Textualize/textual#4931</a></li> <li>Added <code>Widget.ALLOW_MAXIMIZE</code>, <code>Screen.ALLOW_IN_MAXIMIZED_VIEW</code> classvars <a href="https://redirect.github.com/Textualize/textual/pull/4931">Textualize/textual#4931</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Textualize/textual/blob/main/CHANGELOG.md">textual's changelog</a>.</em></p> <blockquote> <h2>[0.78.0] - 2024-08-27</h2> <h3>Added</h3> <ul> <li>Added Maximize and Minimize system commands. <a href="https://redirect.github.com/Textualize/textual/pull/4931">Textualize/textual#4931</a></li> <li>Added <code>Screen.maximize</code>, <code>Screen.minimize</code>, <code>Screen.action_maximize</code>, <code>Screen.action_minimize</code>, <code>Widget.is_maximized</code>, <code>Widget.allow_maximize</code>. <a href="https://redirect.github.com/Textualize/textual/pull/4931">Textualize/textual#4931</a></li> <li>Added <code>Widget.ALLOW_MAXIMIZE</code>, <code>Screen.ALLOW_IN_MAXIMIZED_VIEW</code> classvars <a href="https://redirect.github.com/Textualize/textual/pull/4931">Textualize/textual#4931</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Textualize/textual/commit/6aebb0e04887ff7625061bbea0a8d9eb5ef179a5"><code>6aebb0e</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/textual/issues/4938">#4938</a> from Textualize/bump0780</li> <li><a href="https://github.com/Textualize/textual/commit/00fc31841b3e4039b8c62b03e04db2df480e5a69"><code>00fc318</code></a> bump to 0.78.0</li> <li><a href="https://github.com/Textualize/textual/commit/fba477315459f7bc24cbeeffee50b2d43fbc774f"><code>fba4773</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/textual/issues/4931">#4931</a> from Textualize/maximize</li> <li><a href="https://github.com/Textualize/textual/commit/82d61c168a8a4bdf955c396105f85865107a8505"><code>82d61c1</code></a> Update src/textual/screen.py</li> <li><a href="https://github.com/Textualize/textual/commit/47b3a4c5fd43e98ce2feac703db509b71e908e04"><code>47b3a4c</code></a> Update src/textual/screen.py</li> <li><a href="https://github.com/Textualize/textual/commit/c93d6c173dd52a813d1d9e3e1a57226d8abee08e"><code>c93d6c1</code></a> docstring</li> <li><a href="https://github.com/Textualize/textual/commit/ab0b0708ba7ec30c6d4b49877ed30528f1c7ad26"><code>ab0b070</code></a> fix maximize logic</li> <li><a href="https://github.com/Textualize/textual/commit/cead6e37b41aafdf573a289be8a36911825852fd"><code>cead6e3</code></a> Rescroll</li> <li><a href="https://github.com/Textualize/textual/commit/c61ef2734631b8b4370db67d91d9b27ce67ff3f0"><code>c61ef27</code></a> comments</li> <li><a href="https://github.com/Textualize/textual/commit/a99b145ec7eadf903fe5e89286695344db8c5dde"><code>a99b145</code></a> changelog and snapshots</li> <li>Additional commits viewable in <a href="https://github.com/Textualize/textual/compare/v0.77.0...v0.78.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=textual&package-manager=pip&previous-version=0.77.0&new-version=0.78.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information