Skip to content

Releases: techiediaries/ngx-qrcode

9.1.0

11 Aug 10:03
Compare
Choose a tag to compare

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

9.0.0

06 May 01:55
Compare
Choose a tag to compare

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]

0.0.9

06 May 01:55
Compare
Choose a tag to compare
Update to Angular 6