Skip to content

v0.145.2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 15:44
cf94422

Patch Changes

  • #1236 cf45199b Thanks @tenphi! - Board: a board now becomes the drop target when the dragged widget's center enters it, instead of only once its top-left corner is inside. Empty boards open (expand to preview the drop) as soon as the widget's center touches them. The landing/placeholder stays anchored to the grabbed point, so it keeps tracking the floating widget.

  • #1236 cf45199b Thanks @tenphi! - Board: widgets no longer animate (inset transition) on initial render. The board now waits for widgets to paint at their first measured positions before activating position transitions, so they settle into place instead of sliding in from their default spot. Transitions still apply to subsequent reflows (drag/resize of neighbours, compaction, aligned-column changes).