@needle-tools/engine 3.32.19-alpha → 3.32.20-alpha

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
@@ -4,6 +4,12 @@ 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
+ ## [3.32.20-alpha] - 2023-02-10
8
+ - Fix: WebXR buttons should catch exception when accesing `navigator.xr` which can happen in iframe without spatial-tracking permissions
9
+ - Fix: Issue where `getPointerDelta(pointerId)` did not return data when using multitouch except for the first touchpoint
10
+ - Fix: Issue where `backgroundBlurriness` and `backgroundIntensity` would not be reset to the default when enabling a camera that didnt have explicit settings (NE-4243)
11
+ - Change: `getComponentsInChildren` and `getComponentsInParents` now clear the optionally provided buffer arrays by default
12
+
7
13
  ## [3.32.19-alpha] - 2023-02-09
8
14
  - Fix: CanvasGroup causing performance to drop over time
9
15