mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-05-07 18:41:12 +08:00
Update CHANGELOG to reflect the v4.1.0 support branch.
This commit is contained in:
parent
38827dda5b
commit
8dbda8551f
23
CHANGELOG.md
23
CHANGELOG.md
@ -5,22 +5,31 @@ current (development)
|
|||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
### Component
|
### Component
|
||||||
- Feature: `input` is now multi-line.
|
|
||||||
- Feature: `input` style can now be customized.
|
|
||||||
- Feature: Support `ResizableSplit` with customizable separator.
|
|
||||||
- Breaking: MenuDirection enum is renamed Direction
|
- Breaking: MenuDirection enum is renamed Direction
|
||||||
|
- Breaking: GaugeDirection enum is renamed Direction
|
||||||
|
- Breaking: Direction enum is renamed WidthOrHeight
|
||||||
|
- Breaking: Remove `ComponentBase` copy constructor/assignment.
|
||||||
|
- Feature: `input` is now supporting multiple lines.
|
||||||
|
- Feature: `input` style is now customizeable.
|
||||||
|
|
||||||
|
4.1.0
|
||||||
|
-----
|
||||||
|
|
||||||
|
### Component
|
||||||
|
- Feature: Support `ResizableSplit` with customizable separator.
|
||||||
|
- Fix: Support arrow keys in application mode
|
||||||
- Fix: Remove useless new line when using an alternative screen.
|
- Fix: Remove useless new line when using an alternative screen.
|
||||||
- Breaking/Fix: Remove `ComponentBase` copy constructor/assignment.
|
|
||||||
|
|
||||||
### Dom
|
### Dom
|
||||||
- Feature: Add the dashed style for border and separator.
|
- Feature: Add the dashed style for border and separator.
|
||||||
- Feature: Add colored borders.
|
- Feature: Add colored borders.
|
||||||
- Feature: Add `LinearGradient`!
|
- Feature: Add `LinearGradient`!
|
||||||
- Improvement: Color::Interpolate() uses gamma correction.
|
- Improvement: Color::Interpolate() uses gamma correction.
|
||||||
|
- Fix: Check the `graph` area is positive.
|
||||||
|
|
||||||
###
|
### Build/Install
|
||||||
- Breaking: Direction enum is renamed WidthOrHeight
|
- Use globally set CMAKE_CXX_STANDARD if it is set.
|
||||||
- Breaking: GaugeDirection enum is renamed Direction
|
- Expose the pkg-config file.
|
||||||
|
|
||||||
4.0.0
|
4.0.0
|
||||||
-----
|
-----
|
||||||
|
Loading…
Reference in New Issue
Block a user