This repository was archived by the owner on Oct 8, 2022. It is now read-only.
0.15.0 (November 17, 2019)
- Allow the board to be controlled
Breaking changes
- The prop
childrenwas renamed toinitialBoard.childrenmust be used for a controlled board. - The
onLaneNewnow is used to pass the updated board with the new lane.onNewLaneConfirmwas created to pass a draft lane with the title. You just need to renameonLaneNewtoonNewLaneConfirm. - Now
onCardDragEndcallback receives(updatedBoard, { fromPosition: ${index}, fromLaneId: ${laneId} }, { toPosition: ${index}, toLaneId: ${laneId} }). - Now
onLaneDragEndcallback receives(updatedBoard, { fromPosition: ${index} }, { toPosition: ${index} }).