You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove #1842 incorrect doc/partial code on widget resizeHandles
doc #2033resizestop is actually correct as we don't animate resize today
add - init()|initAll() will now load any listed children (what addGrid() already did)
add - GridStackOptions.addRemoveCB which is use by frameworks (eg Angular) to dynamically create their gridItem components instead of regular div with class
fix #939 'prototype' undefined error for dd-gridstack.js
add #939 disable/enable are methods now recursive by default
add better GridStackEventHandlerCallback spelled out types
add We now have support for Angular Component wrappers out of the box included in the build, with docs and demo! Need help to do that for React and Vue.
add #1009 Create sub-grids on the fly,
by dragging items completely over others (nest) vs partially (push) using new flag GridStackOptions.subGridDynamic=true.
Thank you [StephanP] for sponsoring it.
add - ability to pause drag&drop collision until the user stops moving - see DDDragOpt.pause (used for creating nested grids on the fly based on gesture).
add #1943 you can now drag sub-grids into other sub-grids