Releases: PaigeM89/Elmish.DragAndDrop
Releases · PaigeM89/Elmish.DragAndDrop
v0.4.0-rc2
0.4.0-rc2 - 2021-07-25
Added
- You can now separate Drag And Drop categories to create different drag & drop sections that do not interact with each other.
Changed
- The entire API for drag handles, draggables, drop areas, and contexts has been changed.
v0.4.0-rc1
[0.4.0-rc1] - 2021-07-25
Added
- You can now separate Drag And Drop categories to create different drag & drop sections that do not interact with each other.
Changed
- The entire API for drag handles, draggables, drop areas, and contexts has been changed.
v0.3.0
0.3.0 - 2021-06-13
Added
- Can now find item list index & index by Id.
- Added APIs For
Draggables
, separating the logic between what is grabbable and what actually drags. - Added a
DropArea.asBucket
function to create a drop area that accepts elements, dispatches some events, and doesn't draw them (they just disappear). - New
DragDropContext
to capture events in a wider area than adroparea
. This lets the user drag things around in an inuitive way without changing where things can be dropped. - New
DragDropContext
to capture events in a wider area than adroparea
. This lets the user drag things around in an inuitive way without changing where things can be dropped.
Removed
- Removed APIs for creating
DropAreas
fromDragHandles
, asDragHandles
now immediately turn intoReactElements
and cannot be deferred to render later.
Changed
- Redid namespace organization to improve usability
- Redid namespace organization to improve usability
v0.3.0-alpha02
0.3.0-alpha02 - 2021-05-26
Added
-
Can now find item list index & index by Id.
-
Added APIs For
Draggables
, separating the logic between what is grabbable and what actually drags. -
Added a
DropArea.asBucket
function to create a drop area that accepts elements, dispatches some events, and doesn't draw them (they just disappear). -
New
DragDropContext
to capture events in a wider area than adroparea
. This lets the user drag things around in an inuitive way without changing where things can be dropped.
Removed
- Removed APIs for creating
DropAreas
fromDragHandles
, asDragHandles
now immediately turn intoReactElements
and cannot be deferred to render later.
Changed
- Redid namespace organization to improve usability