Vue Grid Layout Versions Save

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

2.1.9

6 years ago

Fixed local module reference to interact.js

2.1.7

6 years ago
  • Fixed #59
  • Fixed #83
  • Fixed #16 - Implemented support for dragAllowFrom and dragIgnoreFrom props on GridItem (thanks ThePlastic)

1.0.3

6 years ago
  • merged #85, support for dragIgnoreFrom and resizeIgnoreFrom (thanks Tinoooo)
  • implemented #35, resize, resized, move and moved events

1.0.2

7 years ago
  • fixed #40 properly

1.0.1

7 years ago
  • Fixed an import bug (fixes #40)

2.1.6

7 years ago
  • Fixed #43, configurable drag elements ignore on grid item contents (thanks neithere)
  • Fix for getLayoutItem, sometimes returns null elements (thanks pbabey)

2.1.5

7 years ago
  • Really fixed #22 #32, multiple grid instances were not working properly in 2.1.4
  • resizedEvent now also returns item width and height in pixels (implements #34)

2.1.4

7 years ago

Implemented #32, support for multiple grid instances on the same page

2.1.3

7 years ago

Fixed #27, props mutation warnings

2.1.2

7 years ago

Implemented #12, buttons on GridItems would trigger drag on mobile Implemented #24, listeners removal beforeDestroy (thanks pbabey)