Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gridstack from 4.3.0 to 7.2.1 in /ui #322

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps gridstack from 4.3.0 to 7.2.1.

Release notes

Sourced from gridstack's releases.

v7.2.1

  • fix #2162 removing item from a grid (into another) will now call change if anything was also modified during the remove
  • fix #2110 custom GridStackOptions.itemClass now works when dragging from outside

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 (what addGrid() 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

  • fix #939 editable elements focus (regression in v6). Thank you @​Gezdy

v7.1.0

  • back to MIT license in package.json
  • add GridStackEngine.findEmptyPosition()
  • fixed #2081 removeWidget() after it's gone from DOM
  • fixed #1985 addWidget() or DOM read in single column mode will not adjust to multi column mode
  • fixed #1975 oneColumnModeDomSort not respected when loading in 1 column

v7.0.1

  • fixed #2073 SSR (server side rendering) isTouch issue (introduced in v6)
  • fixed - removing last item delete sub-grid that are not auto-generated (nested.html vs nested_advanced.html)

v7.0.0

  • add #1009 Create sub-grids on the fly, by dragging items completely over others (nest) vs partially (push) using new flag GridStackOptions.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

  • fixed #2055 maxRow=1 resize outside (broke in 6.0.1)
  • fixed #2054 Can't enter text in textarea/input (broke in v6)

v6.0.2

  • fixed #2034 removeWidget() breaking resize handle feedback
  • fixed #2043 when swapping shapes in maxRow grid, make sure we still check for 50% coverage

v6.0.1

  • fixed float(val) to set on grid and engine, so save() will read it.
  • fixed #2018 mouseover and React different behavior

... (truncated)

Changelog

Sourced from gridstack's changelog.

7.2.1 (2023-01-14)

  • fix #2162 removing item from a grid (into another) will now call change if anything was also modified during the remove
  • fix #2110 custom GridStackOptions.itemClass now works when dragging from outside

7.2.0 (2023-01-07)

  • 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 (what addGrid() already did)
  • add - GridStackOptions.addRemoveCB which is use by frameworks (eg Angular) to dynamically create their gridItem components instead of regular div with class

7.1.2 (2022-12-29)

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

7.1.1 (2022-11-13)

  • fix #939 editable elements focus (regression in v6). Thank you @​Gezdy

7.1.0 (2022-10-23)

  • back to MIT license in package.json
  • add GridStackEngine.findEmptyPosition()
  • fix #2081 removeWidget() after it's gone from DOM
  • fix #1985 addWidget() or DOM read in single column mode will not adjust to multi column mode
  • fix #1975 oneColumnModeDomSort not respected when loading in 1 column

7.0.1 (2022-10-14)

  • fix #2073 SSR (server side rendering) isTouch issue (regression in v6)
  • fix - removing last item delete sub-grid that are not auto-generated (nested.html vs nested_advanced.html)

7.0.0 (2022-10-09)

  • add #1009 Create sub-grids on the fly, by dragging items completely over others (nest) vs partially (push) using new flag GridStackOptions.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

6.0.3 (2022-10-08)

  • fix #2055 maxRow=1 resize outside (broke in 6.0.1)
  • fix #2054 Can't enter text in textarea/input (broke in v6)

6.0.2 (2022-09-23)

  • fix #2034 removeWidget() breaking resize handle feedback
  • fix #2043 when swapping shapes in maxRow grid, make sure we still check for 50% coverage

6.0.1 (2022-08-27)

  • fix float(val) to set on grid and engine, so save() will read it.
  • fix #2018 mouseover and React different behavior

... (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 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)

Bumps [gridstack](https://github.com/gridstack/gridstack.js) from 4.3.0 to 7.2.1.
- [Release notes](https://github.com/gridstack/gridstack.js/releases)
- [Changelog](https://github.com/gridstack/gridstack.js/blob/master/doc/CHANGES.md)
- [Commits](gridstack/gridstack.js@v4.3...v7.2.1)

---
updated-dependencies:
- dependency-name: gridstack
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants