@spiffcommerce/preview 5.11.14 → 5.12.0

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
@@ -14,6 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
  - `Fixed` for any bug fixes.
15
15
  - `Security` in case of vulnerabilities.
16
16
 
17
+ ## [5.12.0]
18
+
19
+ ### Added
20
+
21
+ - `ModelContainer.getUVIslandOutline(materialName)` returns the boundary/seam
22
+ edges of a material's UV island(s) as normalized 0..1 UV segments, for
23
+ overlaying a guide showing the model's actual texture unwrap in an editor.
24
+
17
25
  ## [5.10.5] - 14-11-2024
18
26
 
19
27
  ### Fixed