You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2022. It is now read-only.
Rename renameLane helper to changeLane (#251) (df55d51)
Features
Pass the moved lane on the onLaneDragEnd callback (#240) (c590657)
BREAKING CHANGES
The name lane was renamed to column.
E.g.: onLaneRename turns into onColumnRename.
The exported helper renameLane(board, lane, newTitle) to help you to deal with a controlled board has changed to changeLane(board, lane, { title: 'New title' }).
The onLaneDragEnd callback signature has changed from onLaneDragEnd(board, source, destination) to onLaneDragEnd(board, lane, source, destination).