@pqina/pintura 8.89.7 → 8.89.9

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
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.89.9 | 2024-11-28
4
+
5
+ - Fix issue with `imageWriter.copyImageHead` copying the input image color profile to the output image after converting the image colors to sRGB resulting in the color profile being applied twice. The new `copyImageHead` implementation copies the original image head but leaves out the ICC color profile. Browsers that support the `colorSpace` property on the `ImageData` Class will not convert images to sRGB but will retain the "Display P3" color profile.
6
+
7
+ ## 8.89.8 | 2024-11-22
8
+
9
+ - Fix issue with invalid casing in Dutch locale filenames.
10
+
3
11
  ## 8.89.7 | 2024-11-13
4
12
 
5
13
  - Fix issue where sometimes the output size would not mismatch the targetSize with 1 pixel.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.89.7",
2
+ "version": "8.89.9",
3
3
  "name": "@pqina/pintura",
4
4
  "description": "This package is for testing purposes only. Visit https://pqina.nl/pintura to purchase a valid license.",
5
5
  "browser": "pintura.js",