Component
- Fix: Support arrow keys in application mode
- Fix: Remove useless new line when using an alternative screen.
Dom
- Feature: Add the dashed style for border and separator:
- See
DASHED
enum, andseparatorDashed()
,borderDashed()
functions.
- See
- Feature: Add colored borders.
- See functions:
borderStyled(BorderStyle, Color)
andborderStyled(Color)
.
- See functions:
- Feature: Add
LinearGradient
. It can be used incolor
andbgColor
. - Improvement: Color::Interpolate() uses gamma correction.
- Fix: Check the
graph
area is positive.
Build/Install
- Use globally set CMAKE_CXX_STANDARD if it is set.
- Expose the pkg-config file
- Check version compatibility when using cmake find_package()