Skip to content

Bump gridstack from 5.1.0 to 7.1.1#86

Closed
dependabot[bot] wants to merge 1 commit into
developerfrom
dependabot/npm_and_yarn/developer/gridstack-7.1.1
Closed

Bump gridstack from 5.1.0 to 7.1.1#86
dependabot[bot] wants to merge 1 commit into
developerfrom
dependabot/npm_and_yarn/developer/gridstack-7.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 15, 2022

Copy link
Copy Markdown

Bumps gridstack from 5.1.0 to 7.1.1.

Release notes

Sourced from gridstack's releases.

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
  • fixed getting nested grid resize handles while dragging child

v6.0.0

we now have native support for drag&drop on dekstop and mobile out of the box, no external lib needed and more reliable across browsers (mouse event and touch)

  • converted previous HTML5 draggable=true based code to simple Mouse Events and Touch mobile support for drag&Drop.
  • removed all jquery-ui related code, and D&D plugging as we only support native events now
  • alwaysShowResizeHandle now support 'mobile' which is the default, making it much easier (see doc)
  • changed commit() to be batchUpdate(false) to make it easier to turn batch on/off. updated doc. old API remains for now

v5.1.1

  • fix v5.1.0 regression #1973 DnD Snap to Animation
Changelog

Sourced from gridstack's changelog.

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
  • fix getting nested grid resize handles while dragging child

6.0.0 (2022-08-21)

  • converted previous HTML5 draggable=true based code to simple Mouse Events and Touch mobile support for drag&Drop.
  • removed all jquery-ui related code, and D&D plugging as we only support native events now
  • alwaysShowResizeHandle now support 'mobile' which is the default, making it much easier (see doc)
  • changed commit() to be batchUpdate(false) to make it easier to turn batch on/off. updated doc. old API remains for now

5.1.1 (2022-06-16)

  • fix v5.1.0 regression #1973 DnD Snap to Animation
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 5.1.0 to 7.1.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@v5.1.0...v7.1.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 15, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jan 3, 2023

Copy link
Copy Markdown
Author

Superseded by #103.

@dependabot dependabot Bot closed this Jan 3, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/developer/gridstack-7.1.1 branch January 3, 2023 05: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.

0 participants