react-arborist icon indicating copy to clipboard operation
react-arborist copied to clipboard

Version 4

Open jameskerr opened this issue 1 year ago • 12 comments

Experimenting with what the next iteration of the react-arborist api will be, while maintaining all backward compatibility.

Remaining Items

  • [x] node.state
  • [x] require props hook
  • [x] disable drop function
  • [x] sort nodes
  • [x] filter nodes
  • [x] customizable commands object
  • [x] fix weird cursor positions
  • [x] outside drop
  • [ ] compatibility layer with <Tree /> props
  • [x] Make it with with no props
  • [ ] provide way to disable features
  • [x] RTL support
  • [ ] Variable height rows
  • [x] Scrolling callbacks
  • [x] Open all folders when filtering
  • [x] Open folder when dropping into it
  • [x] Open folder when hovering over it for a time
  • [ ] Custom Renderers
  • [ ] Two Tree Demo
  • [ ] Checkbox Demo
  • [ ] Everything is a folder Demo
  • [ ] Drag Handle
  • [ ] Duplicate Nodes
  • [ ] Trag between trees
  • [ ] Checkbox Demo
  • [ ] All Internal Demo
  • [ ] RTL Demo
  • [ ] Different Drag Previews
  • [ ] selectionFollowsFocus Demo
  • [ ] Use Single Selection

jameskerr avatar Mar 13 '24 22:03 jameskerr