All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- [#354] Getting errors on each drag and drop using react-trello/smooth-dnd
- [#317] Upgrade smooth-dnd to the latest version
- [#312] Lane metadata not being passed to CustomLaneHeader
- LaneHeaderComponent specified two editLaneTitle props, causing a warning to be shown
- Remove duplicated editLaneTitle propType
- [#306] Delete Icon not there in Custom Card Component
- Cursor on lane header respects draggable
- Improve new lane title editor (auto close on click outside)
- [#298] onCardDelete Event doesn't get fired anymore
- Availability to hide Add Card button for specific lane
- Internationalization support (property
t
andlang
) - Russian translation
- Dependency Injection mechanisim for all components customization
(property
components
) - Add
onCardMoveAcrossLanes
handler property, called when a card is moved across lanes - Add
onDeleteLane
handler property - Add
laneStyle
property - Add
editLaneTitle
andonLaneUpdate
props (availability to inline edit lane title)
- Removed CSS style hardcoding (except
react-popover
) - Upgrade dev dependencies and remove unnecessary pkgs
- Suppress debug prints in tests
- Add babel-plugin-module-resolver to root as ./src
- Removed
react-popover
's CSS classes.
- [#203] fixes Cannot drop a card near the bottom of a lane
- [#205] fix argument names in handleLaneDragEnd
- [#201] Fixed Warning: Failed prop type by replacing
react-popover
withreact-popopo
- Removed props
addLaneTitle
andaddCardTitle
. Uset('Add another lane')
andt('Click to add card')
instead of it. - Removed props
customLaneHeader
,newCardTemplate
,newLaneTemplate
,customCardLayout
. Usecomponents
property instead of it.
Refer upgrade instructions to migrate to new version.
Lookin into git log