YetiForceCompany / YetiForceCRM

Our team created for you one of the most innovative CRM systems that supports mainly business processes and allows for customization according to your needs. Be ahead of your competition and implement YetiForce!
https://yetiforce.com
Other
1.68k stars 724 forks source link

Bump gridstack from 5.1.1 to 10.2.0 #17520

Closed dependabot[bot] closed 1 day ago

dependabot[bot] commented 1 week ago

Bumps gridstack from 5.1.1 to 10.2.0.

Release notes

Sourced from gridstack's releases.

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

  • fix: #2620 allow resizing with sizeToContent:NUMBER is uses

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

  • 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

  • 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

  • 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

  • revert #2263 div scale support - causing too many issues for now (#2498 #2497 #2491)
  • fix #2492 calling load() allows overlapping widgets

v9.3.0

... (truncated)

Changelog

Sourced from gridstack's changelog.

10.2.0 (2024-06-02)

  • 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

10.1.2 (2024-03-30)

  • 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

10.1.1 (2024-03-03)

  • fix: #2620 allow resizing with sizeToContent:NUMBER is uses

10.1.0 (2024-02-04)

  • 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

10.0.1 (2023-12-10)

  • 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)

10.0.0 (2023-11-20)

  • 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)

9.5.1 (2023-11-11)

  • fix #2525 Fixed unhandled exception happening in _mouseMove handler
  • fix potential crash in resizeToContentCheck() 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

9.5.0 (2023-10-26)

  • 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.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 day ago

Superseded by #17526.