Skip to content

Releases: kozakdenys/qr-code-styling

Release 1.5.0

29 May 20:50
Compare
Choose a tag to compare

Add new method getRawData which returns Blob object

v1.4.2

29 May 10:21
Compare
Choose a tag to compare

Fix bug with setting margin in TS projects (#45 )

Add SVG support

29 May 09:10
Compare
Choose a tag to compare

Added support of SVG QR codes.
To render SVG QR add type: "svg"to configs.
To download SVG file use download({ extension: "svg" }) method.

v1.3.0

27 Dec 11:57
Compare
Choose a tag to compare

Added new cornersSquareOptions and cornersDotOptions.
Added gradient option to dotsOptions, backgroundOptions, cornersSquareOptions and cornersDotOptions.
Added margin to imageOptions
New "extra-rounded" dotsOptions.type

v1.2.0

21 Aug 13:12
d01b74d
Compare
Choose a tag to compare

Added possibility to change the downloaded file name

The first stable version!

31 Oct 13:43
Compare
Choose a tag to compare

Added possibility to download QR.
Fixed bugs.
Covered by TypeScript and unit-tests.

This is pre-release 0.3.0

31 Oct 13:47
Compare
Choose a tag to compare
v0.3.0

Merge branch 'master' of github.com:kozakdenys/qr-code-styling