Releases: gridstack/gridstack.js
Releases · gridstack/gridstack.js
v10.3.1
v10.3.0
v10.2.1
v10.2.0
- feat: #2682 You can now press 'Esc' to cancel a move|resize, 'r' to rotate during a drag. added
GridStack.rotate()
as well - Thank you John B. for this feature sponsor. - fix: #2672 dropping into full grid JS error
- fix: #2676 handle minW resizing when column count is less
- fix: #2677 allow button as handle dragging
v10.1.1
v10.1.0
- feat: #2574 Allow cell height in cm and mm units
- feat: #2578 allow different scaling between drag toolbar and grid
- fix: #2577 ui-resizable-s/-n style fix
- fix: #2576 column('none') now ignores layouts
- fix: #2560 nested grid fix (enter can call leave which can call enter again) - Thank you v1talii-dev
- fix: #2596 prevent SSR crash
- fix: #2610 using passive:true for mousemove events
- fix: #2612 restrict vertical resize if
sizeToContent:true
- demo: nested.htm now has nested create and drag&drop example - Thank you fredericrous
v10.0.1
- fix: #2552 DOM init doesn't sizeToContent
- fix: #2561 issues with sizeToContent animation, cleanup, etc...
- fix: #2427 sizeToContent supports rem/em cell height
- fix: #2558 remove style node in shadow root
- fix: #2556 make sure 'new GridStack(el)' set el.gridstack=this right away
- cleanup: #2550 Optimize resize arrow (~88% lighter from 1.82 KB to 225B)
v10.0.0
v9.5.1
v9.5.0
- feat #1275 div scale support - Thank you elmehdiamlou for implementing this teh right way (add scale to current code)
- fix #2489 moved the dropped event handler to after doing everything (no more setTimeout) - Thanks arnoudb for suggesting a fix.
- fix #2497 Utils.parseHeight() fix
- fix column(1) to not restore if disableOneColumnMode on size change