Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2021

Bumps gridstack from 0.6.3 to 4.3.1.

Release notes

Sourced from gridstack's releases.

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)
  • fix #1767 locked item can be user moved/resized again, just not pushed by other nodes (broke in 1.1.1)
  • fix #1764 destroy(false) can now re-init properly (doesn't force static grid)

v4.2.3

  • Utils.getScrollParent() -> getScrollElement() rename
  • fix #1745 digression on scrolling in v4.2.1. Thanks @​Manfred-on-github for fixing your prev change.

v4.2.2

v4.2.1

  • fix #1700 JQ nested grid drag fix broken in 4.0.3 (but much older underlying issue)
  • fix #1678 item gs-x:0 not animating fix
  • fix #1727 resize-scroll issue when grid is not at top of page. Thanks @​Manfred-on-github
  • fix #1728 fix sizing from top/left sides

v4.2.0

  • fix #1704 scrollbar fix broken in 4.x
  • fix #1655 addWidget() while in 1 column now remembers original wanted width
  • add #1682 addWidget() now supports nested grids like init/addGrid() does.

... (truncated)

Changelog

Sourced from gridstack's changelog.

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

4.2.4 (2021-5-29)

  • fix #1760 removable:true working again (broke in 4.x)
  • fix #1761 staticGrid(false) will now enable drag in behavior (if set)
  • fix #1767 locked item can be user moved/resized again, just not pushed by other nodes (broke in 1.1.1)
  • fix #1764 destroy(false) can now re-init properly (doesn't force static grid)

4.2.3 (2021-5-8)

  • Utils.getScrollParent() -> getScrollElement() rename
  • fix #1745 digression on scrolling in v4.2.1. Thanks @​Manfred-on-github for fixing your prev change.

4.2.2 (2021-4-23)

4.2.1 (2021-4-18)

  • fix #1700 JQ nested grid drag fix broken in 4.0.3 (but much older underlying issue)
  • fix #1678 item gs-x:0 not animating fix
  • fix #1727 resize-scroll issue when grid is not at top of page. Thanks @​Manfred-on-github

... (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 4.3.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@v0.6.3...v4.3.1)

---
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 Nov 1, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 1, 2022

Superseded by #189.

@dependabot dependabot bot closed this Jan 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/gridstack-4.3.1 branch January 1, 2022 21:02
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