- feat: add global_press_key to checkbox @Dom324 (#50)
- fix: display the initial value of the Prompt component correctly @mobily (#43)
- fix(select): pass node's data to the
on_select
callback @mobily (#38)
- feat: luarocks/rocks.nvim support @mrcjkb (#22)
- feat: add
linebreak
prop to various components @mobily (#36) - feat: add Buffer component @mobily (#33)
- fix: ensure that only the relevant signal value is emitted @mobily (#34)
- fix: display the initial value of TextInput correctly @mobily (#35)
- fix: use
fn.keach
to iterate over signal values @b0o (#31)
- feat: add
debounce
andstart_with
operators @mobily (#27)
- feat: add support for
max_lines
prop for paragraph component @mobily (#25)
- fix: schedule setting buffer modifiable @b0o (#18)
- fix: ensure that the
signal_values
provided are resolved correctly when usingcombine_latest
@mobily (#24) - fix: paragraph width calculation @b0o (#21)
- feat: extmark-based placeholder for text inputs @willothy (#7)
- Feat validator combinators @willothy (#12)
- chore: Add
deploy-docs
workflow @mobily (#14)
- feat: add
Renderer:get_component_by_direction
@willothy (#8) - feat: ✨ Allows modifying the appearance and behavior of the floating window @mobily (#4)
- fix: remove right padding from paragraph and descendants @willothy (#11)
- Tree fixes for nested node handling (scroll and id generation) @willothy (#6)