Skip to content

Releases: jbaysolutions/vue-grid-layout

2.1.9

17 Aug 14:57
Compare
Choose a tag to compare

Fixed local module reference to interact.js

2.1.7

17 Aug 10:29
Compare
Choose a tag to compare
  • Fixed #59
  • Fixed #83
  • Fixed #16 - Implemented support for dragAllowFrom and dragIgnoreFrom props on GridItem (thanks ThePlastic)

1.0.3

16 Aug 13:54
Compare
Choose a tag to compare
  • merged #85, support for dragIgnoreFrom and resizeIgnoreFrom (thanks Tinoooo)
  • implemented #35, resize, resized, move and moved events

1.0.2

18 Apr 12:55
Compare
Choose a tag to compare
  • fixed #40 properly

1.0.1

13 Apr 09:10
Compare
Choose a tag to compare
  • Fixed an import bug (fixes #40)

2.1.6

06 Apr 09:10
Compare
Choose a tag to compare
  • Fixed #43, configurable drag elements ignore on grid item contents (thanks neithere)
  • Fix for getLayoutItem, sometimes returns null elements (thanks pbabey)

2.1.5

24 Mar 09:44
Compare
Choose a tag to compare
  • 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

20 Mar 10:47
Compare
Choose a tag to compare

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

2.1.3

09 Mar 09:49
Compare
Choose a tag to compare

Fixed #27, props mutation warnings

2.1.2

16 Feb 10:39
Compare
Choose a tag to compare

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