Kryszak / penny

TUI mp3 player
0 stars 0 forks source link

Bump ratatui from 0.25.0 to 0.26.0 #81

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

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 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)