@needle-tools/gltf-progressive 2.1.0 → 2.1.1

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,10 @@ 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.1.1] - 2025-02-20
8
+ - Fix: Handle failed progressive texture loading due to e.g. offline or missing files
9
+ - Fix: Regression causing custom KTX2Transcoder location not working for e.g. offline usage
10
+
7
11
  ## [2.1.0] - 2025-02-13
8
12
  - Bump version
9
13