Releases: brimdata/react-arborist
Releases · brimdata/react-arborist
Version 1.0.0
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.
Version 0.2.0
Features
- Added onContextMenu and onClick properties to the Tree component.