Vue Grid Layout Versions Save

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

2.3.4

4 years ago
  • Support for static items (thanks panjiangyi).
  • RTL bugfix (thanks irvingwa).
  • Memory leak fixes (thanks aiankile).
  • Fixed exception on grid layout mount (thanks BenoitZugmeyer).
  • Fixed overlapping and resizing bugs on responsive mode (thanks shpfive).
  • Added new events emited by GridLayout (layout-created, layout-before-mount, layout-mounted, layout-ready) (thanks samuelmolinski).

2.3.3

5 years ago

reverted adding vue from externals, caused problems loading umd

2.3.2

5 years ago
  • Added vue as externals webpack config to fix startup problems (thanks Micene9)

2.3.1

5 years ago
  • Previous fix for touch dragging on Android broke dragging on other mobile browsers (thanks onx2)

2.3.0

5 years ago
  • Responsive layout support (thanks shpfive)
  • Fix for touch dragging on Android (thanks pbabey)

2.2.0

5 years ago
  • changed project structure and build using Vue CLI
  • GridItem new autosize method. For now, need to be called from child component with this.$parent.autoSize() (thanks mech01nc01)
  • Abstract DOM related calls for initial SSR Support (thanks Kukks)
  • GridItem.i can now be a number or a string (thanks xch1029)
  • Use interactjs size restrictions to limit resizing (thanks LuisCarreras)
  • Fixed interactjs instance leak on instance release (thanks zzuligy)

2.1.13

6 years ago
  • Resize event now also emits dimensions in pixels (thanks buremba)
  • Support for dynamic col-num (#121) (thanks ittus)

2.1.12

6 years ago
  • Updated interact.js to 1.3.3 (#144)

2.1.11

6 years ago
  • Fixed issue with multiple grids on same vm (#134) (thanks Suen)
  • Fixed issue with layout update on reassignment (#130) (thanks daizengyu)

2.1.10

6 years ago
  • Fixed possible bug related with #119
  • Changed css translate to translate3d (#96)
  • Added is-mirrored config, allowing the grid items to be rendered from right to left (horizontal flip) (thanks kweij)
  • Added grid updated event for easier integration with vuex (thanks SergeyKhval)