ratatui/src
Rhaskia 28ac55bc62
fix(tabs): Tab widget now supports custom padding (#629)
The Tab widget now contains padding_left and and padding_right
properties. Those values can be set with functions `padding_left()`,
`padding_right()`, and `padding()` whic all accept `Into<Line>`.

Fixes issue https://github.com/ratatui-org/ratatui/issues/502
2023-12-03 16:38:43 -08:00
..
backend feat(buffer): deprecate Cell::symbol field (#624) 2023-11-11 21:43:51 -08:00
layout feat(Rect): add offset method (#533) 2023-11-27 08:03:18 -08:00
style fix: add #[must_use] to Style-moving methods (#600) 2023-11-21 14:21:28 -08:00
text feat(line): add Line::raw constructor (#511) 2023-09-22 04:34:58 -07:00
widgets fix(tabs): Tab widget now supports custom padding (#629) 2023-12-03 16:38:43 -08:00
backend.rs fix(terminal): insert_before() now accepts lines > terminal height and doesn't add an extra blank line (#596) 2023-11-08 10:04:35 -08:00
buffer.rs fix(doc): do not access deprecated Cell::symbol field in doc example (#626) 2023-11-13 06:29:01 -08:00
layout.rs feat(layout): allow configuring layout fill (#633) 2023-12-02 12:21:13 -08:00
lib.rs docs(lib): tweak the crate documentation (#659) 2023-12-03 15:59:53 -08:00
prelude.rs docs(terminal): add docs for terminal module (#486) 2023-09-11 18:39:15 -07:00
style.rs fix: add #[must_use] to Style-moving methods (#600) 2023-11-21 14:21:28 -08:00
symbols.rs feat(canvas): implement half block marker (#550) 2023-09-30 06:03:03 -07:00
terminal.rs fix(terminal): insert_before() now accepts lines > terminal height and doesn't add an extra blank line (#596) 2023-11-08 10:04:35 -08:00
text.rs chore(spans): remove deprecated Spans type (#426) 2023-09-19 02:58:52 -07:00
title.rs docs: import prelude::* in doc examples (#490) 2023-09-11 18:01:57 -07:00
widgets.rs docs(widgets): update the list of available widgets (#496) 2023-09-13 10:48:00 +02:00