Skip to content

Releases: jbaysolutions/vue-grid-layout

2.3.4

09 Jul 07:54
9e13ea9
Compare
Choose a tag to compare
  • 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

26 Dec 10:52
Compare
Choose a tag to compare

reverted adding vue from externals, caused problems loading umd

2.3.2

13 Dec 16:24
Compare
Choose a tag to compare
  • Added vue as externals webpack config to fix startup problems (thanks Micene9)

2.3.1

06 Nov 16:59
Compare
Choose a tag to compare
  • Previous fix for touch dragging on Android broke dragging on other mobile browsers (thanks onx2)

2.3.0

26 Oct 13:57
Compare
Choose a tag to compare
  • Responsive layout support (thanks shpfive)
  • Fix for touch dragging on Android (thanks pbabey)

2.2.0

10 Sep 16:09
0009917
Compare
Choose a tag to compare
  • 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

02 May 17:48
Compare
Choose a tag to compare
  • Resize event now also emits dimensions in pixels (thanks buremba)
  • Support for dynamic col-num (#121) (thanks ittus)

2.1.12

27 Feb 15:08
Compare
Choose a tag to compare
  • Updated interact.js to 1.3.3 (#144)

2.1.11

05 Jan 10:13
Compare
Choose a tag to compare
  • Fixed issue with multiple grids on same vm (#134) (thanks Suen)
  • Fixed issue with layout update on reassignment (#130) (thanks daizengyu)

2.1.10

15 Dec 14:45
Compare
Choose a tag to compare
  • 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)