Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@jameskerr jameskerr released this 18 Mar 19:38
· 93 commits to main since this release

Changed the names of the state booleans from isFirstOfSelected and isLastOfSelected to isSelectedStart and isSelectedEnd.

The treeApi.edit(id) method now returns a promise that resolves with this data when the edit is submitted {cancelled: boolean, value: string | undefined}.

Added a treeApi.selectById(id) method.