@needle-tools/engine 3.2.9-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.
- package/CHANGELOG.md +5 -0
- package/dist/needle-engine.js +1480 -1479
- package/dist/needle-engine.min.js +78 -77
- package/dist/needle-engine.umd.cjs +79 -78
- package/lib/engine/engine_license.js +3 -3
- package/lib/engine/engine_license.js.map +1 -1
- package/lib/engine-components/Animator.js +2 -1
- package/lib/engine-components/Animator.js.map +1 -1
- package/lib/engine-components/GroundProjection.js +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/plugins/vite/license.js +5 -2
- package/src/engine/engine_license.ts +3 -3
- package/src/engine-components/Animator.ts +1 -1
- package/src/engine-components/GroundProjection.ts +1 -1
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.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
|
+
|
|
7
12
|
## [3.2.9-alpha] - 2023-04-23
|
|
8
13
|
- Fix: VideoPlayer not restarting when enable/disable being toggled
|
|
9
14
|
- Fix: Builtin serializer for URLs `@serializable(URL)` should ignore empty strings
|