Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ratatui from 0.25.0 to 0.26.0 #19

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps ratatui from 0.25.0 to 0.26.0.

Release notes

Sourced from ratatui's releases.

v0.26.0

We are excited to announce the new version of ratatui - a Rust library that's all about cooking up TUIs 🐭

In this version, we have primarily focused on simplifications and quality-of-life improvements for providing a more intuitive and user-friendly experience while building TUIs.

Release highlights: https://ratatui.rs/highlights/v026/

⚠️ List of breaking changes can be found here.

💖 Consider sponsoring us at https://github.com/sponsors/ratatui-org!

Features

  • 79ceb9f (line) Add alignment convenience functions (#856)

    This adds convenience functions `left_aligned()`, `centered()` and
    `right_aligned()` plus unit tests. Updated example code.
    
  • 0df9354 (padding) Add new constructors for padding (#828)

    Adds `proportional`, `symmetric`, `left`, `right`, `top`, and `bottom`
    constructors for Padding struct.
    

    Proportional is

    /// **NOTE**: Terminal cells are often taller than they are wide, so to make horizontal and vertical
    /// padding seem equal, doubling the horizontal padding is usually pretty good.
    

    Fixes:ratatui-org/ratatui#798

  • d726e92 (paragraph) Add alignment convenience functions (#866)

    Added convenience functions left_aligned(), centered() and
    right_aligned() plus unit tests. Updated example code.
    
  • c1ed5c3 (span) Add alignment functions (#873)

... (truncated)

Changelog

Sourced from ratatui's changelog.

0.26.0 - 2024-02-02

We are excited to announce the new version of ratatui - a Rust library that's all about cooking up TUIs 🐭

In this version, we have primarily focused on simplifications and quality-of-life improvements for providing a more intuitive and user-friendly experience while building TUIs.

Release highlights: https://ratatui.rs/highlights/v026/

⚠️ List of breaking changes can be found here.

💖 Consider sponsoring us at https://github.com/sponsors/ratatui-org!

Features

  • 79ceb9f (line) Add alignment convenience functions (#856)

    This adds convenience functions `left_aligned()`, `centered()` and
    `right_aligned()` plus unit tests. Updated example code.
    
  • 0df9354 (padding) Add new constructors for padding (#828)

    Adds `proportional`, `symmetric`, `left`, `right`, `top`, and `bottom`
    constructors for Padding struct.
    

    Proportional is

    /// **NOTE**: Terminal cells are often taller than they are wide, so to make horizontal and vertical
    /// padding seem equal, doubling the horizontal padding is usually pretty good.
    

    Fixes:ratatui-org/ratatui#798

  • d726e92 (paragraph) Add alignment convenience functions (#866)

    Added convenience functions left_aligned(), centered() and
    right_aligned() plus unit tests. Updated example code.
    
  • c1ed5c3 (span) Add alignment functions (#873)

... (truncated)

Commits
  • bcf4368 docs: Update BREAKING-CHANGES.md summary (#907)
  • b7942ee chore(release): prepare for 0.26.0 (#905)
  • c8dd879 feat: add WidgetRef and StatefulWidgetRef traits (#903)
  • 652dc46 docs: Update BREAKING-CHANGES.md with flex section (#906)
  • 87bf1dd feat: replace Rect::split with Layout::areas and spacers (#904)
  • f8367fd chore: allow Buffer::with_lines to accept IntoIterator (#901)
  • 9ba7354 feat(text): implement iterators for Text (#900)
  • dab08b9 feat: show space constrained UIs conditionally (#895)
  • 2a12f7b feat: impl Widget for &BarChart (#897)
  • 4278b40 feat(line): implement iterators for Line (#896)
  • 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 <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 [ratatui](https://github.com/ratatui-org/ratatui) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/ratatui-org/ratatui/releases)
- [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui@v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: ratatui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2024

Superseded by #21.

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/cargo/ratatui-0.26.0 branch February 12, 2024 17:12
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants