Skip to content

chore(deps): bump tui-big-text from 0.8.2 to 0.8.3#189

Merged
orhun merged 1 commit intomainfrom
dependabot/cargo/tui-big-text-0.8.3
Mar 30, 2026
Merged

chore(deps): bump tui-big-text from 0.8.2 to 0.8.3#189
orhun merged 1 commit intomainfrom
dependabot/cargo/tui-big-text-0.8.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps tui-big-text from 0.8.2 to 0.8.3.

Release notes

Sourced from tui-big-text's releases.

tui-big-text-v0.8.3

🚀 Features

  • (tui-big-text) Add optional Block wrapping for BigText (#197)

    Summary

    Add optional block wrapping for the big text widget so it can render within a border and title area.

    Motivation

    This enables composing the big text widget with standard block decorations, which is useful for dashboards and status displays. E. g. I'm making layout with BigText stopwatch and I want to use block title as a place for status. Additionally it fits into my dashboard design. I think it might be useful.

    My example:

    Screenshot_5

    Changes

    • Added optional block support in the widget configuration and rendering flow.
    • Added a test to validate rendering with a bordered block and title.

    Testing

    cargo test -p tui-big-text --all-features -- --nocapture

Changelog

Sourced from tui-big-text's changelog.

Changelog

All notable changes to this project will be documented in this file.

[0.7.1] - 2026-03-29

🚀 Features

  • (scrollbar) Update glyph previews and tests (#169)

    Default ScrollBar renders without arrow endcaps and uses a dark gray background with a blank (space) track.

    Add glyph set variants and improve the Unicode-only fallback. Document glyph sets with a 1/8-step horizontal thumb walk, and add snapshot render tests to keep the glyph combinations stable.

  • (scrollbar) Support crossterm 0.28 (#172)

    Add versioned crossterm feature flags and re-export the selected version as tui_scrollbar::crossterm.

    Add CI checks for the feature matrix and a docs.rs-style build.


  • (tui-bigtext) Enable no_std as default (#190)

    This enables using tui-bigtext in a no_std environment

    e.g. ratatui/mousefood#159

  • (tui-big-text) Add optional Block wrapping for BigText (#197)

    Summary

    Add optional block wrapping for the big text widget so it can render within a border and title area.

    Motivation

    This enables composing the big text widget with standard block decorations, which is useful for dashboards and status displays. E. g. I'm making layout with BigText stopwatch and I want to use block title as a place for status. Additionally it fits into my dashboard design. I think it might be useful.

    My example:

    Screenshot_5

    Changes

    • Added optional block support in the widget configuration and rendering flow.

... (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 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 [tui-big-text](https://github.com/ratatui/tui-widgets) from 0.8.2 to 0.8.3.
- [Release notes](https://github.com/ratatui/tui-widgets/releases)
- [Changelog](https://github.com/ratatui/tui-widgets/blob/main/CHANGELOG.md)
- [Commits](ratatui/tui-widgets@tui-big-text-v0.8.2...tui-big-text-v0.8.3)

---
updated-dependencies:
- dependency-name: tui-big-text
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 30, 2026
@orhun orhun merged commit f96b593 into main Mar 30, 2026
29 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/tui-big-text-0.8.3 branch March 30, 2026 21:00
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant