@needle-tools/engine 4.5.7-next.029f239 → 4.5.8-next.e775d5d
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 +3 -0
- package/dist/{needle-engine.bundle-D3-SYyvs.min.js → needle-engine.bundle-BiAJyneD.min.js} +90 -90
- package/dist/{needle-engine.bundle-BAC1t3iE.umd.cjs → needle-engine.bundle-CTuPA4BD.umd.cjs} +89 -89
- package/dist/{needle-engine.bundle-CqkJzUmA.js → needle-engine.bundle-DJj-8wQv.js} +2333 -2330
- package/dist/needle-engine.js +2 -2
- package/dist/needle-engine.min.js +1 -1
- package/dist/needle-engine.umd.cjs +1 -1
- package/lib/engine/engine_utils.js +50 -31
- package/lib/engine/engine_utils.js.map +1 -1
- package/package.json +1 -1
- package/src/engine/engine_utils.ts +53 -31
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,9 @@ All notable changes to this package will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [4.5.8] - 2025-06-10
|
|
8
|
+
- Fix: QR code logo overlay now scales down for longer URLs and uses stronger error correction level
|
|
9
|
+
|
|
7
10
|
## [4.5.7] - 2025-06-10
|
|
8
11
|
- Fix: `instantiate({ visible: false })` should only set the root object's visible state
|
|
9
12
|
|