Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@PaigeM89 PaigeM89 released this 13 Jun 11:08
· 19 commits to main since this release

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