Skip to content

v3.1.2

Compare
Choose a tag to compare
@adumesny adumesny released this 08 Dec 02:13
7014975

(fixed bundle size in 3.1.1)

  • fix #1419 dragging into a fixed row grid works better (check if it will fit, else try to append, else won't insert)
    possible BREAK (unlikely you use engine directly)
    engine constructor takes Options struct rather than spelling arguments (easier to extend/use)
    canBePlacedWithRespectToHeight() -> willItFit() like grid method
  • fix #1330 maxW does not work as intended with resizable handle "w"
  • fix #1472 support all options for new dragged in widgets (read all gs-xyz attributes)
  • fix #1511 dragging any grid item content works
  • fix #1438 web-component fixes & grid with 0 size initially. (edited)