@pqina/pintura 8.91.5 → 8.91.7

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,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.91.7 | 2025-01-28
4
+
5
+ - Fix issue where on Safari the an image fill would sometimes not be applied when creating the output image.
6
+ - Fix issue where path shape background fill would remain visible outside of crop rectangle.
7
+
8
+ ## 8.91.6 | 2025-01-27
9
+
10
+ - Fix issue where resizing shape to below 1x1 pixels would cause shape corner controls to dissapear.
11
+
3
12
  ## 8.91.5 | 2025-01-10
4
13
 
5
14
  - Fix issue where pressing backspace while in font size text input mode would remove active shape.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.91.5",
2
+ "version": "8.91.7",
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",