Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Releases: bensladden/vue-responsive-dash

InteractJs

31 May 11:41
96bde65

Choose a tag to compare

InteractJs Pre-release
Pre-release

No using interactjs

Two new props: moveHold, resizeHold. See docs for descriptions. Should now perform better on mobile devices.

Fix Initial compact on loading

30 Apr 03:19

Choose a tag to compare

Pre-release

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

19 Apr 11:31

Choose a tag to compare

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

05 Apr 03:00

Choose a tag to compare

0.3.25 Pre-release
Pre-release

Changes

update vue-element-resize-detector to v1.0.6

Bug fixes

28 Mar 23:34
36242e5

Choose a tag to compare

Bug fixes Pre-release
Pre-release

Fixed resizable prop issues on dashItem

Fixes

21 Feb 07:33
ff66593

Choose a tag to compare

Fixes Pre-release
Pre-release

Added compact prop to dash-layout
Updated vue-displace to remove error on component updated

fast moves

19 Feb 08:44

Choose a tag to compare

fast moves Pre-release
Pre-release

Fixed a bug during a fast move event that cuased the onMove event to fire after the onMoveEnd Method

Update Deps

01 Feb 06:01

Choose a tag to compare

Update Deps Pre-release
Pre-release
0.3.11

chore: update deps

cssTranlation options

19 Jan 10:18

Choose a tag to compare

cssTranlation options Pre-release
Pre-release

Can now choose between translate3d and direct top,left properties

Added props and defaults

19 Jan 08:42

Choose a tag to compare

Pre-release

Added more props to match TS classes. Synced defaults for each component