From 8c4200ecbbdcaaabb80a36ef5c37c2b55f79be4d Mon Sep 17 00:00:00 2001 From: Martin Pengelly-Phillips Date: Sat, 30 Apr 2022 23:03:36 +0100 Subject: [PATCH] Update README to reflect changes. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a12c318..b24b6ee 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ import { useDragDropContext, createDraggable, createDroppable, - transformStyle, } from "@thisbeyond/solid-dnd"; const Draggable = (props) => { @@ -92,8 +91,9 @@ See more examples at https://solid-dnd.com that is removed from the normal flow. - [x] Support for different sensors to detect and manage dragging (pointer sensor provided by default). -- [x] Layout collision detection algorithms (`mostIntersectingLayout` and - `closestLayoutCenter`) for common usage. You can also add your own. +- [x] Layout collision detection algorithms (`mostIntersecting`, + `closestCorners` and `closestCenter`) for common usage. You can also add + your own. - [x] Sortable list primitives for drag and drop list reordering (currently only vertical sorting supported). - [x] Use multiple (or nested) `DragDropProvider` for containers isolated from