Skip to content

Releases: sandros94/nuxt-qrcode

v0.4.1

04 Dec 16:09
256259b
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Native @nuxt/ui integration (acfdb75)

📖 Documentation

  • Native @nuxt/ui integration (ecd1606)

❤️ Contributors

v0.4.0

19 Nov 22:29
9cc6948
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Server-side qrcode util (fc9f435)

🩹 Fixes

  • Pixelated: Remove leftover (a855e6b)
  • Pixelated: Marker path indentation (d2d5cda)
  • renderSVG: Define preserveAspectRatio and size (1391b5d)
  • ⚠️ Match upstream pixelSize's default (10ea3af)
  • Stop wrapping Qrcode component (9c524e6)
  • Qrcode: Styling not working (9601155)
  • Type import (38ab6ab)

💅 Refactors

  • Put render utils into a different file (9a70de5)
  • internal: update function structure (2618985)
  • internal: Separate svg body render function (f8305de)

📖 Documentation

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Match upstream pixelSize's default (10ea3af)

❤️ Contributors

v0.3.0

11 Nov 00:24
d1a076e
Compare
Choose a tag to compare

compare changes

This release brings many changes all focused on the Qrcode component and its variants. This should result in better performance and more consistent styles.

🚀 Enhancements

  • ⚠️ Add inner marker variant control (d05417f)
  • New circle variant for markers (b7a7b6a)

🩹 Fixes

  • renderUtils function (c9bb90c)
  • Qrcode: Variant prop type check (6e457ab)

💅 Refactors

  • ⚠️ Internal function naming (31e2f50)
  • renderUtils function (67451d4)
  • ⚠️ Rename circular variant to dots (a7231c9)

⚠️ Breaking Changes

  • ⚠️ Add inner marker variant control (d05417f)
  • ⚠️ Internal function naming (31e2f50)
  • ⚠️ Rename circular variant to dots (a7231c9)

❤️ Contributors

v0.2.3

10 Nov 17:15
307f7c6
Compare
Choose a tag to compare

compare changes

🩹 Fixes

❤️ Contributors

v0.2.2

08 Nov 12:17
e6bbfda
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • CornerRadius for rounded variant (fd2bf2f)

🏡 Chore

❤️ Contributors

v0.2.1

13 Oct 02:16
bbd2c45
Compare
Choose a tag to compare

compare changes

🩹 Fixes

❤️ Contributors

v0.2.0

13 Oct 02:05
87462a3
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • New svg render util (eb8f875)
  • New circular svg render variant (98b7dfc)
  • New pixelated svg render variant (cf2d24d)
  • UseQrcode reactivity (82ef093)

🩹 Fixes

  • CornerRadius svg render util (6ec5d7a)
  • RenderSVG inverted (a1d5123)
  • Standardize rendering variants (5f7cd34)

💅 Refactors

  • Simplify renderSVG variants (e3b5e9e)
  • Simplify renderSVG variants" (97a21dc)
  • Simplify renderSVG variants"" (3c1a496)
  • RenderSVG variants (e635f3b)
  • ⚠️ UseQrcode composable now exporting an svg (8abe22b)
  • ⚠️ Module options (4ffa0fe)
  • ⚠️ Qrcode component (0169c46)

🎨 Styles

  • Default corner radius for renderSVGRounded (8cd80e8)
  • Marker circles (5b461f9)

⚠️ Breaking Changes

  • ⚠️ UseQrcode composable now exporting an svg (8abe22b)
  • ⚠️ Module options (4ffa0fe)
  • ⚠️ Qrcode component (0169c46)

❤️ Contributors

v0.1.1

02 Oct 23:23
d8dba19
Compare
Choose a tag to compare

compare changes

🏡 Chore

❤️ Contributors

v0.1.0

02 Oct 20:25
05bee0f
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

🩹 Fixes

  • UseQrcode composable types (8d8bd66)
  • ⚠️ Follow vue-qrcode-reader naming convention (ad4ce44)
  • Module's runtimeDir (cd7bb2c)

💅 Refactors

  • ⚠️ Module and add wrapper components (f89e974)

📖 Documentation

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Follow vue-qrcode-reader naming convention (ad4ce44)
  • ⚠️ Module and add wrapper components (f89e974)

❤️ Contributors

v0.0.2

07 Mar 15:16
ba7c3e1
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Optionally auto-import upstream components (83599fa)

📖 Documentation

🏡 Chore

❤️ Contributors