@needle-tools/gltf-progressive 1.0.0-alpha.6 → 1.0.0-alpha.8

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,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
+ ## [1.0.0-alpha.8] - 2023-05-03
8
+ - fix: handle transparent materials
9
+
10
+ ## [1.0.0-alpha.7] - 2023-05-01
11
+ - fix: Handle modelviewer `src` set as property but not as attribute
12
+ - change: Remove sourcemap
13
+
7
14
  ## [1.0.0-alpha.6] - 2023-05-01
8
15
  - fix: LOD mesh assignment for multi-material meshes (meshes with multiple primitives)
9
16