@needle-tools/engine 4.16.8 → 4.16.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 +3 -0
- package/components.needle.json +1 -1
- package/dist/{needle-engine.bundle-uFM66q3A.umd.cjs → needle-engine.bundle-Cay176T9.umd.cjs} +44 -44
- package/dist/{needle-engine.bundle-D0ABgCjc.min.js → needle-engine.bundle-D02SHqiW.min.js} +54 -54
- package/dist/{needle-engine.bundle-llylxfU0.js → needle-engine.bundle-KPYQq4Ry.js} +539 -528
- package/dist/needle-engine.d.ts +8 -1
- 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-components/ui/Text.d.ts +8 -1
- package/lib/engine-components/ui/Text.js +29 -14
- package/lib/engine-components/ui/Text.js.map +1 -1
- package/package.json +1 -1
- package/src/engine-components/ui/Text.ts +43 -18
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.16.9] - 2026-04-29
|
|
8
|
+
- Fix: UI Text font URLs now resolve correctly when loading GLBs from external hosts (e.g. CDN or absolute URLs)
|
|
9
|
+
|
|
7
10
|
## [4.16.8] - 2026-04-28
|
|
8
11
|
- Fix: `MaterialPropertyBlock` multi-material change from opaque to transparent not applied correctly
|
|
9
12
|
- Fix: UI initialization bug caused by incorrect `activeInHierarchy` evaluation order (NE-6986)
|