Releases: kozakdenys/qr-code-styling
Releases · kozakdenys/qr-code-styling
v1.6.0
Release 1.5.0
Add new method getRawData
which returns Blob object
v1.4.2
Add SVG support
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
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
Added possibility to change the downloaded file name
The first stable version!
Added possibility to download QR.
Fixed bugs.
Covered by TypeScript and unit-tests.
This is pre-release 0.3.0
v0.3.0 Merge branch 'master' of github.com:kozakdenys/qr-code-styling