@pqina/pintura 8.68.0 → 8.68.2

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.68.2 | 2023-11-21
4
+
5
+ - Fix issue where undo and redo would not work for sharpie lines.
6
+
7
+ ## 8.68.1 | 2023-11-20
8
+
9
+ - Fix issue where Crop util footer would still be rendered even when both the rotation and scale control were disabled.
10
+ - Fix issue where `imageTrim` wasn't set automatically when `imageMaxDuration` was defined.
11
+
3
12
  ## 8.68.0 | 2023-11-16
4
13
 
5
14
  - Add `foregroundColor`, `targetSize`, and `forceSquareCanvas` to `selectionToMask` options.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.68.0",
2
+ "version": "8.68.2",
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",