@qr-platform/qr-code.js 0.20.7 → 0.20.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/lib/browser.js +3 -3
- package/lib/esm.js +3 -3
- package/lib/index.js +1 -1
- package/lib/node/templates/background-transparent.d.ts +436 -0
- package/lib/node/utils/svg.d.ts +1 -0
- package/lib/node.js +1 -1
- package/lib/templates/background-transparent.d.ts +436 -0
- package/lib/utils/svg.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @qr-platform/qr-code-js
|
|
2
2
|
|
|
3
|
+
## 0.20.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b9f5505: Added mask cutout for transparent background with solid color border
|
|
8
|
+
|
|
9
|
+
## 0.20.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 5bf0158: Transparent background support for main qr background and borders color
|
|
14
|
+
|
|
3
15
|
## 0.20.7
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|