This repository has been archived by the owner on Oct 8, 2022. It is now read-only.
Releases: asseinfo/react-kanban
Releases · asseinfo/react-kanban
v2.2.0
v2.1.0
v2.0.0
v2.0.0-beta.2
v1.1.1
v2.0.0-beta.1
2.0.0-beta.1 (2020-03-11)
Features
BREAKING CHANGES
- You need to import the default styles or provide your own:
import '@lourenci/react-kanban/dist/styles.css'
.
v1.1.0
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2020-02-09)
Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
- The name
lane
was 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
onLaneDragEnd
callback signature has changed fromonLaneDragEnd(board, source, destination)
toonLaneDragEnd(board, lane, source, destination)
.