Ngx Qrcode Versions Save

An Angular 9/10 Component Library for Generating QR (Quick Response) Codes

9.1.0

3 years ago

Code Refactoring

  • packaging: rename NPM to @techiediaries/ngx-qrcode (932d26d), closes #47

Features

  • changelog: add changelog generation (0e962ca)

BREAKING CHANGES

  • packaging: rename this package, @techiediaries/ngx-qrcode must be used instead

0.0.9

4 years ago

9.0.0

4 years ago

Bug Fixes

  • core: Remove the alt attribute when undefined.

Features

  • lib: support for angular v9
  • core: Create unit tests with 100% of code coverage
  • core: Fix lint

Refactor

  • core: Create types, constants and enums to type component inputs.

BREAKING CHANGES

  • lib: Rename properties to follow angular style guide

Before:

[qrc-element-type] 
[qrc-class] 
[qrc-alt] 
[qrc-value] 
[qrc-version]
[qrc-errorCorrectionLevel]
[qrc-margin]
[qrc-scale]
[qrc-width]
[qrc-colorDark]
[qrc-colorLight]

After:

[elementType]
[cssClass]
[alt]
[value]
[version]
[errorCorrectionLevel]
[margin]
[scale]
[width]
[colorDark]
[colorLight]