This repository was archived by the owner on Oct 8, 2022. It is now read-only.
v1.0.0
1.0.0 (2020-02-09)
Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
- The name
lanewas renamed tocolumn.
E.g.: onLaneRename turns into onColumnRename.
- The exported helper
renameLane(board, lane, newTitle)to help you to deal with a controlled board has changed tochangeLane(board, lane, { title: 'New title' }). - The
onLaneDragEndcallback signature has changed fromonLaneDragEnd(board, source, destination)toonLaneDragEnd(board, lane, source, destination).