@pixelverse/strichjs-sdk 1.4.8 → 1.4.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/dist/strich-noesm.js +22 -22
- package/dist/strich.d.ts +1 -1
- package/dist/strich.js +22 -22
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
The structure of this file follows the recommendations from: https://keepachangelog.com/en/1.1.0/
|
|
4
4
|
|
|
5
|
+
## [1.4.9] - 2024-07-26
|
|
6
|
+
|
|
7
|
+
### Deprecated
|
|
8
|
+
|
|
9
|
+
- This is the last release to retain compatibility with WebGL 1. Future releases will require WebGL 2, which has been widely available for several years now.
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- Decreased WASM size by using more space-efficient lookup tables in the PDF417 decoder.
|
|
14
|
+
- Decreased bundle size by not including some code that was only used for internal debugging purposes.
|
|
15
|
+
- Clarified documentation regarding availability of the `customLogoSrc` overlay configuration property.
|
|
16
|
+
|
|
5
17
|
## [1.4.8] - 2024-06-19
|
|
6
18
|
|
|
7
19
|
### Fixed
|