@needle-tools/engine 3.25.3 → 3.25.4

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,11 @@ 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.25.4] - 2023-11-23
8
+ - Add: `onInitialized(ctx => {...})` and `onBeforeRender` event functions
9
+ - Add: `Camera.cullingLayer` property
10
+ - Fix: Physics collider center being modified causing rapier runtime error
11
+
7
12
  ## [3.25.3] - 2023-11-23
8
13
  - Add: `onStart((ctx)=>{})` and `onUpdate((ctx)=>{})` functions API
9
14
  - Fix: AudioSource not starting autoplay anymore after registered user interaction (which is necessary to playback audio in the browser)