Releases: jbaysolutions/vue-grid-layout
Releases · jbaysolutions/vue-grid-layout
2.3.4
09 Jul 07:54
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
reverted adding vue from externals, caused problems loading umd
2.3.2
13 Dec 16:24
Compare
Sorry, something went wrong.
No results found
Added vue as externals webpack config to fix startup problems (thanks Micene9 )
2.3.1
06 Nov 16:59
Compare
Sorry, something went wrong.
No results found
Previous fix for touch dragging on Android broke dragging on other mobile browsers (thanks onx2 )
2.3.0
26 Oct 13:57
Compare
Sorry, something went wrong.
No results found
Responsive layout support (thanks shpfive )
Fix for touch dragging on Android (thanks pbabey )
2.2.0
10 Sep 16:09
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Updated interact.js to 1.3.3 (#144 )
2.1.11
05 Jan 10:13
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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 )