Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ratatui/ratatui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.27.0
Choose a base ref
...
head repository: ratatui/ratatui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.27.1-alpha.0
Choose a head ref
  • 5 commits
  • 12 files changed
  • 4 contributors

Commits on Jun 25, 2024

  1. feat(table): select first, last, etc to table state (#1198)

    Add select_previous, select_next, select_first & select_last to
    TableState
    
    Used equivalent API as in ListState
    robertpsoane authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    36d49e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32a0b26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e7458f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. docs(block): update block documentation (#1206)

    Update block documentation with constructor methods and setter methods
    in the main doc comment Added an example for using it to surround
    widgets
    
    Fixes: #914
    leohscl authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    55e0880 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60bd7f4 View commit details
    Browse the repository at this point in the history
Loading