Releases: gridstack/gridstack.js
Releases · gridstack/gridstack.js
v7.2.0
- fix #1936 some styles left behind after a drag
- remove #1842 incorrect doc/partial code on widget resizeHandles
- doc #2033
resizestop
is actually correct as we don't animate resize today - add -
init()
|initAll()
will now load any listed children (whataddGrid()
already did) - add -
GridStackOptions.addRemoveCB
which is use by frameworks (eg Angular) to dynamically create their gridItem components instead of regular div with class
v7.1.2
- 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.
v7.1.1
v7.1.0
v7.0.1
v7.0.0
- add #1009 Create sub-grids on the fly,
by dragging items completely over others (nest) vs partially (push) using new flagGridStackOptions.subGridDynamic=true
.
Thank you [StephanP] for sponsoring it.
See advance Nested - 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
v6.0.3
v6.0.2
v6.0.1
v6.0.0
we now have native support for drag&drop on dekstop and mobile out of the box, no external lib needed and more reliable across browsers (mouse event and touch)
- converted previous HTML5
draggable=true
based code to simple Mouse Events and Touch mobile support for drag&Drop. - removed all jquery-ui related code, and D&D plugging as we only support native events now
alwaysShowResizeHandle
now support'mobile'
which is the default, making it much easier (see doc)- changed
commit()
to bebatchUpdate(false)
to make it easier to turn batch on/off. updated doc. old API remains for now