@pixelverse/strichjs-sdk 1.5.4 → 1.5.5

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 CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  The structure of this file follows the recommendations from: https://keepachangelog.com/en/1.1.0/
4
4
 
5
+ ## [1.5.5] - 2024-11-04
6
+
7
+ ### Fixed
8
+
9
+ - QR Codes that use "Mirror Imaging" feature (ISO/IEC 18004:2015, section 6.2) and have their rows/columns transposed are now supported.
10
+ - QR Codes were erroneously reported as having a symbology identifier of `]Q0` (Model 1 QR Codes) instead of `]Q1`.
11
+
5
12
  ## [1.5.4] - 2024-10-09
6
13
 
7
14
  ### Fixed