@needle-tools/engine 5.0.6 → 5.0.7
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 +4 -0
- package/dist/{needle-engine.bundle-BY1mZ1X_.umd.cjs → needle-engine.bundle-CE4_SWRY.umd.cjs} +3 -3
- package/dist/{needle-engine.bundle-BNqZHrmH.min.js → needle-engine.bundle-CuaR9wy1.min.js} +2 -2
- package/dist/{needle-engine.bundle-BsFWwS-j.js → needle-engine.bundle-tlNucuLX.js} +4 -4
- 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/physics/workers/mesh-bvh/GenerateMeshBVHWorker.js +1 -1
- package/lib/engine/physics/workers/mesh-bvh/GenerateMeshBVHWorker.js.map +1 -1
- package/package.json +1 -1
- package/plugins/common/worker.js +9 -4
- package/plugins/vite/asap.js +17 -8
- package/plugins/vite/dependencies.js +29 -0
- package/plugins/vite/local-files-core.js +3 -3
- package/plugins/vite/local-files-utils.d.ts +3 -1
- package/plugins/vite/local-files-utils.js +29 -5
- package/src/engine/physics/workers/mesh-bvh/GenerateMeshBVHWorker.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ 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
|
+
## [5.0.7] - 2026-05-06
|
|
8
|
+
- Fix: Projects deployed to sub-directories using SPA routing now load correctly (worker URLs, file aliases, and asset paths respect vite.config `base`)
|
|
9
|
+
- Fix: MeshBVH worker now loads correctly in local development
|
|
10
|
+
|
|
7
11
|
## [5.0.6] - 2026-04-29
|
|
8
12
|
- Fix: UI Text font URLs now resolve correctly when loading GLBs from external hosts (e.g. CDN or absolute URLs)
|
|
9
13
|
- Add: UI Text default static font served from Needle CDN, allowing users to provide absolute font URLs
|