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
0.11.0 (September 5, 2019)
- Allow to render a custom lane adder
0.10.1 (September 4, 2019)
- You can pass a promise through the
onNewLane
now.
0.10.0 (August 30, 2019)
- Add capability to add a new lane
Breaking changes
- The
renderCard
no longer receives theisDragging
prop as a second argument. The second argument is acardBag
, where you can extract thedragging
property from there.
0.9.0 (July 28, 2019)
- Allow to rename lanes
0.8.0 (July 25, 2019)
- Allow to remove lanes
0.7.0 (July 24, 2019)
- Allow both cards and lanes to not be draggable
0.6.0 (April 20, 2019)
- Add capability to add a new lane
0.5.0 (April 15, 2019)
- Allow to render a custom lane header
0.4.0 (April 13, 2019)
- Allow to render a custom card
0.3.0 (April 13, 2019)
- Add capability to drag-and-drop lanes