Skip to content

v3.10.0

Choose a tag to compare

@scopewu scopewu released this 13 Jun 14:14
· 20 commits to main since this release

Feature

  • Add crossOrigin support to imageSettings for both Canvas and SVG logo images.
  • Expose toDataURL and download methods via template ref on QrcodeCanvas.
  • Expose toDataURL and download methods via template ref on QrcodeSvg.
  • QrcodeVue now forwards the above template ref methods based on render-as.

Bugfix

  • Remove aria-label from rendered output to avoid leaking encoded value.
  • Fix declaration output path in Rollup build (dist/src/index.d.tsdist/index.d.ts).