Skip to content

v11.4.0

Latest
Compare
Choose a tag to compare
@adumesny adumesny released this 27 Feb 19:49
· 2 commits to master since this release
6730ccd
  • fix: #2921 replace initMouseEvent with MouseEvent constructor and added composed: true
  • fix: #2939 custom drag handle not working with LazyLoad
  • fix: #2955 angular circular dependency
  • fix: #2951 shadow DOM dragging re-appending fix
  • fix: #2964 minW larger than column fix
  • feat: #2965 internal _prepareDragDropByNode(n) is now public as prepareDragDrop(el) so Angular, React, and others can call once the DOM content elements have been added (the outside grid item divs are always created before content)

Possible breaking (unlikely)

  • break: #2959 Util.createWidgetDivs() has moved to grid.createWidgetDivs() to remove circular dependencies