Skip to content

Release 0.6.0

Compare
Choose a tag to compare
@martinpengellyphillips martinpengellyphillips released this 01 May 14:22
· 61 commits to main since this release

Added

  • Support horizontal sorting in sortable transform algorithm. The new approach
    directly uses target droppable layout positions in order to calculate sorted
    transforms (which is more flexible and simpler).

    Note: Requires sorted items to be the same size to avoid odd visual behaviour
    as items are not currently scaled at all (though that may be implemented in
    future). This was also true of the previous algorithm.