@spiffcommerce/core 39.1.4 → 39.2.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 +6 -0
- package/dist/index.cjs +24 -24
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +7 -2
- package/dist/index.mjs +40 -32
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,12 @@ 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
|
+
## [39.2.0] - 13-03-2026
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- The frame step now optionally allows passing an existing asset instead of vectorizing the current image selection, allowing for more flexible usage of the vectorization feature. The `vectorize` method on the frame step now accepts an optional `Asset` parameter to specify the asset to vectorize, and an optional `maxColors` parameter to specify the maximum number of colors for vectorization. If no asset is provided, it will default to vectorizing the current image selection as before.
|
|
22
|
+
|
|
17
23
|
## [39.1.1] - 11-03-2026
|
|
18
24
|
|
|
19
25
|
### Fixed
|