Skip to content

Releases: brimdata/react-arborist

Version 1.0.0

18 Mar 19:38
Compare
Choose a tag to compare

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

16 Mar 22:02
Compare
Choose a tag to compare

Features

  • Added onContextMenu and onClick properties to the Tree component.