@pqina/pintura 8.69.0 → 8.69.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,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.69.2 | 2023-12-07
4
+
5
+ - Fix issue with crop util not rendering correctly when it was the only util active.
6
+ - Fix issue with confirming selection in predictive keyboard input.
7
+
8
+ ## 8.69.1 | 2023-12-05
9
+
10
+ - Fix issue with sharpie tool being slow after multiple paths drawn.
11
+ - Fix issue with capitals in locale folder.
12
+
3
13
  ## 8.69.0 | 2023-11-27
4
14
 
5
15
  - Add outline and textShadow support to text shapes.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.69.0",
2
+ "version": "8.69.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",