@needle-tools/engine 3.5.10-beta → 3.5.11-beta

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.5.11-beta] - 2023-05-22
8
+ - Add: `@registerType` decorator that can be added to classes for registration in TypeStore. Currently only useful for cases outside of Unity or Blender for Hot Reload support
9
+ - Fix: `Component.name` should return Object3D name
10
+ - Fix: GameObject static methods generic
11
+ - Fix: Logo animation causing browser scrollbar to appear
12
+
7
13
  ## [3.5.10-beta] - 2023-05-22
8
14
  - Add: SpriteRenderer now exposes shadow casting and transparency options
9
15
  - Fix: vite plugin issue caused by missing src/generated/meta