Skip to content

Releases: PaigeM89/Elmish.DragAndDrop

v0.4.0-rc2

25 Jul 07:23
Compare
Choose a tag to compare
v0.4.0-rc2 Pre-release
Pre-release

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

25 Jul 06:20
Compare
Choose a tag to compare
v0.4.0-rc1 Pre-release
Pre-release

[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

13 Jun 11:08
Compare
Choose a tag to compare

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 a droparea. 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 a droparea. This lets the user drag things around in an inuitive way without changing where things can be dropped.

Removed

  • Removed APIs for creating DropAreas from DragHandles, as DragHandles now immediately turn into ReactElements and cannot be deferred to render later.

Changed

  • Redid namespace organization to improve usability
  • Redid namespace organization to improve usability

v0.3.0-alpha02

27 May 01:08
Compare
Choose a tag to compare
v0.3.0-alpha02 Pre-release
Pre-release

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 a droparea. This lets the user drag things around in an inuitive way without changing where things can be dropped.

Removed

  • Removed APIs for creating DropAreas from DragHandles, as DragHandles now immediately turn into ReactElements and cannot be deferred to render later.

Changed

  • Redid namespace organization to improve usability