Releases: gwinnem/vue-responsive-grid-layout
Releases · gwinnem/vue-responsive-grid-layout
v1.2.10
v.1.2.9
What's Changed
v.1.2.8
Bug fixes
v.1.2.6
What's Changed
Fixed Issue Problem if layout doesnt have static item PullRequest
v.1.2.2
v: 1.2.2 (2023-09-19)
- Fixed Issue Drag and Drop from outside is not working when distributeEvenly prop is set
- Partial Fix Resizemove edges case handling is incomplete
- Right, Right Bottom and Bottom resize fixed.
- Left, Top Left, Top and Top Right resize not fixed.
- Codebase Adding description to functions.
- Codebase Added contributors to package.json.
- Codebase Added badges to README file.
- Codebase Fixed outdated dependencies.
v.1.2.0
Full Changelog: v1.1.0...v.1.2.0
Release of new version
- Doc Added example Prevent Collision.
- Doc Added example Add and Remove items.
- Doc Added example Show Close Button.
- Doc Added example Add default border-radius.
- Doc Added example Drag allow/ignore elements.
- Doc Added example Horizontal shift GridItem's.
- Doc Added example Mirrored / Right to Left layout.
- CodeBase Refactored all functions to use arrow syntax.
- Codebase Refactored away get and setDocumentDir in DOM.ts.