Skip to content

Commit

Permalink
pip prod(deps): bump textual from 0.89.1 to 1.0.0 (#3633)
Browse files Browse the repository at this point in the history
Bumps [textual](https://github.com/Textualize/textual) from 0.89.1 to
1.0.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>There can be only One point Zero Release</h2>
<p>If you have been following along, this is a relatively modest
release. Fixes and some small features.</p>
<p>However, as a 1.0.0 release this is a big milestone for us at
Textualize!</p>
<p>A big thank you to <a
href="https://github.com/darrenburns"><code>@​darrenburns</code></a> <a
href="https://github.com/davep"><code>@​davep</code></a> <a
href="https://github.com/rodrigogiraoserrao"><code>@​rodrigogiraoserrao</code></a>
and the many community contributors for this release!</p>
<p>Note that 1.0.0 doesn't mean that we are done. Far from it! Watch
this space.</p>
<p>See the accompanying <a
href="https://textual.textualize.io/blog/">blog post</a> for this
release...</p>
<h2>[1.0.0] - 2024-12-12</h2>
<h3>Added</h3>
<ul>
<li>Added <code>App.clipboard</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5352">Textualize/textual#5352</a></li>
<li>Added standard cut/copy/paste (ctrl+x, ctrl+c, ctrl+v) bindings to
Input / TextArea <a
href="https://redirect.github.com/Textualize/textual/pull/5352">Textualize/textual#5352</a>
&amp; <a
href="https://redirect.github.com/Textualize/textual/pull/5374">Textualize/textual#5374</a></li>
<li>Added <code>system</code> boolean to Binding, which hides the
binding from the help panel <a
href="https://redirect.github.com/Textualize/textual/pull/5352">Textualize/textual#5352</a></li>
<li>Added support for double/triple/etc clicks via <code>chain</code>
attribute on <code>Click</code> events <a
href="https://redirect.github.com/Textualize/textual/pull/5369">Textualize/textual#5369</a></li>
<li>Added <code>times</code> parameter to <code>Pilot.click</code>
method, for simulating rapid clicks <a
href="https://redirect.github.com/Textualize/textual/pull/5369">Textualize/textual#5369</a></li>
<li>Text can now be select using mouse or keyboard in the
<code>Input</code> widget <a
href="https://redirect.github.com/Textualize/textual/pull/5340">Textualize/textual#5340</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Breaking change: Change default quit key to <code>ctrl+q</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5352">Textualize/textual#5352</a></li>
<li>The command palette will now select the top item automatically <a
href="https://redirect.github.com/Textualize/textual/pull/5361">Textualize/textual#5361</a></li>
<li><code>ctrl+shift+k</code> now deletes the current line in
<code>TextArea</code>, and <code>ctrl+x</code> will cut
the selection if there is one, otherwise it will cut the current line <a
href="https://redirect.github.com/Textualize/textual/pull/5374">Textualize/textual#5374</a></li>
<li>Implemented a better matching algorithm for the command palette <a
href="https://redirect.github.com/Textualize/textual/pull/5365">Textualize/textual#5365</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed issue with alignment in auto containers <a
href="https://redirect.github.com/Textualize/textual/pull/5360">Textualize/textual#5360</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>[1.0.0] - 2024-12-12</h2>
<h3>Added</h3>
<ul>
<li>Added <code>App.clipboard</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5352">Textualize/textual#5352</a></li>
<li>Added standard cut/copy/paste (ctrl+x, ctrl+c, ctrl+v) bindings to
Input / TextArea <a
href="https://redirect.github.com/Textualize/textual/pull/5352">Textualize/textual#5352</a>
&amp; <a
href="https://redirect.github.com/Textualize/textual/pull/5374">Textualize/textual#5374</a></li>
<li>Added <code>system</code> boolean to Binding, which hides the
binding from the help panel <a
href="https://redirect.github.com/Textualize/textual/pull/5352">Textualize/textual#5352</a></li>
<li>Added support for double/triple/etc clicks via <code>chain</code>
attribute on <code>Click</code> events <a
href="https://redirect.github.com/Textualize/textual/pull/5369">Textualize/textual#5369</a></li>
<li>Added <code>times</code> parameter to <code>Pilot.click</code>
method, for simulating rapid clicks <a
href="https://redirect.github.com/Textualize/textual/pull/5369">Textualize/textual#5369</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Breaking change: Change default quit key to <code>ctrl+q</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5352">Textualize/textual#5352</a></li>
<li>The command palette will now select the top item automatically <a
href="https://redirect.github.com/Textualize/textual/pull/5361">Textualize/textual#5361</a></li>
<li><code>ctrl+shift+k</code> now deletes the current line in
<code>TextArea</code>, and <code>ctrl+x</code> will cut
the selection if there is one, otherwise it will cut the current line <a
href="https://redirect.github.com/Textualize/textual/pull/5374">Textualize/textual#5374</a></li>
<li>Implemented a better matching algorithm for the command palette <a
href="https://redirect.github.com/Textualize/textual/pull/5365">Textualize/textual#5365</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed issue with alignment in auto containers <a
href="https://redirect.github.com/Textualize/textual/pull/5360">Textualize/textual#5360</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Textualize/textual/commit/f888e6ae4afc74c8b4d9bc4a18d17071b453a780"><code>f888e6a</code></a>
bump post</li>
<li><a
href="https://github.com/Textualize/textual/commit/32ba9057fac658f929429a9fb2479a19a3e7f3a9"><code>32ba905</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/textual/issues/5382">#5382</a>
from Textualize/bump1.0.0</li>
<li><a
href="https://github.com/Textualize/textual/commit/0265e6919767900da0b838bd94d3b05972eb1ca8"><code>0265e69</code></a>
Update README.md</li>
<li><a
href="https://github.com/Textualize/textual/commit/db13407ce445f296bba7c7c7fbc262d326cd0b25"><code>db13407</code></a>
Update README.md</li>
<li><a
href="https://github.com/Textualize/textual/commit/7d2690a6540f31af5d415a0f5f3f1229094db450"><code>7d2690a</code></a>
Update README.md</li>
<li><a
href="https://github.com/Textualize/textual/commit/674716078e8377710be6f63c5099cec1627a69d1"><code>6747160</code></a>
Update README.md</li>
<li><a
href="https://github.com/Textualize/textual/commit/2574ef62e8c7327cc4d67fde7eb6c10a92861a7a"><code>2574ef6</code></a>
Update README.md</li>
<li><a
href="https://github.com/Textualize/textual/commit/0e384b22a479c60df3fe86377a6a4f3622f51ea8"><code>0e384b2</code></a>
Update README.md</li>
<li><a
href="https://github.com/Textualize/textual/commit/44b9eab808b3f44774d8593c3b09a3603d22cd18"><code>44b9eab</code></a>
Update README.md</li>
<li><a
href="https://github.com/Textualize/textual/commit/1e3e51ee191e83f2178226c73a75ed95eb87746c"><code>1e3e51e</code></a>
Update README.md</li>
<li>Additional commits viewable in <a
href="https://github.com/Textualize/textual/compare/v0.89.1...v1.0.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.89.1&new-version=1.0.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
dependabot[bot] authored Dec 13, 2024
1 parent 7f17b3d commit 1022149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dev = [
"pytest-asyncio==0.24.0",
"pyright==1.1.390",
]
gui = ["textual==0.89.1", "pyclip==0.7"]
gui = ["textual==1.0.0", "pyclip==0.7"]
jax = ["jax==0.4.37", "numpy==2.2.0"]
onnx = ["onnx==1.17.0", "numpy==2.2.0"]
riscv = ["riscemu==2.2.7"]
Expand Down

0 comments on commit 1022149

Please sign in to comment.