Releases: gridstack/gridstack.js
Releases · gridstack/gridstack.js
Release list
v13.1.0
v13.0.1
v13.0.0
- NEW: React wrapper: re-did to follow the Angular pattern (drag&Drop between grid doesn't destroy content), events, lazyLoad support, fix memory leak, empty content, etc...
- NEW: Vue wrapper: brand new wrapper follow same pattern as well
- break: #3310 Angular wrapper using component+props (instead of selector+input)
- feat: #662 added grid-lines.html demo (just CSS)
- fix: #3154 Esc key doesn't restore subgrid
- fix: #3231 drag broken in Firefox 147.0.4+ and Chrome 144+ due to
navigator.maxTouchPoints > 0now returning true on desktop (macOS trackpad) - fix: #3291 flicker nested grid demo when dragging between sub-grids
- fix: #3085 Changing rows after init relays out if smaller
- fix: #2823 Scrollbar appears prevents onChange being called
- fix: #2948 dynamically created nested grid disappeared when dragging out
- fix: #3269 cleanup old rtl residue - thank you Daniel Cohen Gindi
- fix: #3270 dragging item from outside doesn't allow swap (weird change is layout especially when you move out as it doesn't restore)
- fix: #2950 Angular: now support signal inputs (ng14.1+) like
name = input<string>()
v12.6.0
v12.5.0
v12.4.2
v12.4.1
- feat: #3104 Custom resize div element target - thank you Marvin Heilemann
- fix: #3181 re-initing from DOM missing x:0, y:0 messing layout
- fix: #3191 touch issue on Linux
- fix: #3194
updateOption()update lazyLoad - fix: #3201 updating higher column layout can cause negative values in
layoutsNodesChange()
DO NOT USE 12.4.0 as missing some export like 12.3.3, which was fixed in this release