Releases: bensladden/vue-responsive-dash
InteractJs
No using interactjs
Two new props: moveHold, resizeHold. See docs for descriptions. Should now perform better on mobile devices.
Fix Initial compact on loading
The layout now does not compact the original items when loading to fix issues like: #124
Items added after initial load will compact however
Added rowHeight, colWidth props and limits to each
When defined (i.e. set to a number) each of the new props will overwrite the dashLayout's ability to expand/reduce when the window size changes.
See Docs: https://vue-responsive-dash.netlify.app/api/#dash-layout
0.3.25
Changes
update vue-element-resize-detector
to v1.0.6
Bug fixes
Fixed resizable prop issues on dashItem
Fixes
Added compact prop to dash-layout
Updated vue-displace to remove error on component updated
fast moves
Fixed a bug during a fast move event that cuased the onMove event to fire after the onMoveEnd Method
Update Deps
0.3.11 chore: update deps
cssTranlation options
Can now choose between translate3d and direct top,left properties
Added props and defaults
Added more props to match TS classes. Synced defaults for each component