Skip to content

Releases: gridstack/gridstack.js

v10.1.2

31 Mar 00:09
eb89747
Compare
Choose a tag to compare
  • fix: #2628 removeAll() does not trigger Angular's ngOnDestroy
  • fix: #2503 Drag and drop a widget on top of a locked widget - Thank you JakubEleniuk
  • fix: #2584 wrong sort order during 1 column resize - Thank you JakubEleniuk again.
  • fix: #2639 load() with mix of new item without coordinates
  • fix: #2633 Drop into full grid causes crash
  • fix: #2559 changed angular demos (support 1 column)
  • fix: #2453 recreated grid trash issue

v10.1.1

03 Mar 19:16
c8163a4
Compare
Choose a tag to compare
  • fix: #2620 allow resizing with sizeToContent:NUMBER is uses

v10.1.0

04 Feb 17:38
f326a93
Compare
Choose a tag to compare
  • 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

10 Dec 16:07
c97e0a0
Compare
Choose a tag to compare
  • 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

21 Nov 01:53
e3aa921
Compare
Choose a tag to compare
  • feat #2542 we now support much richer responsive behavior with GridStackOptions.columnOpts including any breakpoint width:column pairs, or automatic column sizing.
  • disableOneColumnMode, oneColumnSize, oneColumnModeDomSort have been removed (see v10 migration doc)

v9.5.1

11 Nov 17:58
7e9ca54
Compare
Choose a tag to compare
  • fix #2525 Fixed unhandled exception happening in _mouseMove handler
  • fix potential crash in doContentResize() if grid gets deleted by the time the delay happens
  • fix #2527 Incorrect layout on grid load in one column mode
  • fix #2496 animation on init, introduced in 8.1.1

v9.5.0

26 Oct 17:40
0f3456f
Compare
Choose a tag to compare
  • 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

9.4.0

15 Oct 15:55
37a3b96
Compare
Choose a tag to compare
  • revert #2263 div scale support - causing too many issues for now (#2498 #2497 #2491)
  • fix #2492 calling load() allows overlapping widgets

v9.3.0

30 Sep 17:47
3a2a7ac
Compare
Choose a tag to compare

v9.2.2

27 Sep 18:34
c3bb48d
Compare
Choose a tag to compare
  • fix - sub-grid styles now look for immediate correct parent, not any depth above.
  • fix #2469 "Invalid height" error CSS minHeight
  • fix #2394 nested grid size issue when sub-items moved up/down