@needle-tools/engine 4.12.1 → 4.12.3-next.a27c12e
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 +13 -1
- package/dist/{needle-engine.bundle-BPNuWGjI.min.js → needle-engine.bundle-BHCgy9h1.min.js} +138 -139
- package/dist/{needle-engine.bundle-BV9DUnnS.umd.cjs → needle-engine.bundle-CLfNhYon.umd.cjs} +127 -128
- package/dist/{needle-engine.bundle-C4PyE3dQ.js → needle-engine.bundle-URbCchz5.js} +3531 -3470
- package/dist/needle-engine.d.ts +15 -5
- 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/asap/needle-asap.js +1 -1
- package/lib/asap/needle-asap.js.map +1 -1
- package/lib/engine/debug/debug_overlay.js +6 -2
- package/lib/engine/debug/debug_overlay.js.map +1 -1
- package/lib/engine/engine_components.d.ts +2 -1
- package/lib/engine/engine_components.js +4 -3
- package/lib/engine/engine_components.js.map +1 -1
- package/lib/engine/engine_input.d.ts +4 -1
- package/lib/engine/engine_input.js +24 -20
- package/lib/engine/engine_input.js.map +1 -1
- package/lib/engine/js-extensions/Object3D.d.ts +6 -2
- package/lib/engine/js-extensions/Object3D.js +6 -4
- package/lib/engine/js-extensions/Object3D.js.map +1 -1
- package/lib/engine/webcomponents/buttons.d.ts +3 -1
- package/lib/engine/webcomponents/buttons.js +2 -2
- package/lib/engine/webcomponents/buttons.js.map +1 -1
- package/lib/engine/webcomponents/needle menu/needle-menu-spatial.js +13 -11
- package/lib/engine/webcomponents/needle menu/needle-menu-spatial.js.map +1 -1
- package/lib/engine/webcomponents/needle-button.js +21 -16
- package/lib/engine/webcomponents/needle-button.js.map +1 -1
- package/lib/engine/webcomponents/needle-engine.ar-overlay.js +7 -5
- package/lib/engine/webcomponents/needle-engine.ar-overlay.js.map +1 -1
- package/lib/engine/webcomponents/needle-engine.js +1 -1
- package/lib/engine/webcomponents/needle-engine.loading.js +1 -1
- package/lib/engine/webcomponents/needle-engine.loading.js.map +1 -1
- package/lib/engine/xr/NeedleXRSession.js +20 -0
- package/lib/engine/xr/NeedleXRSession.js.map +1 -1
- package/lib/engine/xr/TempXRContext.d.ts +7 -2
- package/lib/engine/xr/TempXRContext.js +143 -44
- package/lib/engine/xr/TempXRContext.js.map +1 -1
- package/lib/engine-components/SpectatorCamera.js +3 -2
- package/lib/engine-components/SpectatorCamera.js.map +1 -1
- package/lib/engine-components/ui/InputField.js +5 -2
- package/lib/engine-components/ui/InputField.js.map +1 -1
- package/package.json +2 -2
- package/src/asap/needle-asap.ts +1 -1
- package/src/engine/debug/debug_overlay.ts +6 -2
- package/src/engine/engine_components.ts +5 -4
- package/src/engine/engine_input.ts +26 -19
- package/src/engine/js-extensions/Object3D.ts +14 -7
- package/src/engine/webcomponents/buttons.ts +2 -2
- package/src/engine/webcomponents/needle menu/needle-menu-spatial.ts +15 -13
- package/src/engine/webcomponents/needle-button.ts +23 -19
- package/src/engine/webcomponents/needle-engine.ar-overlay.ts +10 -9
- package/src/engine/webcomponents/needle-engine.loading.ts +1 -1
- package/src/engine/webcomponents/needle-engine.ts +1 -1
- package/src/engine/xr/NeedleXRSession.ts +22 -0
- package/src/engine/xr/TempXRContext.ts +155 -47
- package/src/engine-components/SpectatorCamera.ts +2 -1
- package/src/engine-components/ui/InputField.ts +11 -6
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,19 @@ 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.12.
|
|
7
|
+
## [4.12.3] - 2026-02-04
|
|
8
|
+
- Add: `getComponentInChildren` and `getComponentInParent` now expose the `includeInactive` parameter to include inactive objects in the search
|
|
9
|
+
- Change: Improved XR `sessiongranted` temporary scene design (removing temporary objects in AR and adding support for custom logo display while the AR session is initializing)
|
|
10
|
+
- Fix: iOS WebXR canvas size for screenspace UI rendering
|
|
11
|
+
- Fix: iOS WebXR UI InputField support
|
|
12
|
+
- Fix: Invalid input event causing issue in OrbitControls when pressing multiple mouse buttons at the same time
|
|
13
|
+
|
|
14
|
+
## [4.12.2] - 2026-02-03
|
|
15
|
+
- Add: `showBalloonMessage` now also render in AR sessions
|
|
16
|
+
- Fix: iOS WebXR DOM-Overlay fixed
|
|
17
|
+
- Fix: iOS WebXR custom Quit AR button fixed
|
|
18
|
+
|
|
19
|
+
## [4.12.2] - 2026-02-03
|
|
8
20
|
- **NEW:** WebXR support for iOS - Your AR experiences now launch instantly on iPhone and iPad without app installation. Just tap "Enter AR" and you're in. Powered by Needle Go AppClip, combining Apple's excellent AR tracking with standards-compliant WebXR. Try it at [appclip.needle.tools](https://appclip.needle.tools)
|
|
9
21
|
- **NEW:** Intellisense support for the `<needle-engine>` web component and its attributes, both in HTML and in code. The `custom-elements.json` allows for VSCode intellisense support, while `HTMLElementTagNameMap` and `get/setAttribute` overloads bring code completion and documentation.
|
|
10
22
|
- Add: exposed `createCollider` API for the Rapier physics engine
|