Releases: jbaysolutions/vue-grid-layout
Releases · jbaysolutions/vue-grid-layout
2.3.4
- 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
2.3.2
2.3.1
2.3.0
2.2.0
- 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
2.1.12
2.1.11
2.1.10
- 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)