@pixelverse/strichjs-sdk 0.9.11 → 1.0.1

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
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.1] - 2023-03-20
4
+
5
+ ### Fixed
6
+
7
+ - Gracefully handle the situation where MediaStream does not implement getCapabilities() (e.g. Firefox Android).
8
+ - Avoid spurious exception after BarcodeReader.destroy() from an asynchronous overlay update in destroyed state
9
+ - Aztec code detection rectangle was not displayed on overlay for some non-compact Aztec codes.
10
+
11
+ ## [1.0.0] - 2023-03-15
12
+
13
+ _This is the first public release. A special thank you to all pilot users for getting us here!_
14
+
15
+ ### Added
16
+
17
+ - Log engine version on initialization.
18
+
3
19
  ## [0.9.11] - 2023-03-13
4
20
 
5
21
  ### Fixed