Skip to content

Conversation

@adumesny
Copy link
Member

merged latest changes

adumesny and others added 20 commits March 11, 2020 08:12
* calling `grid.destroy(false)` will clean things and let you init() again.
* removing an item will now nuke  jquery drag&drop using `draggable('destroy')` instead of just disabling.
This also removes all JQ styles added if you keep DOM element around.
* also removes extra grid style left behind
* fix for gridstack#1204
destroy drag&drop when removing node(s)
Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](acornjs/acorn@7.1.0...7.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
…arn/acorn-7.1.1

Bump acorn from 7.1.0 to 7.1.1
* Made '.initAll()' use a deep copy of the opts
* make sure `_fixCollisions()` take node locked state into account
* `moveNode()` also checks for locked state, but resize can still happen
(forced for column layout change)
* added demo and test case showing issue
* fix gridstack#1181
fix for locked widgets still moving by others
* which I found while working on typescript branch
(wish we would switch sooner and avoid errors like these and many)
`staticGrid` no longer disable oneColumnMode
@adumesny adumesny merged commit 35c6375 into gridstack:typescript Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants