Skip to content

Releases: EdJoPaTo/tui-rs-tree-widget

v0.13.0

04 Sep 11:25
18bc19a
Compare
Choose a tag to compare

v0.12.0

20 May 00:46
Compare
Choose a tag to compare

BREAKING CHANGES:

  • refactor(identifier)!: return usize instead of &usize 838668d

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