v6.0.0 #1018
ArthurSonzogni
announced in
Announcements
v6.0.0
#1018
Replies: 1 comment 1 reply
-
@ArthurSonzogni One question regarding the 6.0.0, can you explain the rationale for making the We do have quite a few components which inherit from ftxui components, and were overriding the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
6.0.0 (2025-03-23)
Component
ScreenInteractive::ForceHandleCtrlC(false)
to allow componentto fully override the default
Ctrl+C
handler.ScreenInteractive::ForceHandleCtrlZ(false)
to allow componentto fully override the default
Ctrl+Z
handler.Mouse::WeelLeft
andMouse::WeelRight
events on supportedterminals.
Event::DebugString()
.Input
's insert mode. AddInputOption::insert
option. Added by @mingsheng13.
DropdownOption
to configure the dropdown. See Feature: Dropdown options with callback #826.ScreenInteractive::GetSelection()
.ScreenInteractive::SelectionChange(...)
listener.Mouse transition
:The Mouse::Moved motion was added.
multiple checkboxes.
as opposed to being released.
This fixes: Click and drag tiggers buttons and checkboxes repeatedly #773
This fixes: Cursor state (blinking, block, underline, ...) is not reset after exiting a program #792
ScreenInteractive::FullscreenPrimaryScreen()
. This allowsdisplaying a fullscreen component on the primary screen, as opposed to the
alternate screen.
Input
onchange
was not called on backspace or delete key.Fixed by @chrysante in chrysante in PR Input onchange not called #776.
ResizeableSplit
keyboard navigation. Fixed by Fix ResizableSplit handling keyboard navigation incorrectly #842.Menu
focus. See [HELP] - Menu inside frame goes to the top when unfocused #841ComponentBase::Index()
. This allows to get the index of acomponent in its parent. See Menu item selection not drawn the whole way #932
EntryState::index
. This allows to get the index of a menu entry.See Menu item selection not drawn the whole way #932
SliderOption::on_change
. This allows to set a callback when theslider value changes. See Add
SliderWithCallback
component #938.Dropdown
with no entries.LinearGradient
due to float precision and an off-by-onemistake. See Vector out of bounds error in
linear_gradient.cpp
#998.Dom
italic
decorator. For instance:hscroll_indicator
. It display an horizontal indicatorreflecting the current scroll position. Proposed by @ibrahimnasson in
issue 752
extend_beyond_screen
option toDimension::Fit(..)
, allowingthe element to be larger than the screen. Proposed by @LordWhiro. See Display problem #572 and
Print a non-dynamic element higher than the terminal #949.
selectionColor
decorator.selectionBackgroundColor
decorator.selectionForegroundColor
decorator.selectionStyle(style)
decorator.selectionStyleReset
decorator.behavior.
Screen
Box::IsEmpty()
.Color::RGBA(r,g,b,a)
.Color::HSVA(r,g,b,a)
.Color::Blend(Color)
.Color::IsOpaque()
Util
Adapter
forConstStringListRef
. See Problems withMenu
? #843.Build
This discussion was created from the release v6.0.0.
Beta Was this translation helpful? Give feedback.
All reactions