@needle-tools/engine 2.25.0-pre → 2.25.1-pre
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 +3 -0
- package/dist/needle-engine.js +1 -1
- package/dist/needle-engine.js.map +2 -2
- package/dist/needle-engine.min.js +1 -1
- package/dist/needle-engine.min.js.map +2 -2
- package/lib/engine-components/DropListener.js +1 -1
- package/lib/engine-components/DropListener.js.map +1 -1
- package/package.json +1 -1
- package/src/engine-components/DropListener.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,9 @@ 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
|
+
## [2.25.1-pre] - 2022-10-04
|
|
8
|
+
- Change: DropListener file drop event does send whole gltf instead of just the scene
|
|
9
|
+
|
|
7
10
|
## [2.25.0-pre] - 2022-10-04
|
|
8
11
|
- Add: allow overriding draco and ktx2 decoders on <needle-engine> web component by setting ``dracoDecoderPath``, ``dracoDecoderType``, ``ktx2DecoderPath``
|
|
9
12
|
- Add: ``loadstart`` and ``progress`` events to <needle-engine> web component
|