@needle-tools/engine 4.11.5-next.ca8b86d → 4.11.5

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,11 +4,13 @@ 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
- ## [4.11.5-beta] - 2025-10-29
8
- - Fix: Timeline `instantiate` clone
9
- - Fix: Renderer `sharedMaterials` being not assigned
10
- - Fix: Lightmap performance issue
11
- - Improve JSDoc
7
+ ## [4.11.5] - 2025-10-31
8
+ - Fix: Timeline cloning with `instantiate` ([forum 2733](<https://forum.needle.tools/t/2733>))
9
+ - Fix: Renderer `sharedMaterials` being null in awake
10
+ - Fix: Issue where lightmapped materials were cloned
11
+ - Fix: Apply lighting intensity multiplier in root scene
12
+ - Fix: GLTF extensions when loading scene with Blob URL
13
+ - Improve JSDoc documentation
12
14
 
13
15
  ## [4.11.4] - 2025-10-24
14
16
  - Add: `qrcode-logo-src` attribute to `<needle-engine>` web component to override the logo displayed in the QR code button. Requires PRO license.