Skip to content

Releases: grapp-dev/nui-components.nvim

v1.5.2

04 May 15:28
295c73b
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: display the initial value of the Prompt component correctly @mobily (#43)

v1.5.1

25 Apr 20:33
01aa7ba
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix(select): pass node's data to the on_select callback @mobily (#38)

v1.5.0

20 Apr 08:26
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: luarocks/rocks.nvim support @mrcjkb (#22)
  • feat: add linebreak prop to various components @mobily (#36)
  • feat: add Buffer component @mobily (#33)

🐛 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

17 Apr 17:41
f8dc26a
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: use fn.keach to iterate over signal values @b0o (#31)

v1.4.0

15 Apr 20:54
4300a6b
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: add debounce and start_with operators @mobily (#27)

v1.3.0

14 Apr 11:42
8cd0493
Compare
Choose a tag to compare

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

01 Apr 18:10
67b38d3
Compare
Choose a tag to compare

What's Changed

🚀 Features

🚩 Other Changes

v1.1.0

31 Mar 10:40
9f3d81b
Compare
Choose a tag to compare

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)

v1.0.0

31 Mar 10:40
Compare
Choose a tag to compare