Skip to content

Bump gridstack from 5.1.0 to 7.0.1#76

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 18, 2022

Copy link
Copy Markdown

Bumps gridstack from 5.1.0 to 7.0.1.

Release notes

Sourced from gridstack's releases.

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.0.1 (2022-10-14)

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

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)

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

6.0.2 (2022-09-23)

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

6.0.1 (2022-08-27)

  • 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

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.0.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.0.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 Oct 18, 2022
@dependabot @github

dependabot Bot commented on behalf of github Oct 25, 2022

Copy link
Copy Markdown
Author

Superseded by #79.

@dependabot dependabot Bot closed this Oct 25, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/developer/gridstack-7.0.1 branch October 25, 2022 04:31
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