Skip to content

Commit 1df5459

Browse files
docs: update CHANGELOG.md
1 parent 072573f commit 1df5459

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ Next
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):
@@ -95,6 +98,11 @@ Next
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

0 commit comments

Comments
 (0)