@pixelverse/strichjs-sdk 1.13.0 → 1.14.0
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 +20 -0
- package/dist/strich-noesm.js +18 -18
- package/dist/strich.d.ts +2 -2
- package/dist/strich.js +18 -18
- package/package.json +8 -16
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
The structure of this file follows the recommendations from: https://keepachangelog.com/en/1.1.0/
|
|
4
4
|
|
|
5
|
+
## [1.14.0] - 2026-03-02
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- Added support for the six rectangular Data Matrix variants as defined in the ISO/IEC 16022 specification (8x18, 8x32, 12x26, 12x36, 16x36, 16x48). Support for the sizes specified in ISO/IEC 21471 (DMRE) will be added in a follow-up release.
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Updated Emscripten WASM compiler to 5.0.1.
|
|
14
|
+
- Updated internal dependencies and test infrastructure.
|
|
15
|
+
- Significantly reduced the size of the embedded WebAssembly binary by using size-optimized build settings.
|
|
16
|
+
- Miscellaneous under-the-hood improvements
|
|
17
|
+
|
|
18
|
+
## [1.13.1] - 2026-02-11
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- Made `roundedFPs` and `curved` QR Code symbology properties optional. Omitting these properties will use their respective default values (`false` for both).
|
|
23
|
+
- Use a more appropriate (wider) default `regionOfInterest` for the PDF417 symbology.
|
|
24
|
+
|
|
5
25
|
## [1.13.0] - 2026-01-14
|
|
6
26
|
|
|
7
27
|
### Added
|