Skip to content

v0.11.0

Compare
Choose a tag to compare
@EdJoPaTo EdJoPaTo released this 31 Aug 17:10
· 100 commits to main since this release
  • 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.