@needle-tools/engine 3.2.8-alpha → 3.2.10-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.
Files changed (36) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/needle-engine.js +8757 -8712
  3. package/dist/needle-engine.min.js +165 -127
  4. package/dist/needle-engine.umd.cjs +175 -137
  5. package/lib/engine/engine_addressables.d.ts +1 -0
  6. package/lib/engine/engine_addressables.js +14 -9
  7. package/lib/engine/engine_addressables.js.map +1 -1
  8. package/lib/engine/engine_element_loading.js +7 -0
  9. package/lib/engine/engine_element_loading.js.map +1 -1
  10. package/lib/engine/engine_license.js +69 -24
  11. package/lib/engine/engine_license.js.map +1 -1
  12. package/lib/engine/engine_serialization_builtin_serializer.js +1 -1
  13. package/lib/engine/engine_serialization_builtin_serializer.js.map +1 -1
  14. package/lib/engine-components/Animator.js +2 -1
  15. package/lib/engine-components/Animator.js.map +1 -1
  16. package/lib/engine-components/Component.js +2 -2
  17. package/lib/engine-components/Component.js.map +1 -1
  18. package/lib/engine-components/GroundProjection.js +1 -1
  19. package/lib/engine-components/ScreenCapture.d.ts +2 -0
  20. package/lib/engine-components/ScreenCapture.js +6 -0
  21. package/lib/engine-components/ScreenCapture.js.map +1 -1
  22. package/lib/engine-components/VideoPlayer.d.ts +8 -6
  23. package/lib/engine-components/VideoPlayer.js +59 -31
  24. package/lib/engine-components/VideoPlayer.js.map +1 -1
  25. package/lib/tsconfig.tsbuildinfo +1 -1
  26. package/package.json +1 -1
  27. package/plugins/vite/license.js +5 -2
  28. package/src/engine/engine_addressables.ts +13 -9
  29. package/src/engine/engine_element_loading.ts +10 -1
  30. package/src/engine/engine_license.ts +71 -25
  31. package/src/engine/engine_serialization_builtin_serializer.ts +1 -1
  32. package/src/engine-components/Animator.ts +1 -1
  33. package/src/engine-components/Component.ts +2 -2
  34. package/src/engine-components/GroundProjection.ts +1 -1
  35. package/src/engine-components/ScreenCapture.ts +7 -0
  36. package/src/engine-components/VideoPlayer.ts +58 -35
package/CHANGELOG.md CHANGED
@@ -4,6 +4,18 @@ 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.2.10-alpha] - 2023-04-25
8
+ - Fix: Remove log in `Animator.SetTrigger`
9
+ - Fix: GroundEnv radius property setting wrong value internally
10
+ - Fix: Apply license to unnamed local vite chunk files
11
+
12
+ ## [3.2.9-alpha] - 2023-04-23
13
+ - Fix: VideoPlayer not restarting when enable/disable being toggled
14
+ - Fix: Builtin serializer for URLs `@serializable(URL)` should ignore empty strings
15
+ - Change: set `enabled` to true before calling `onEnable`
16
+ - Change: VideoPlayer now deferrs loading of the video until the video should play
17
+ - Change: ScreenSharing component now changes cursor pointer on hover to indicate that is can be clicked
18
+
7
19
  ## [3.2.8-alpha] - 2023-04-23
8
20
  - Add: this.context.getPointerUsed(index) and setPointerUsed(index)
9
21
  - Change: physics now by default receives collisions/triggers between two colliders that are set to trigger