v0.11.0
- 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.