Skip to content

Releases: EdJoPaTo/tui-rs-tree-widget

v0.11.0

31 Aug 17:10
Compare
Choose a tag to compare
  • feat: toggle with identifier 63a5fa0
  • feat: implement TreeState select first/last b019567
  • feat: implement TreeState arrow key methods c0e4967

BREAKING CHANGE:
TreeState::toggle is now named TreeState::toggle_selected. The toggle method now has an argument for the identifier to be toggled while the new toggle_selected keeps the old behavior of toggling the currently selected entry.

v0.10.0

15 Aug 09:05
Compare
Choose a tag to compare
  • build: update tui to v0.19 046f0f0

v0.9.0

27 Apr 23:46
Compare
Choose a tag to compare
  • build(rust): update tui to v0.18 2a4b431
  • refactor(lint): specify must_use more often d228f43

v0.8.1

06 Feb 20:19
Compare
Choose a tag to compare

v0.8.0

30 Jan 14:29
Compare
Choose a tag to compare
  • build: update tui to v0.17 6793cb7
  • refactor: export as flat hierarchy f0bbd09
  • housekeeping, make functions const, …

BREAKING CHANGES:

  • exports are now flat on the top level. See f0bbd09

v0.7.0

09 Aug 06:20
Compare
Choose a tag to compare
  • build(cargo): update tui to 0.16 c886ee5
  • internal refactorings, dependency updates, housekeeping, …

v0.6.0

03 May 08:59
Compare
Choose a tag to compare

update to tui v0.15 be51a56

v0.5.0

01 May 12:26
Compare
Choose a tag to compare

v0.4.0

13 Feb 09:05
Compare
Choose a tag to compare
  • feat: add TreeState get_offset() 075eb05

v0.3.0...v0.4.0

v0.3.0

04 Jan 11:07
3f5e936
Compare
Choose a tag to compare
  • chore(cargo): update tui to 0.14 c0fc1be
  • chore(cargo): use include instead of exclude 6be2a9d
  • refactor: let rust elide lifetimes e3ac255

v0.2.0...v0.3.0