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

Releases: bensladden/vue-fabric-wrapper

SVG from url and image from url are now reactive

14 Feb 10:34
Compare
Choose a tag to compare

url prop is now reactive for each component.
svg component also allows for prop.sync binding.
TODO: svg group events are currently not emitted.

Canvas dimensions now reactive and overlay image implemented

07 Feb 11:09
Compare
Choose a tag to compare

Also overlay and background colors are reactive.

Added canvas-update event

05 Feb 23:05
Compare
Choose a tag to compare
Pre-release

This event exposes the canvas to the parent component.

Modifying Grid Examples

16 Dec 11:05
Compare
Choose a tag to compare
Pre-release

Two examples now one using dots and the other using lines. Next step is to add snappable options and gridlines to objects when snappable is on

Multiple Canvas on same page

07 Dec 12:08
Compare
Choose a tag to compare
Pre-release

New Feature for multiple canvas on same page by use of optional id prop.

Breaking Change =>
Modified animation props and emits for shorter notation.

Added Shadow

04 Dec 10:57
Compare
Choose a tag to compare
Added Shadow Pre-release
Pre-release
v0.3.20

build for release

Gradient Added

03 Dec 11:06
Compare
Choose a tag to compare
Gradient Added Pre-release
Pre-release
v0.3.10

built for release

Animation Added

29 Nov 11:29
Compare
Choose a tag to compare
Animation Added Pre-release
Pre-release

Docs and animation added to project

Decreased build size

23 Nov 08:29
06d4dd5
Compare
Choose a tag to compare
Decreased build size Pre-release
Pre-release

Removed vue as dep and made it devdep

Removed $parent intraction.

23 Nov 08:14
0399649
Compare
Choose a tag to compare
Pre-release

parent child dependency removed. Now using provide/inject thus allowing for custom components to work (see grid and Image from SVG as examples of this.