tconbeer / harlequin

The SQL IDE for Your Terminal.
https://harlequin.sh
MIT License
3.55k stars 77 forks source link

chore(deps): bump textual from 0.47.1 to 0.48.1 #438

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps textual from 0.47.1 to 0.48.1.

Release notes

Sourced from textual's releases.

The nevermore bug release

A small oversight with the TextArea theme

[0.48.1] - 2023-02-01

Fixed

The "As of some one gently wrapping, wrapping at my chamber door" release.

The highlight of this release is the addition of soft wrapping to the TextArea, which you can see below:

https://github.com/Textualize/textual/assets/554369/73926642-40fa-43c1-94e2-753729465ab9

This makes TextArea one of our most powerful widgets. Looking forward to seeing what you build with it!

Note there is a breaking change here. The TextArea now defaults to a multi-line soft-wrapped editor rather than a more code oriented editor. If you want the original behaviour, use the code_editor classmethod. i.e. replace TextArea with TextArea.code_editor.

Also in this release is a new suspend decorator which will temporarily suspend the currently running app and allow you to launch another terminal app (which doesn't even need to be a Textual app).

There are plenty of other fixes and enhancements. See below for the full details...

[0.48.0] - 2023-02-01

Changed

  • Breaking change: Significant changes to TextArea.__init__ default values/behaviour Textualize/textual#3933
    • soft_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.
  • Breaking change: TextArea default theme changed to CSS, and default styling changed Textualize/textual#4074
  • Breaking change: DOMNode.has_pseudo_class now accepts a single name only Textualize/textual#3970
  • Made textual.cache (formerly textual._cache) public Textualize/textual#3976
  • Tab.label can now be used to change the label of a tab Textualize/textual#3979
  • Changed the default notification timeout from 3 to 5 seconds Textualize/textual#4059
  • Prior scroll animations are now cancelled on new scrolls Textualize/textual#4081

Added

... (truncated)

Changelog

Sourced from textual's changelog.

[0.48.1] - 2023-02-01

Fixed

[0.48.0] - 2023-02-01

Changed

  • Breaking change: Significant changes to TextArea.__init__ default values/behaviour Textualize/textual#3933
    • soft_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.
  • Breaking change: TextArea default theme changed to CSS, and default styling changed Textualize/textual#4074
  • Breaking change: DOMNode.has_pseudo_class now accepts a single name only Textualize/textual#3970
  • Made textual.cache (formerly textual._cache) public Textualize/textual#3976
  • Tab.label can now be used to change the label of a tab Textualize/textual#3979
  • Changed the default notification timeout from 3 to 5 seconds Textualize/textual#4059
  • Prior scroll animations are now cancelled on new scrolls Textualize/textual#4081

Added

Fixed

... (truncated)

Commits
  • ecb8257 Merge pull request #4091 from Textualize/text-area-default-theme
  • b3b1ce3 Update failing command palette snapshot test
  • 5ec0a64 Updating newly fetched snapshots
  • 2200a62 Use Monokai by default when code_editor is used
  • 7128c28 Bump version to 0.48.1, update changelog
  • 23156a3 Use CSS by default in the TextArea
  • 7f1d0f8 Merge pull request #4090 from Textualize/bump0480
  • 1f066f7 changelog
  • cac897f bump
  • 266a89f Cancelling scrolling animations on new scroll_to calls (#4081)
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 7 months ago

Superseded by #452.