Skip to content

Releases: larscom/ng-qrcode-svg

3.0.0

14 Nov 11:20

Choose a tag to compare

What's Changed

  • Move to signal based inputs

Full Changelog: 2.0.1...3.0.0

2.0.1

14 Aug 09:14

Choose a tag to compare

Full Changelog: 2.0.0...2.0.1

v1.0.4

21 Jul 20:45

Choose a tag to compare

Update deps

v1.0.3

05 Nov 10:28

Choose a tag to compare

Changed component property name (error correction level)

From To
@Input() ecc @Input() ecl

v1.0.1

03 Nov 22:24

Choose a tag to compare

Patched README.md so it is properly displayed on https://npmjs.com

v1.0.0

03 Nov 22:27

Choose a tag to compare

First stable release

Supporting the following API

Name Description Default
@Input() value: string The value to encode (turns into QR code) undefined
@Input() ecc: 'low' | 'medium' | 'quartile' | 'high' Error correction level medium
@Input() borderSize: number The padding between the edge and the QR code (quiet zone) 2
@Input() size: string | number The size of the QR code SVG (px,em,rem) 250
@Input() backgroundColor: string The 'path' color (background) #FFFFFF
@Input() foregroundColor: string The 'rect' color (foreground) #000000
@Input() alt: string | undefined HTML alt attribute undefined
@Input() ariaLabel: string | undefined HTML aria-label attribute undefined

v0.0.1

03 Nov 22:25

Choose a tag to compare

Initial release