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.2 #452

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps textual from 0.47.1 to 0.48.2.

Release notes

Sourced from textual's releases.

The "truly your forgiveness I implore" release.

Hotfix for two issues.

[0.48.2] - 2024-02-02

Fixed

Changed

  • Breaking change: keyboard navigation in RadioSet, ListView, OptionList, and SelectionList, no longer allows highlighting disabled items Textualize/textual#3881

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

... (truncated)

Changelog

Sourced from textual's changelog.

[0.48.2] - 2024-02-02

Fixed

Changed

  • Breaking change: keyboard navigation in RadioSet, ListView, OptionList, and SelectionList, no longer allows highlighting disabled items Textualize/textual#3881

[0.48.1] - 2024-02-01

Fixed

[0.48.0] - 2024-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
  • 6459878 Merge pull request #4106 from Textualize/bump0482
  • f3d2b20 fix dates
  • 3d3bc7a bump
  • be21e4d Merge pull request #4105 from davep/fix-4104
  • d206ac6 Merge branch 'main' into fix-4104
  • e686b73 Merge pull request #4103 from davep/broken-optionlist-ids
  • 3697157 Update the ChangeLog
  • 8c2b5d2 Only perform the SIGTOU test if we're hooked up to a tty
  • bf87df3 Fix broken OptionList Option id mapping
  • 8ae0b27 Merge pull request #4098 from TomJGooding/docs-suspend-fix-example-highlighte...
  • 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

Looks like textual is up-to-date now, so this is no longer needed.