File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242- Feature: Support Meson build system. Thanks @mintonmu in #1259 .
4343- Remove dependency on 'pthread'.
4444- Bugfix: Bazel target @ftxui is now visible. Thanks @dskkato in #1157 .
45+ - ABI: Explicitly size all public enums to ` uint8_t ` for ABI layout stability.
46+ - ABI: Add reserved virtual methods to ` Screen ` and ` Node ` for future
47+ extensibility without breaking ABI.
4548
4649### General
4750- Breaking (Renames):
9598 #1070 .
9699- Update: The ` gauge ` in a flexible now takes the available space in the
97100 opposite direction. Thanks @Ardet696 in #1203 .
101+ - Feature: Add parameterized ` _factor ` variants of flex decorators. These allow
102+ specifying custom grow/shrink factors:
103+ ` flex_factor(grow, shrink) ` , ` flex_grow_factor(grow) ` ,
104+ ` flex_shrink_factor(shrink) ` , with ` x ` and ` y ` axis variants.
105+ Usage: ` element | flex_grow_factor(3) ` .
98106
99107### Screen
100108- Performance: Collapse the per-row cursor walk-up in the non-clear
You can’t perform that action at this time.
0 commit comments