@needle-tools/engine 3.2.9-alpha → 3.2.11-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,14 @@ 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.11-alpha] - 2023-04-25
8
+ - Fix: lighting settings being implictly switched (enabled/disabled) when using SyncCamera / any loaded prefab at runtime
9
+
10
+ ## [3.2.10-alpha] - 2023-04-25
11
+ - Fix: Remove log in `Animator.SetTrigger`
12
+ - Fix: GroundEnv radius property setting wrong value internally
13
+ - Fix: Apply license to unnamed local vite chunk files
14
+
7
15
  ## [3.2.9-alpha] - 2023-04-23
8
16
  - Fix: VideoPlayer not restarting when enable/disable being toggled
9
17
  - Fix: Builtin serializer for URLs `@serializable(URL)` should ignore empty strings