Releases: grapp-dev/nui-components.nvim
Releases · grapp-dev/nui-components.nvim
v1.5.2
What's Changed
🐛 Bug Fixes
- fix: display the initial value of the Prompt component correctly @mobily (#43)
v1.5.1
What's Changed
🐛 Bug Fixes
- fix(select): pass node's data to the
on_select
callback @mobily (#38)
v1.5.0
What's Changed
🚀 Features
🐛 Bug Fixes
- fix: ensure that only the relevant signal value is emitted @mobily (#34)
- fix: display the initial value of TextInput correctly @mobily (#35)
v1.4.1
What's Changed
🐛 Bug Fixes
- fix: use
fn.keach
to iterate over signal values @b0o (#31)
v1.4.0
What's Changed
🚀 Features
- feat: add
debounce
and start_with
operators @mobily (#27)
v1.3.0
What's Changed
🚀 Features
- feat: add support for
max_lines
prop for paragraph component @mobily (#25)
🐛 Bug Fixes
- fix: schedule setting buffer modifiable @b0o (#18)
- fix: ensure that the
signal_values
provided are resolved correctly when using combine_latest
@mobily (#24)
- fix: paragraph width calculation @b0o (#21)
v1.2.0
What's Changed
🚀 Features
🚩 Other Changes
v1.1.0
What's Changed
🚀 Features
- feat: add
Renderer:get_component_by_direction
@willothy (#8)
- feat: ✨ Allows modifying the appearance and behavior of the floating window @mobily (#4)
🐛 Bug Fixes
- fix: remove right padding from paragraph and descendants @willothy (#11)
- Tree fixes for nested node handling (scroll and id generation) @willothy (#6)