Skip to content
This repository was archived by the owner on Oct 8, 2022. It is now read-only.

0.15.0 (November 17, 2019)

Choose a tag to compare

@lourenci lourenci released this 17 Nov 15:24
  • Allow the board to be controlled

Breaking changes

  • The prop children was renamed to initialBoard. children must be used for a controlled board.
  • The onLaneNew now is used to pass the updated board with the new lane. onNewLaneConfirm was created to pass a draft lane with the title. You just need to rename onLaneNew to onNewLaneConfirm.
  • Now onCardDragEnd callback receives (updatedBoard, { fromPosition: ${index}, fromLaneId: ${laneId} }, { toPosition: ${index}, toLaneId: ${laneId} }).
  • Now onLaneDragEnd callback receives (updatedBoard, { fromPosition: ${index} }, { toPosition: ${index} }).