Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 1, 2022

Bumps gridstack from 0.6.3 to 5.1.0.

Release notes

Sourced from gridstack's releases.

v5.1.0

  • add GridStack.registerEngine() to let user use their own custom layout engine subclass. Thank you [Thomas] for sponsoring it.
  • grid option minWidth is now oneColumnSize to make it clearer, but old field will still work (JS only) for a while
  • fix #1966 restore animation when dragging items
  • updated jquery-ui to latest v1.13.1

v5.0.0

  • add #992 support dragging into and out of nested grids from parents! Thank you @​arclogos132 for sponsoring it.
  • add #1910 new column:'auto' option to size nested grids to their parent grid item column count, keeping items the same size inside and outside. Thank you @​arclogos132 for also sponsoring it.
  • fix #1902 nested.html: dragging between sub-grids show items clipped
  • fix #1558 dragging between vertical grids causes too much growth, not follow mouse.
  • fix #1912 no longer force rows for min-height
  • fix #1888 locks up with nested grid when 'column' is set to 1

v4.4.1

fix #1901 error introduced for #1785 when re-loading with fewer objects

v4.4.0

  • add #1887 support for IE (new es5 folder) by @​SmileLifeIven
  • fix #1785 overlapping items when switching column() and making edits. Thank you @​radovanobal for sponsoring it.
  • fix #1890 unhandled exception when dragging fast between grids.

v4.3.1

  • fix #1868 prevent swap during resize
  • fix #1849 #1816 save highest resolution in 1 column mode
  • fix #1855 resize when padding is large vs cellHeight

v4.3.0

  • you can now swap items of different width if they are the same row/height. Thanks to spektrummedia for sponsoring it.
  • fix #1860 nested grid save inf loop fix
  • use latest dart-sass, updated comments

v4.2.7

  • fix #1817 Enable passing of DragEvent to gridstack dropped event. Thanks @​onepartsam
  • fix #1835 Layout incorrectly restored when node has a minimum width. Thanks @​hssm
  • fix #1794 addGrid() does not recognize rem cellHeightUnit

v4.2.6

  • fix #1784 removable:true working by itself (without needing acceptWidgets:true)
  • fix #1791 removed drag flicker and scroll issue. Thanks @​nelsieborja
  • fix #1795 save(false) will no longer have .content field (removed existing one if present)
  • fix #1782 save(false, false) now correctly saves nested grids
  • fix #1793 save(false, true) followed by enable() throws error. we now have new Utils.cloneDeep()

v4.2.5

  • fix for website with JQ droppable('destroy') giving error

v4.2.4

  • fix #1760 removable:true working again (broke in 4.x)
  • fix #1761 staticGrid(false) will now enable drag in behavior (if set)

... (truncated)

Changelog

Sourced from gridstack's changelog.

5.1.0 (2022-05-21)

  • add GridStack.registerEngine() to let user use their own custom layout engine subclass. Thank you [Thomas] for sponsoring it.
  • grid option minWidth is now oneColumnSize to make it clearer, but old field will still work (JS only) for a while
  • fix #1966 restore animation when dragging items
  • updated jqueryui to latest v1.13.1

5.0.0 (2022-01-10)

  • add #992 support dragging into and out of nested grids from parents! Thank you @​arclogos132 for sponsoring it.
  • add #1910 new column:'auto' option to size nested grids to their parent grid item column count, keeping items the same size inside and outside. Thank you @​arclogos132 for also sponsoring it.
  • fix #1902 nested.html: dragging between sub-grids show items clipped
  • fix #1558 dragging between vertical grids causes too much growth, not follow mouse.
  • fix #1912 no longer force rows for min-height
  • fix #1888 locks up with nested grid when 'column' is set to 1

4.4.1 (2021-12-24)

  • fix #1901 error introduced for #1785 when re-loading with fewer objects

4.4.0 (2021-12-21)

  • add #1887 support for IE (new es5 folder) by @​SmileLifeIven
  • fix #1785 overlapping items when switching column() and making edits. Thank you @​radovanobal for sponsoring it.
  • fix #1890 unhandled exception when dragging fast between grids.

4.3.1 (2021-10-18)

  • fix #1868 prevent swap during resize
  • fix #1849 #1816 save highest resolution in 1 column mode
  • fix #1855 resize when padding is large vs cellHeight

4.3.0 (2021-10-15)

  • you can now swap items of different width if they are the same row/height. Thanks to spektrummedia for sponsoring it.
  • fix #1860 nested grid save inf loop fix
  • use latest dart-sass, updated comments

4.2.7 (2021-9-12)

  • fix #1817 Enable passing of DragEvent to gridstack dropped event. Thanks @​onepartsam
  • fix #1835 Layout incorrectly restored when node has a minimum width. Thanks @​hssm
  • fix #1794 addGrid() does not recognize rem cellHeightUnit

4.2.6 (2021-7-11)

  • fix #1784 removable:true working by itself (without needing acceptWidgets:true)
  • fix #1791 removed drag flicker and scroll issue. Thanks @​nelsieborja
  • fix #1795 save(false) will no longer have .content field (removed existing one if present)
  • fix #1782 save(false, false) now correctly saves nested grids
  • fix #1793 save(false, true) followed by enable() throws error. we now have new Utils.cloneDeep()

4.2.5 (2021-5-31)

  • fix for website with JQ droppable('destroy') giving error

... (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 0.6.3 to 5.1.0.
- [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@v0.6.3...v5.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 1, 2022

Superseded by #315.

@dependabot dependabot bot closed this Jul 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/gridstack-5.1.0 branch July 1, 2022 07:11
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.

1 participant