Skip to content

Releases: Castlenine/svelte-qrcode

v2.2.0

30 Apr 15:03
d94386e
Compare
Choose a tag to compare
  • added haveGappedModules
  • Updated readme

Ready and tested for production

v2.1.0

30 Apr 09:43
808a669
Compare
Choose a tag to compare
  • Renamed dispatchDownLink to dispatchDownloadUrl
  • Renamed downloadLinkGenerated to downloadUrlGenerated
  • Added haveBackgroundRoundedEdges
  • Code optimization
  • Updated readme

Ready and tested for production

v2.0.0

29 Apr 20:39
8786472
Compare
Choose a tag to compare

Migration from v1 to v2

Many new features have been added to version 2.0.0, and some properties have been renamed.

Here is a list of the changes:

Old property name New property name Note
content data
errorCorrection errorCorrectionLevel
base64Image logoInBase64
logoWidth logoSize logoSize is applied to logoWidth and logoHeight (new property)

New properties

  • typeNumber
  • modulesColor
  • anchorsOuterColor
  • anchorsInnerColor
  • shape
  • isJoin
  • width
  • height
  • logoWidth
  • logoHeight
  • waitForLogo
  • downloadLinkFileFormat

Ready and tested for production

v1.3.0

27 Apr 18:18
95450fc
Compare
Choose a tag to compare
  • Added the base64Image property. Use this property instead of logoPath to improve logo loading times

Tested and stable for production use

v1.2.0

26 Apr 19:55
c7778e5
Compare
Choose a tag to compare
  • Added the capability to have a logo at the center of the QR code

  • Introduced an option to generate a downloadable URL for the QR code in SVG format

  • Update dependencies (for development)

  • Refactored linting configurations (for development)

Tested and stable for production use

v1.1.0

09 Sep 17:26
Compare
Choose a tag to compare
Version bump to 1.1.0

Tested and stable for production

Version 1.0.0

05 Sep 09:12
Compare
Choose a tag to compare

Ready for production