Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions UPGRADE_GUIDE_V2.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ sw := stopwatch.New(stopwatch.WithInterval(500 * time.Millisecond))

The table already had `SetWidth`/`SetHeight`/`Width()`/`Height()` in v1, but internally these now use viewport getter/setters.

An explicit width is now required or the table body may be blank. You can pass the `WithWidth()` option to `New()` to set it.

### Textarea

#### KeyMap
Expand Down