Releases: jbaysolutions/vue-grid-layout
Releases · jbaysolutions/vue-grid-layout
2.4.0
- GridLayout transformScale prop, to allow proper dragging and resizing when scaled (#430) (thanks adt-hgkim
- GridLayout and GridItem isBounded prop, to prevent draging outside of the parent element (#523) (thanks rin4ik
- Added GridItem passthrough options for interact resizable and draggable (#181) (thanks llezenelrahc
- Change function call order for responsive features (thanks william8012
- Added GridLayout restoreOnDrag prop, to generate less gaps on drag when verticalCompact is false (thanks jledentu
- added unit tests (thanks ygj6
- layout key extra validations (thanks ygj6
- Fix grid items overlapping when using autoSize() (thanks ygj6 and savandriy)
2.3.12-legacy
Alternative version for legacy browsers, like IE11
2.3.12
2.3.11
2.3.10
- Bumped interact.js to 1.10.0, now imported as ES6 modules to optimize size
- fix: resizing a grid item in RTL mode wasn't working (thanks or-lat)
- Added GridLayout.useStyleCursor property to fix possible browser freezes (thanks mosuzi)
- fix: wrong parent layout when GridItem is not the child of GridLayout (thanks lzq4047)
- Fix: Item's size changes when hiding/displaying it again in responsive mode (thanks lustan3216)
2.3.9
2.3.8
- Make margins reactive (thanks yfwz100)
- Added missing 'layout-updated' events (thanks ben-lau)
- Support for initial responsive layouts and breakpoint change event (thanks ftylitak)
- Bugfix for possible error when layout items get removed and interactObj is not set (thanks Tofandel)
- Fix wrong grid item sorting in responsive mode (thanks pieterbeulque)
2.3.7
2.3.6
2.3.5
- Fix: no-touch on mobile and only if item is draggable or resizable (thanks DGoms).
- Prevent collision feature (thanks SheanDe).
- Simplified Chinese README (thanks harrywangchina).
- 'resized' event now emitted if grid item is resized due to changes other than a manual resize (e.g. browser window resize) (thanks pmorch).
- Improvement on 'layout-ready' event emit (thanks pmorch).
- Added watchers for min/max height and width (thanks grinat).
- Improvement: make sure the size of grid-item is bigger than the slot-item (thanks ywmail).