Vue Grid Layout Versions Save

A draggable and resizable grid layout, for Vue.js.

2.4.0

1 year ago
  • GridLayout transformScale prop, to allow proper dragging and resizing when scaled (#430) (thanks adt-hgkim
  • GridLayout and GridItem isBounded prop, to prevent draging outside of the parent element (#523) (thanks rin4ik
  • Added GridItem passthrough options for interact resizable and draggable (#181) (thanks llezenelrahc
  • Change function call order for responsive features (thanks william8012
  • Added GridLayout restoreOnDrag prop, to generate less gaps on drag when verticalCompact is false (thanks jledentu
  • added unit tests (thanks ygj6
  • layout key extra validations (thanks ygj6
  • Fix grid items overlapping when using autoSize() (thanks ygj6 and savandriy)

2.3.12-legacy

3 years ago

Alternative version for legacy browsers, like IE11

2.3.12

3 years ago
  • Bumped interact.js to 1.10.2
  • Added 'preserveAspectRatio' property to GridItem (thanks validide)

2.3.11

3 years ago
  • fix: regression when using responsive layout (#487)

2.3.10

3 years ago
  • Bumped interact.js to 1.10.0, now imported as ES6 modules to optimize size
  • fix: resizing a grid item in RTL mode wasn't working (thanks or-lat)
  • Added GridLayout.useStyleCursor property to fix possible browser freezes (thanks mosuzi)
  • fix: wrong parent layout when GridItem is not the child of GridLayout (thanks lzq4047)
  • Fix: Item's size changes when hiding/displaying it again in responsive mode (thanks lustan3216)

2.3.9

3 years ago
  • Fix plugin installation (fixes #311) (thanks yfwz100)
  • Bumped interact.js to 1.9.22

2.3.8

3 years ago
  • Make margins reactive (thanks yfwz100)
  • Added missing 'layout-updated' events (thanks ben-lau)
  • Support for initial responsive layouts and breakpoint change event (thanks ftylitak)
  • Bugfix for possible error when layout items get removed and interactObj is not set (thanks Tofandel)
  • Fix wrong grid item sorting in responsive mode (thanks pieterbeulque)

2.3.7

4 years ago
  • renamed 'resized' event emitted when the container changes size (browser window or other), introduced in #337, fixes #358
  • bugfix on layout-ready event

2.3.6

4 years ago
  • reverted grid item w and h previous rounding change, fixes #355

2.3.5

4 years ago
  • Fix: no-touch on mobile and only if item is draggable or resizable (thanks DGoms).
  • Prevent collision feature (thanks SheanDe).
  • Simplified Chinese README (thanks harrywangchina).
  • 'resized' event now emitted if grid item is resized due to changes other than a manual resize (e.g. browser window resize) (thanks pmorch).
  • Improvement on 'layout-ready' event emit (thanks pmorch).
  • Added watchers for min/max height and width (thanks grinat).
  • Improvement: make sure the size of grid-item is bigger than the slot-item (thanks ywmail).